Using audio whilst analysing #36
jonathan-annett
started this conversation in
General
Replies: 1 comment
-
What's the simplest way to get the presumably discarded buffers so they can be reused for later playback? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to capture audio in real time using the microphone/soundcard, and use it to drive a display immediately. I'd then like the audio buffers to be placed in a 30 second queue, and after 30 seconds, play the recorded audio back using the default playback device. This would be a continuous process, and would function like an audio delay.
Beta Was this translation helpful? Give feedback.
All reactions