2

This question is relevant for both Android and iOS developers:

Is it possible to play two sounds (files/streams) simultaneously in an application, where one of those is played through the speakers of the phone, whilst the other is streamed via Bluetooth to an external headset (or other bluetooth capable device)?

Andy Obusek
  • 12,614
  • 4
  • 41
  • 62
Lior Frenkel
  • 806
  • 11
  • 25
  • [A similar thread](https://stackoverflow.com/questions/4350212/playing-two-sounds-simutaneosly) was started just a few days ago on the Android side of this topic. Hope it helps. – user432209 Dec 06 '10 at 00:56
  • well, I've went over this thread, that's how I understood you can have two streams simultaneously, but my question is kind of "the next level" to this one. I'll try to add it there as well. – Lior Frenkel Dec 06 '10 at 06:56

1 Answers1

1

On stock OS iOS devices (iPhone, et.al.), an app is only given one (stereo or mono) audio output route.

hotpaw2
  • 70,107
  • 14
  • 90
  • 153