q
q copied to clipboard
Direct access to `audio_stream` samples
In short, I have an audio_stream
doing some processing and I want to display a waveform in my GUI. Without copying the entire buffer somewhere else during each process()
call, is there a way to read the current buffer of a running audio stream?