iphone - iOS - is possible to record audio from Bluetooth headset mic and play in device speaker -


i trying record audio bluetooth headset mic , play device speaker. have seen few stack-overflow post regrading same still not getting possible or not ? , if possible how it? if have idea please inform me.

it's possible. use bluetooth option when setting audio session category.

let audiosession = avaudiosession.sharedinstance() _ = try? audiosession.setcategory(avaudiosessioncategoryplayandrecord, with: .allowbluetooth) _ = try? audiosession.setactive(true) 

Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -