Yuri Goncharenko

Results 11 comments of Yuri Goncharenko

I found what's causing this, the plugin sets the AudioCategory in iOS to record-only, while I think it should be playAndRecord, or maybe even configurable: ` try audioSession.setCategory(AVAudioSession.Category.playAndRecord, mode: .measurement,...