0

I've been using Fmod (c/c++) for a few days and I was wondering if there was a way to split a single stereo stream (left/right) into two mono streams and thus have them in two channels instead of one channel (in order to have two separate volumes and pans) ? Thanks !

1 Answers1

3

One way I know is if you create two channel on one sound and then use channel.setInputChannelMix({0, 1}, 1) for controlling audio to channel

Yaroslav
  • 6,476
  • 10
  • 48
  • 89