Larpoux

Results 794 comments of Larpoux

This is bad 👎 . I am going to look to your issue. A crash is really bad news !

@zhuwei : I fixed your issue in the future Flutter Sound v10.0. I will release it very soon. Perhaps even today or tomorrow. But I am not sure that you...

There was a bug in the Exception Handling. During the Exception, I called `getState()` on a null object. I fixed this bug, but you probably have to understand why you...

![Image](https://github.com/user-attachments/assets/0d90dc84-654b-4092-92d9-574c481e9651)

Duplicate #1178. Please refer to #1178 for advance in this issue. ## This is from #1178 : I released Taudio 10.3.7. I check now that SDK >= 29 instead of...

You have an issue with your calls to `await openRecorder()`. You should check that you call this function one time before any other flutter_sound API or after a `closeRecorder()`. Check...

Flutter Sound 9.21.1 is released. It implements Float 32 not interleaved stream on Web. I will work on Int16 and interleaved format on web later. See [this guide](https://flutter-sound.canardoux.xyz/guides_streams.html) and [this...

I just overview your code. Some remarks: - you can open an audio session just once. During initState() is a good place to do that. - If you really want...

Note: this hack is terrible. I have never understood why this hack was necessary on iOS. Perhaps a bug in iOS itself?