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
I just took a look into this library (and watched the two videos on YouTube) but I can't find a good example on how to run the process function. In the video you said that it is possible to make the process thread run interleaved with audio thread? How exactly can I accomplish that?
Can you recommend any papers I can read about that topic? When I search on that topics, I tend to find a lot of stuff about writing the audio thread and the syncing mechanisms (like a fifo queue) but its very hard to find example for the consumer thread that is actually working the queue. Even though that may only be very few lines of code they are very important.
I hope you (or someone else of course) can help me with that.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I just took a look into this library (and watched the two videos on YouTube) but I can't find a good example on how to run the process function. In the video you said that it is possible to make the process thread run interleaved with audio thread? How exactly can I accomplish that?
Can you recommend any papers I can read about that topic? When I search on that topics, I tend to find a lot of stuff about writing the audio thread and the syncing mechanisms (like a fifo queue) but its very hard to find example for the consumer thread that is actually working the queue. Even though that may only be very few lines of code they are very important.
I hope you (or someone else of course) can help me with that.
Thanks in advance!
The text was updated successfully, but these errors were encountered: