You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently signal reading from audio device and audio processing is done on the same thread. This causes the thread to miss some audio blocks on systems with slow CPUs, as the audio processing is being performed synchronously. We might instead perform the audio processing on a separate thread so that we don't miss any parts of the input signal.
The text was updated successfully, but these errors were encountered:
Currently signal reading from audio device and audio processing is done on the same thread. This causes the thread to miss some audio blocks on systems with slow CPUs, as the audio processing is being performed synchronously. We might instead perform the audio processing on a separate thread so that we don't miss any parts of the input signal.
The text was updated successfully, but these errors were encountered: