-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Voice Stealing and Termination Improvements (#1414)
* Voice Stealing and Termination Improvements Handle a voice stealing API which, for now, steals only at the hard limit, but has been tested at both hard and soft limit at this commit with a different configuration. Closes At the same time, add a voice termination fade for soft terminates which keeps the voice alive for 8 blocks with a fade during the period. Closes #801 * Closes #1392
- Loading branch information
Showing
7 changed files
with
64 additions
and
20 deletions.
There are no files selected for viewing
Submodule sst-voicemanager
updated
2 files
+61 −5 | include/sst/voicemanager/managers/polymanager.h | |
+1 −0 | tests/basic_poly.cpp |
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
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