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 c79d67c7bf cmXScore.c : Added _cmXScoreValidateDynamicForks() and _cmXScoreAssignGraceGroupId(). před 3 roky
build Makefile.am, clean.sh : Added '-lasound' to library build. Made cleaning process more standard. před 4 roky
doc Documentation updates. před 4 roky
m4 Rearrangment of library to support building inside of a project or independently. před 4 roky
src cmXScore.c : Added _cmXScoreValidateDynamicForks() and _cmXScoreAssignGraceGroupId(). před 3 roky
.gitignore .gitignore updated. před 4 roky
COPYING Removed unnecessary text from COPYING před 4 roky
LICENSE Fix LICENSE text. před 4 roky
Makefile.am Makefile.am, clean.sh : Added '-lasound' to library build. Made cleaning process more standard. před 4 roky
README.md README.md : More updates. před 4 roky
configure.ac Rearrangment of library to support building inside of a project or independently. před 4 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.