libcm is a C development framework with an emphasis on audio signal processing applications.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
kevin 99c7c96c3d cmDspPgmKrTimeLineLite.c : Initial changes to support Spirio. il y a 3 ans
build Makefile.am, clean.sh : Added '-lasound' to library build. Made cleaning process more standard. il y a 3 ans
doc Documentation updates. il y a 3 ans
m4 Rearrangment of library to support building inside of a project or independently. il y a 3 ans
src cmDspPgmKrTimeLineLite.c : Initial changes to support Spirio. il y a 3 ans
.gitignore .gitignore updated. il y a 3 ans
COPYING Removed unnecessary text from COPYING il y a 3 ans
LICENSE Fix LICENSE text. il y a 3 ans
Makefile.am Makefile.am, clean.sh : Added '-lasound' to library build. Made cleaning process more standard. il y a 3 ans
README.md README.md : More updates. il y a 3 ans
configure.ac Rearrangment of library to support building inside of a project or independently. il y a 3 ans

README.md

libcm logo

libcm is a C application development framework with an emphasis on audio signal processing.

Some of its features are:

  • entirely written in C
  • very few external dependencies (ALSA,FFTW,Atlas)
  • a real-time audio/MIDI system
  • a dataflow system
  • many audio processing algorithms implemented in plain C.
  • file readers and writers for WAV,AIFF,MIDI,CSV,MusicXML,XML among others

libcm is big. The best way to get a sense of what is in it is to browse the documentation files here.