12 releases (7 breaking)

0.12.0 Feb 8, 2024
0.11.1 Oct 4, 2023
0.11.0 Aug 10, 2023
0.10.0 Feb 9, 2023
0.6.0 Jul 10, 2020

#314 in Audio

Download history 2/week @ 2024-02-17 34/week @ 2024-02-24 1/week @ 2024-03-02 2/week @ 2024-03-09 55/week @ 2024-03-30 14/week @ 2024-04-06

70 downloads per month

MPL-2.0 license

29KB
542 lines

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

Dependencies

~11MB
~231K SLoC