libcm is a C development framework with an emphasis on audio signal processing applications.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
kevin 99c7c96c3d cmDspPgmKrTimeLineLite.c : Initial changes to support Spirio. vor 3 Jahren
build Makefile.am, clean.sh : Added '-lasound' to library build. Made cleaning process more standard. vor 3 Jahren
doc Documentation updates. vor 3 Jahren
m4 Rearrangment of library to support building inside of a project or independently. vor 3 Jahren
src cmDspPgmKrTimeLineLite.c : Initial changes to support Spirio. vor 3 Jahren
.gitignore .gitignore updated. vor 3 Jahren
COPYING Removed unnecessary text from COPYING vor 3 Jahren
LICENSE Fix LICENSE text. vor 3 Jahren
Makefile.am Makefile.am, clean.sh : Added '-lasound' to library build. Made cleaning process more standard. vor 3 Jahren
README.md README.md : More updates. vor 3 Jahren
configure.ac Rearrangment of library to support building inside of a project or independently. vor 3 Jahren

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.