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

Multi-threaded audio rendering #657

Open
tblrchstr opened this issue Jul 7, 2023 · 0 comments
Open

Multi-threaded audio rendering #657

tblrchstr opened this issue Jul 7, 2023 · 0 comments
Assignees
Milestone

Comments

@tblrchstr
Copy link
Collaborator

Giada is a multi-threaded application, but the audio rendering operations still take place in a single thread, the real-time one. Let's implement a form of multi-threaded audio rendering, where e.g. each thread is responsible for rendering a bunch of channels.

@tblrchstr tblrchstr changed the title Multi-threading audio rendering Multi-threaded audio rendering Jul 7, 2023
@gvnnz gvnnz self-assigned this Jul 9, 2023
@gvnnz gvnnz added this to the 1.future milestone Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants