Dear community,
I’ve recently found pycsound (https://pypi.org/project/PyCsound/#history). Unfortenately I’ve found very few informations about this package.
Does someone know where to get more information about this package?
as far as i understand the code, it is not even the API but command line csound.
certainly useful for the cases which are sketched in the readme, but not comparable with ctcsound or eduardo's "csoundengine".
The best way to use Csound from Python is, without doubt, ctcsound. I say this as the author of the previous Python binding for Csound, which was generated using SWIG.
If for some reason ctcsound does not suit your needs, consider either subclassing it, or creating another binding using Python’s ctypes, which is what ctcsound uses.