You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Is there a way to use Novocaine with Bluetooth audio devices, like a Bluetooth headset, or Bluetooth external speaker (Jambox, for example)?
The text was updated successfully, but these errors were encountered: