gst-plugins-rs/audio/csound
Sebastian Dröge 848b296390 Add capi feature to all plugin crates
This fixes the build with cargo-c 0.9.2.
2021-08-11 20:51:36 +03:00
..
examples audio: migrate to new ClockTime design 2021-06-05 10:36:21 +02:00
src audio: migrate to new ClockTime design 2021-06-05 10:36:21 +02:00
tests fix clippy warnings 2021-06-05 10:36:22 +02:00
build.rs fix-getters-calls 0.3.0 pass 2021-04-20 18:19:58 +02:00
Cargo.toml Add capi feature to all plugin crates 2021-08-11 20:51:36 +03:00
LICENSE-LGPLv2 Add LICENSE files to each individual crate 2020-07-10 13:06:28 +03: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