libcm is a C development framework with an emphasis on audio signal processing applications.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
kevin 99c7c96c3d cmDspPgmKrTimeLineLite.c : Initial changes to support Spirio. 3 anos atrás
build Makefile.am, clean.sh : Added '-lasound' to library build. Made cleaning process more standard. 3 anos atrás
doc Documentation updates. 3 anos atrás
m4 Rearrangment of library to support building inside of a project or independently. 3 anos atrás
src cmDspPgmKrTimeLineLite.c : Initial changes to support Spirio. 3 anos atrás
.gitignore .gitignore updated. 3 anos atrás
COPYING Removed unnecessary text from COPYING 3 anos atrás
LICENSE Fix LICENSE text. 3 anos atrás
Makefile.am Makefile.am, clean.sh : Added '-lasound' to library build. Made cleaning process more standard. 3 anos atrás
README.md README.md : More updates. 3 anos atrás
configure.ac Rearrangment of library to support building inside of a project or independently. 3 anos atrás

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.