Larpoux
Larpoux
@ismail-go , @neuhausjulian , I am able to reproduce the issue without any difficulty. Still not sure if this is a bug in Flutter Sound, in iOS or (perhaps) in...
I have bad news : this is not a bug in Flutter Sound nor audio_session but a bug in iOS. See [StackOverflow](https://stackoverflow.com/questions/5086849/how-to-resume-a-recording-using-avaudiorecorder). I have no idea of any bypass solution....
Yes @MuhammadNabeel28 . Actually I am fighting with gradle/java/jitpack. You must use 9.12.0 until I solve that. This is a nightmare.
I did a temporary turn-around to unblock Flutter Sound users. I am going to work on this mess without bothering the FS users. ### 9.12.44 - Trying to update gradle...
Multi channel (stereoβ¦) is actually not supported by Flutter Sound. Same for float32. There is no real reason for that. Just that nobody did it. I actually work on Flutter...
Not many people have ever done development inside flutter sound core. Flutter Sound Core for Android is Java code. I can help you to have a working dev environment and...
Tomorrow, I will have a look inside Android code, and I will tell you if this is something easy to do.
Hi Larry Please could you check if Flutter Sound 9.12.0 is OK for you ? ## 9.12.0 - Stereo recording on Android with Codec PCM16 [(#1086)](https://github.com/Canardoux/flutter_sound/issues/1086) - Stereo with Wav...
Don't be surprised if actually you are having trouble to build your app : I am trying to install a fix, but I have many problems with gradle. Hopefully it...