mgsx-dev / gdx-pd

Pure Data extension for LibGDX
Apache License 2.0
27 stars 5 forks source link

Audio playback glitches when used with Recorder #1

Open mgsx-dev opened 7 years ago

mgsx-dev commented 7 years ago

audio input reading from recorder causes breaks in output stream on desktop. No breaks observed when disable audio input.

Maybe audio input stream should be run asynchronously from audio output stream to prevent these kind of issues or change audio input buffer size in order to read audio input ahead.