Sample pooling with two instances #1185
Unanswered
mathieugarcia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi !
I'm currently embedding sfizz in my own codebase.
Some specific parameter changes require a full reload of the SFZ file.
To avoid any audio dropouts, I was thinking of creating two sfizz instances : one used for playback and one used for reloading.
When the sfizz instance is done reloading the new SFZ patch, I can simply swap pointers, allowing almost seamless reloading without any dropouts.
In this context, is the sample pool shared amongst the two instances?
If not, that would be a pretty good improvement.
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions