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
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.
The text was updated successfully, but these errors were encountered:
tblrchstr
changed the title
Multi-threading audio rendering
Multi-threaded audio rendering
Jul 7, 2023
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.
The text was updated successfully, but these errors were encountered: