Tommi Sarin
Results
1
comments of
Tommi Sarin
I have exactly the same problem. This used to work just fine: ``` _recorderController = RecorderController() ..androidEncoder = AndroidEncoder.aac ..androidOutputFormat = AndroidOutputFormat.mpeg4 ..iosEncoder = IosEncoder.kAudioFormatMPEG4AAC ..sampleRate = 44100; ``` And...