alexbw / novocaine

Painless high-performance audio on iOS and Mac OS X
http://alexbw.github.com/novocaine/
MIT License
2.23k stars 273 forks source link

Bluetooth Audio? #123

Open lkomage opened 8 years ago

lkomage commented 8 years ago

Is there a way to use Novocaine with Bluetooth audio devices, like a Bluetooth headset, or Bluetooth external speaker (Jambox, for example)?

deadean commented 8 years ago

I am interested too in this ability.

deadean commented 8 years ago

I try to set UInt32 allowBluetoothInput = 1; OSStatus stat = AudioSessionSetProperty ( kAudioSessionProperty_OverrideCategoryEnableBluetoothInput, sizeof (allowBluetoothInput), &allowBluetoothInput ); and get: Error: Couldn't render the output unit (-50)

bhargavbajani commented 7 years ago

I am interested too in this ability. Is any update?