Current audioio.Mixer can only start one voice at a time. I'm not sure what the minimum lag is between voices. Ideally multiple voices that need to be synchronized could be started at once.
Example use cases:
- Multi-track musical piece, where you want to play all tracks at once, or turn some tracks on an off.
- Synthesized audio where phase differences are critical.
See #1242 (comment) for more detailed discussion (open up the third resolved conversation to see it).
Current
audioio.Mixercan only start one voice at a time. I'm not sure what the minimum lag is between voices. Ideally multiple voices that need to be synchronized could be started at once.Example use cases:
See #1242 (comment) for more detailed discussion (open up the third resolved conversation to see it).