-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preallocate scratch buffers in the main thread before playback...
... These can be big buffers on the free store, bigger than alloca calls allow, so the non-realtime worker thread might do big batches of work, maybe more economically (cherry picked from commit d452ab9; modified for Tenacity) Signed-off-by: Avery King <[email protected]>
- Loading branch information
1 parent
16f72bc
commit 240c3f0
Showing
3 changed files
with
43 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters