Crates.io | gst-plugin-csound |
lib.rs | gst-plugin-csound |
version | 0.13.0 |
source | src |
created_at | 2020-04-04 16:45:03.356526 |
updated_at | 2024-07-16 15:42:31.245965 |
description | GStreamer Audio Filter plugin based on Csound |
homepage | |
repository | https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs |
max_upload_size | |
id | 226311 |
size | 84,065 |
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
The included example constructs the follow pipeline
$ gst-launch-1.0 \
audiotestsrc ! \
audioconvert ! \
csoundfilter location=effect.csd ! \
audioconvert ! \
autoaudiosink