Welcome!
This is the community forum for my apps Pythonista and Editorial.
For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.
Stereo real time audio buffer
-
Re: Real time audio buffer synth/Real time image smudge tool
Hi,
This is a follow up on a quite old thread I created in 2018, where @JonB helped me quite a lot. I dug up the code for real time audio buffer I had in Pythonista, which was mainly an adaptation of a code that @JonB shared on the old thread.
At the time, I had asked how this code could be adapted to generate a stereo buffer instead of mono, thus outputting stereo sound. I tried what @JonB suggested (in the old thread) but it didn't work for me.
@JonB, could you explain in more detail what I need to change in this code to make it output stereo sound, thus with two different channels?
Best,
Mederic