0

I am working on an application. the scope of the application is to take input audio via Bluetooth microphone and output audio should go to the iPhone Native Jack. I was working with AVAudioSesion class Using Following code:-

UInt32 allowBluetoothInput = 1;
AudioSessionSetProperty (kAudioSessionProperty_OverrideCategoryEnableBluetoothInput, sizeof (allowBluetoothInput), &allowBluetoothInput);

When i use this code this code route the input via Bluetooth but at same time it also route the output also to the same Bluetooth device. I just want a solution for this problem. You can suggest any third party library also. Or if Any New API introduced by Apple with iOS 8 then it will also work.

Abnit
  • 3
  • 1
  • Is that really related to CoreBluetooth (that is only for BLE), since BLE isn't suited for Audio? – Larme Jun 11 '14 at 10:32
  • @larme Sorry for misunderstanding. But In question i Didn't mentioned anything about core Bluetooth. Actually we are using Classic Bluetooth in microphone for taking Input. Any way i Just need help on this matter. – Abnit Jun 12 '14 at 11:07
  • Indeed, but since you tagged it with "CoreBluetooth" that is the Apple's framework for BLE... That was confusing. – Larme Jun 12 '14 at 11:09
  • @larme So you have any solution for this problem? – Abnit Jun 13 '14 at 12:03

0 Answers0