Larpoux

Results 794 comments of 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....

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...