opentok-ios-sdk-samples-swift icon indicating copy to clipboard operation
opentok-ios-sdk-samples-swift copied to clipboard

Multiple custom audio

Open mbouxin opened this issue 5 years ago • 0 comments

I am developing an app in which I need to send 2 audio stream: the default one and a custom. My custom source is a Bluetooth device for which I get int16 on a 8kHz sample rate.

My first guess would have been to use two subscribers and to use the custom audio driver for my custom source but it appears not to be feasible.

My questions are:

  • is this feature by any luck on opentok roadmap?
  • if not is it possible to send a stereo sound, on the 1st channel the default source, on the 2nd the custom source and then subscribe twice, one subscribers reading the first channel and the second reading the second (this way subscribers can mute one or another signal?

mbouxin avatar Mar 11 '19 16:03 mbouxin