gst-plugins-rs/gst-plugin-csound
2020-04-02 20:29:18 +03:00
..
examples Add csound-based filter plugin 2020-03-22 13:44:40 +02:00
src Update for gstreamer bindings API changes 2020-04-02 20:29:18 +03:00
tests Fix/silence some clippy warnings 2020-03-26 10:59:43 +02:00
build.rs Add csound-based filter plugin 2020-03-22 13:44:40 +02:00
Cargo.toml csound: Use gst-plugin-version-helper from this repository by path 2020-04-02 13:35:25 +03:00
README.md Add csound-based filter plugin 2020-03-22 13:44:40 +02: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