mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-13 22:01:19 +00:00
b9f8ce9995
There is no way to dynamically ask Cargo to build static or dynamic lib so we have to build both and pick the one we care when doing the meson processing. Fix #88 |
||
---|---|---|
.. | ||
examples | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml | ||
LICENSE-LGPLv2 | ||
README.md |
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