Larpoux

Results 794 comments of Larpoux

Flutter Sound 9.9.6 is released. ### 9.9.6 Add two safeguards in iOS low level to protect us against asynchronous failures ([#1062](https://github.com/Canardoux/flutter_sound/issues/1062)) and ([#1063](https://github.com/Canardoux/flutter_sound/issues/1063)). Can you try and give a feedback...

Flutter Web is poorly supported by flutter sound. I am currently working on a new project which will do streaming, but not for today. There is much work to do....

I decide to do something to support audio streams on flutter web. This will be a new feature, so let me work on that during several days (or week?). I...

I am currently working on this request. I think it will not be too difficult to implement. Be patient.

I promised to let you inform of this request development : Things are going well. I will finished a beta version in a few days. I am really impressed by...

I released today a new beta version 9.8.1. This version support Record to Stream on web. Please note the following points : - The documentation has not yet been updated...

Yes, webm/opus is a true important codec on web. This codec is available with `Record to Buffer` and `record to file`. Actually `Record to Stream` is only with RAW PCM...

This feature would be very interesting on flutter sound web. I will look to that in a few days. One of the problems would be the compatibility with Android and...

Just a note: I think that opus-webm is not supported on Safari. But I am not completely sure.

@Terranic : actually we use Web Audio API and not MediaRecorder. I have just looked to [MediaRecorder](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/dataavailable_event) and this lib seems very powerful. I suggest to use it on Flutter...