csoundengine - Documentation#
csoundengine is a library to run and control a csound process for realtime or offline sound processing.
Interaction with csound is through its API using libcsound. See the Csound FLOSS manual to learn more about csound and its syntax and run examples online. csoundengine is compatible with any recent version of csound7 (csound 6 is supported but it has been declared EOL)
The source code of this package is hosted at gesellkammer/csoundengine