I'm trying to output multiple audio streams from a server at the same time, but because my WaveStream is getting the data live, it doesn't implement Position or Length which WaveMixerStream32 requires to function. Each stream also starts and stops differently than the rest of the streams since each stream is actually a person talking on a mic.
Any suggestions on how to mix multiple streams together?
Thanks!