Browse Source

README.md : More updates.

master
kevin 3 years ago
parent
commit
7bcd915725
1 changed files with 10 additions and 2 deletions
  1. 10
    2
      README.md

+ 10
- 2
README.md View File

@@ -2,8 +2,16 @@
2 2
 
3 3
 _libcm_ is a C application development framework with an emphasis on audio signal processing.
4 4
 
5
-There's a lot that could be said about this framework.  The first is that it is quite large.
6
-More than 150k lines at last count. The best way to get a sense of what is in it
5
+Some of its features are:
6
+
7
+* entirely written in C 
8
+* very few external dependencies (ALSA,FFTW,Atlas)
9
+* a real-time audio/MIDI system
10
+* a dataflow system
11
+* many audio processing algorithms implemented in plain C.
12
+* file readers and writers for WAV,AIFF,MIDI,CSV,MusicXML,XML among others
13
+
14
+_libcm_ is big. The best way to get a sense of what is in it
7 15
 is to [browse the documentation files here](https://currawongproject.org/static/doc/libcm/libcm.html).
8 16
 
9 17
 

Loading…
Cancel
Save