16 releases (10 breaking)
| 0.15.0-alpha.1 | Jan 1, 2026 |
|---|---|
| 0.14.0 | Jul 16, 2025 |
| 0.13.0 | Jul 16, 2024 |
| 0.12.0 | Feb 8, 2024 |
| 0.6.0 | Jul 10, 2020 |
#1830 in Audio
29KB
541 lines
gst-plugin-csound
This is a GStreamer plugin to interact with the Csound sound computing system.
Currently, there is only a filter element, called, csoundfilter. Two more elements a source and sink would be implemented later on.
For more information about dependencies and installation process, please refer to the csound-rs documentation
simple example
The included example constructs the follow pipeline
$ gst-launch-1.0 \
audiotestsrc ! \
audioconvert ! \
csoundfilter location=effect.csd ! \
audioconvert ! \
autoaudiosink
Dependencies
~9.5MB
~218K SLoC