Stream: helpdesk (published)

Topic: Ressources for real time audio processing?


view this post on Zulip Alexandre Guillet (Aug 13 2024 at 09:01):

I am trying to use Julia for some low-level real time audio processing, for the moment only sound synthesis, but hopefully some analysis too later. I struggle to find good ressources and examples. Generating a sound is pretty easy with the WAV.jl package. The package Sound.jl also works, although I have troubles to select the correct sound card.

However, I would eventually like to synthesize new sounds while the previously computed ones are being played (without interruption). How should I approach this?

I also see that some people have used Julia as a controller for Pure Data. This looks like a very powerful solution, but again, the information invailable to bridge Julia and Pd is too scrace to get me started.

Any suggestion would be appreciated!


Last updated: Nov 06 2024 at 04:40 UTC