gst-plugin-csound

Crates.iogst-plugin-csound
lib.rsgst-plugin-csound
version0.12.0
sourcesrc
created_at2020-04-04 16:45:03.356526
updated_at2024-02-08 19:12:09.569961
descriptionGStreamer Audio Filter plugin based on Csound
homepage
repositoryhttps://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
max_upload_size
id226311
size83,653
Tim-Philipp Müller (tp-m)

documentation

README

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
Commit count: 0

cargo fmt