q icon indicating copy to clipboard operation
q copied to clipboard

Direct access to `audio_stream` samples

Open bandithedoge opened this issue 8 months ago • 9 comments

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?

bandithedoge avatar Jun 04 '24 21:06 bandithedoge