Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth Audio? #123

Open
lkomage opened this issue Mar 23, 2016 · 3 comments
Open

Bluetooth Audio? #123

lkomage opened this issue Mar 23, 2016 · 3 comments

Comments

@lkomage
Copy link

lkomage commented Mar 23, 2016

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

@deadean
Copy link

deadean commented Jul 10, 2016

I am interested too in this ability.

@deadean
Copy link

deadean commented Jul 10, 2016

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants