Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider separating audio thread to multiple threads #26

Open
eozd opened this issue May 16, 2021 · 1 comment
Open

Consider separating audio thread to multiple threads #26

eozd opened this issue May 16, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@eozd
Copy link
Owner

eozd commented May 16, 2021

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.

@eozd eozd added the enhancement New feature or request label May 16, 2021
@eozd eozd self-assigned this May 16, 2021
@github-actions
Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant