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
Post a Comment