Jelle Bakker’s Post

I've been doing some Python/C API work lately for a client: writing a C layer, packaged as a Python wheel, that allows you to invoke that C code from Python. It's really fun and the Python/C API is very well documented. It teaches a lot about how Python works under the hood, for example the ref count system. It's really not so complex once you get familiar with it. The fun thing is that it opens the door to all kinds of things, for example you can call native code, or call code from C or C++ libraries. Perhaps I'll make a little demonstration, for example to show how to invoke a native voice-to-speech framework from Python. Or maybe invoke some JUCE code..? :D I wonder if you could create an audio plugin host from Python 🤔 Join my newsletter: https://lnkd.in/eUr7bAGC

Jelle Bakker It would be nice to share some details, I am always interested. As a side question, what are you using when creating plugins: type erasure in C++ with C adapter for the boundary?

Like
Reply

To view or add a comment, sign in

Explore content categories