README.md : Updates

This commit is contained in:
kevin 2024-12-14 10:39:33 -05:00
parent fe74e41a0d
commit f577b09415

View File

@ -4,7 +4,7 @@ libcw is an application framework for developming real-time interactive applicat
Some of libcw's features are: Some of libcw's features are:
- Synchronous and asynchronous interfaces to many common IO devices including: - Real-time, low-latency, synchronous and asynchronous interfaces to many common IO devices including:
+ Audio + Audio
+ MIDI + MIDI
+ Serial + Serial
@ -13,13 +13,15 @@ Some of libcw's features are:
- Built-in dataflow framework for describing real-time audio and DSP programs. - Built-in dataflow framework for describing real-time audio and DSP programs.
- GUI development API and collection of predefined widgets for developing websocket based user interfaces. - A GUI development API and collection of predefined widgets for creating websocket based user interfaces.
- All elements of the framework are easily configurable based on extended JSON files. - Most elements of the framework are configurable based on configuration files which use an extended JSON syntax.
- The library has minimal dependencies. The only external dependencies are `libasound`, `libwebsockets` and `libfftw`.
- The library implements a large collection of pre-built audio signal processing algorithms.
- Minimal dependencies. The only external dependencies are `libasound`, `libwebsockets` and `libfftw`.
- A large collection of pre-built audio signal processing algorithms