libcm is a C development framework with an emphasis on audio signal processing applications.
Go to file
2021-01-29 10:15:58 -05:00
build Makefile.am, clean.sh : Added '-lasound' to library build. Made cleaning process more standard. 2020-07-21 12:05:24 -04:00
doc Documentation updates. 2020-10-16 13:09:16 -04:00
m4 Rearrangment of library to support building inside of a project or independently. 2020-07-20 13:18:33 -04:00
src cmDspPgmKrTimeLineLite.c : Initial changes to support Spirio. 2021-01-29 10:15:58 -05:00
.gitignore .gitignore updated. 2020-10-15 12:00:08 -04:00
configure.ac Rearrangment of library to support building inside of a project or independently. 2020-07-20 13:18:33 -04:00
COPYING Removed unnecessary text from COPYING 2020-10-16 16:21:10 -04:00
LICENSE Fix LICENSE text. 2020-11-02 09:29:21 -05:00
Makefile.am Makefile.am, clean.sh : Added '-lasound' to library build. Made cleaning process more standard. 2020-07-21 12:05:24 -04:00
README.md README.md : More updates. 2020-10-16 18:17:12 -04:00

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.