26.02.2010, 17:33
Hello, I'm reporting a little bug. If somebody else could confirm it...
It occurs in a specific situation : the audio plugin broadcasts two audio streams in same time, and "Audio_Stop" is used to stop one of the audio stream (corresponding to its handleid).
- case 1 (no bug) : no audio stream are downmixed, and "Audio_Stop" stops only the handleid that it has to stop.
- case 2 (bug) : same situation, but one of the audio stream is downmixed. In stoping the audio stream which is not downmixed, it also stops the other one which is downmixed.
There is maybe an explanation.
N.B. It's only a problem if we also want to use some effects with "Audio_SetFX" and "Audio_SetEAX" because we must downmix the stream to mono.
Thank you.
It occurs in a specific situation : the audio plugin broadcasts two audio streams in same time, and "Audio_Stop" is used to stop one of the audio stream (corresponding to its handleid).
- case 1 (no bug) : no audio stream are downmixed, and "Audio_Stop" stops only the handleid that it has to stop.
- case 2 (bug) : same situation, but one of the audio stream is downmixed. In stoping the audio stream which is not downmixed, it also stops the other one which is downmixed.
There is maybe an explanation.
N.B. It's only a problem if we also want to use some effects with "Audio_SetFX" and "Audio_SetEAX" because we must downmix the stream to mono.
Thank you.

