libcm is a C development framework with an emphasis on audio signal processing applications.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
kevin 99c7c96c3d cmDspPgmKrTimeLineLite.c : Initial changes to support Spirio. před 3 roky
build Makefile.am, clean.sh : Added '-lasound' to library build. Made cleaning process more standard. před 3 roky
doc Documentation updates. před 3 roky
m4 Rearrangment of library to support building inside of a project or independently. před 3 roky
src cmDspPgmKrTimeLineLite.c : Initial changes to support Spirio. před 3 roky
.gitignore .gitignore updated. před 3 roky
COPYING Removed unnecessary text from COPYING před 3 roky
LICENSE Fix LICENSE text. před 3 roky
Makefile.am Makefile.am, clean.sh : Added '-lasound' to library build. Made cleaning process more standard. před 3 roky
README.md README.md : More updates. před 3 roky
configure.ac Rearrangment of library to support building inside of a project or independently. před 3 roky

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.