README.md : More updates.

This commit is contained in:
kevin 2020-10-16 18:17:12 -04:00
parent 4453c9b3c8
commit 7bcd915725

View File

@ -2,8 +2,16 @@
_libcm_ is a C application development framework with an emphasis on audio signal processing.
There's a lot that could be said about this framework. The first is that it is quite large.
More than 150k lines at last count. The best way to get a sense of what is in it
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](https://currawongproject.org/static/doc/libcm/libcm.html).