Embedd Faust DSP programs into Python using CFFI.
I made this in a couple of days.
After checking Embedded Compiler, I noticed FAUSTPy exists, which seems to be pretty much the same thing but probably much better than mine. You probably want to use that one:
FAUSTPy is a Python wrapper for the Faust DSP language. It is implemented using the CFFI and hence creates the wrapper dynamically at run-time. A updated version of the project is available on this fork.