-
Notifications
You must be signed in to change notification settings - Fork 7
Description
@shreyas-jadhav How does the current looping playback system handle multiple "choirs"? A "choir" can be defined as a group of speakers that are related to each other. By definition, they will all have the exact same length of audio and should be played back in a looping fashion together.
When using this playback method, there will almost always be multiple choirs that exist in different physical places, but will be adjacent and could overlap each other in some cases.
Does the current looping playback system handle this multiplicity of choirs potential? I assume in order to handle this, it would have to use the speaker relationships to determine which speakers to group together? Or maybe it doesn't really matter and speakers just loop based on their length and because all speakers in the same choir are exactly the same length, all is fine?
I may be over-thinking this, just wanted to note the question so I can hear your thoughts since it is extremely important that multiple choirs of different lengths can be handled within the same project.
LMK!