Larpoux
Larpoux
Do you use two `Flutter Sound Players` or do you have only one ?
Flutter Sound is not coded as to allow several startPlayer() at the same time on a given player. If you want to do that you must create two Flutter Sound...
Ok,. I am going to look that tomorrow. Sorry for the regression
Yes, you are probably right that there is a bug in Flutter Sound. I was first confused that you was trying to play two files at the same time on...
I released a new 9.10.5 that may fix your issue. But I am not sure that this patch is not harmful. If you want you can try [Taudio](https://taudio.canardoux.xyz) 9.10.5. It...
Hi @wernerpaulin , Float32 has not been implemented in Flutter Sound. I am currently working on Player to Stream and Recorder from Stream for Flutter Web. Hopefully it will support...
I will release a new Flutter Sound later next week with Float32 and Float32Wav implemented on iOS. This task is actually worked on. Be patient ...
iOS Float32 will be supported next week. Android and Web will be supported later.
Here some news about the dev : I am working hard on 9.20.0. As it is always the case, dev are always harder and longer than expected. Float32 works correctly,...
## @wernerpaulin , @hungtranauthentia and others ... Flutter Sound 9.20.5 is released. It implements support for Float32 PCM on iOS. I wrote some doc [here](https://flutter-sound.canardoux.xyz/guides_pcm_wave.html) and [here](https://flutter-sound.canardoux.xyz/guides_streams.html). I am not...