gst-plugins-rs/audio/csound
2024-07-08 11:25:23 +03:00
..
examples use new debug and parse API 2023-12-04 15:58:21 +01:00
src Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
tests
build.rs
Cargo.toml Use workspace features for crates metadata/deps 2024-02-05 15:34:31 +01:00
LICENSE-MPL-2.0
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