gst-plugins-rs/audio/csound
Nirbheek Chauhan 1d4d3e4cb0 build: Update versions to be 0.9.0-alpha.1
0.9.0 is the next release, so we can't name things that already.

Also the version in meson.build was 0.13.0, which is completely wrong.
2022-10-04 21:27:23 +05:30
..
examples Re-license LGPL-2.1 plugins to MPL-2 2022-01-15 21:05:11 +02:00
src Allow "unused_doc_comments" as we use hotdoc and not rustdoc 2022-08-29 18:33:22 -04:00
tests Re-license LGPL-2.1 plugins to MPL-2 2022-01-15 21:05:11 +02:00
build.rs fix-getters-calls 0.3.0 pass 2021-04-20 18:19:58 +02:00
Cargo.toml build: Update versions to be 0.9.0-alpha.1 2022-10-04 21:27:23 +05:30
LICENSE-MPL-2.0 Re-license LGPL-2.1 plugins to MPL-2 2022-01-15 21:05:11 +02: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