novocaine icon indicating copy to clipboard operation
novocaine copied to clipboard

Bluetooth Audio?

Open lkomage opened this issue 8 years ago • 3 comments

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

lkomage avatar Mar 23 '16 15:03 lkomage

I am interested too in this ability.

deadean avatar Jul 10 '16 07:07 deadean

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)

deadean avatar Jul 10 '16 07:07 deadean

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

bhargavbajani avatar Jan 10 '17 10:01 bhargavbajani