TEAM LICENSES: Save money and learn new skills through a Hacking with Swift+ team license >>

SOLVED: Bi-Directional play/record w/ BlueTooth earpods

Forums > iOS

Working on an app that plays an audio backing track out and at the same time, records a musician playing back attempting to match rhythm and pitch. With a wired connection, bi-directional action is not an issue. However, using BlueTooth headphones (ear pods, etc...), the recording quality suffers severely.

I have tried .allowBluetoothA2DP but that is specifically for playing, not recording.

Setting options to .allowBluetooth allows play and record, but sets to a lower quality (i.e. BT1 vs BT5)

I need play a high quality backing track from my app to my BT device, while at the same time, record audio that is sufficiently high enough quality that it can be analyzed and evaluated.

Any suggestions? I've seen other apps do this, so must be a config of some type...thoughts?

3      

The solution was to use only .allowBluetoothA2DP and not .allowBluetooth. Seems the two were competing and only need the A2DP version.

3      

Hacking with Swift is sponsored by Blaze.

SPONSORED Still waiting on your CI build? Speed it up ~3x with Blaze - change one line, pay less, keep your existing GitHub workflows. First 25 HWS readers to use code HACKING at checkout get 50% off the first year. Try it now for free!

Reserve your spot now

Sponsor Hacking with Swift and reach the world's largest Swift community!

Archived topic

This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.