2024-12-01 19:35:24 +00:00
|
|
|
# libcw
|
|
|
|
|
|
|
|
libcw is an application framework for developming real-time interactive applications on Linux.
|
|
|
|
|
|
|
|
Some of libcw's features are:
|
2023-02-15 02:08:54 +00:00
|
|
|
|
2024-12-01 18:35:18 +00:00
|
|
|
- Synchronous and asynchronous interfaces to many common IO devices including:
|
|
|
|
+ Audio
|
|
|
|
+ MIDI
|
|
|
|
+ Serial
|
|
|
|
+ Sockets
|
|
|
|
+ Websockets
|
|
|
|
|
|
|
|
- Built-in dataflow framework for describing real-time audio and DSP programs.
|
2022-12-20 15:24:26 +00:00
|
|
|
|
2024-12-01 18:35:18 +00:00
|
|
|
- GUI development API and collection of predefined widgets for developing websocket based user interfaces.
|
2023-01-08 19:18:22 +00:00
|
|
|
|
2024-12-01 18:35:18 +00:00
|
|
|
- All elements of the framework are easily configurable based on extended JSON files.
|
2023-01-08 19:18:22 +00:00
|
|
|
|
2024-12-01 18:35:18 +00:00
|
|
|
- Minimal dependencies. The only external dependencies are `libasound`, `libwebsockets` and `libfftw`.
|
2023-01-08 19:18:22 +00:00
|
|
|
|
2024-12-01 19:35:24 +00:00
|
|
|
- A large collection of pre-built audio signal processing algorithms
|
|
|
|
|
|
|
|
|
2023-01-08 19:18:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2023-01-14 18:36:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|