Larpoux

Results 794 comments of Larpoux

Hi @alexda12 , I am sorry to hear that you got this terrible virus. Myself I very often have some health problems : I fall in a great depression and...

Thank you @SmirnovM91 for your Problem Report. It seems that your problems are tied with Audio Service on Android. Several Flutter Sound users have already reported problems in this area....

@andrea689 : Flutter Sound 9.1.7 is released with your fix. Thank you for your collaboration. Note : for several weeks i am having several warnings during an Android build. It...

Perhaps you can try to configure your audio session with the audio_session plugin before startRecorder(). See [#890] and [#868]

Could you try with : const int tSampleRate = 44000; ? I had several problems that I do not really understand with several sample rates on iOS. This is something...

I do not understand : ``` sendAudioMessage(Uint8List(0)); ``` and ``` buffer.data = Uint8List(0); ```

I am not sure that Flutter Sound will be happy if you feed him with an empty array. But I read your code very quickly and maybe I did not...

Your crash is because iOS does not like the bytes that we give it to be translated to Float32 (iOS works with PCM-Float32, Apple never does like others). I am...