libcm is a C development framework with an emphasis on audio signal processing applications.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kevin 99c7c96c3d cmDspPgmKrTimeLineLite.c : Initial changes to support Spirio. 3 anni fa
build Makefile.am, clean.sh : Added '-lasound' to library build. Made cleaning process more standard. 3 anni fa
doc Documentation updates. 3 anni fa
m4 Rearrangment of library to support building inside of a project or independently. 3 anni fa
src cmDspPgmKrTimeLineLite.c : Initial changes to support Spirio. 3 anni fa
.gitignore .gitignore updated. 3 anni fa
COPYING Removed unnecessary text from COPYING 3 anni fa
LICENSE Fix LICENSE text. 3 anni fa
Makefile.am Makefile.am, clean.sh : Added '-lasound' to library build. Made cleaning process more standard. 3 anni fa
README.md README.md : More updates. 3 anni fa
configure.ac Rearrangment of library to support building inside of a project or independently. 3 anni fa

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.