gst-plugins-rs/audio/csound
2020-04-05 19:10:47 +00:00
..
examples Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00
src Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00
tests Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00
build.rs Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00
Cargo.toml Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00
README.md Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00

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