Larpoux
Larpoux
Good morning Loris. This night, I did a nightmare that all my code was scratched with dummy code 👎 . In fact, I have a bad memory: Play From Stream...
The new version will be entirely based upon [W3C Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API). This API is terrific and powerful. On web, the implementation will be done by the browser (Chrome?). On...
Hi @yuanting2016 Do you have any problem to run a player or a recorder? If you are a beginner on Flutter Sound, I suggest that you look to the very...
What kind of of stream? Do you record from a stream or do you play to a stream? btw: with Flutter Sound 10.0 it will be much easier to insert...
Yes, when you play a stream, the player is never stopped automatically. You can stop feeding the stream during some time and restart feeding it later. You stop the player...
Yes, I think you can do that. Use the real Dart Streams and not the (feed... verbs). Of course you will be not synchronous anymore between your recorder and your...
This is bad 👎 It will be terribly difficult to solve your issue. The only hint that I see is that your app is probably the only app reporting this...
Another thing is that if I understand correctly, your problem is both on Android and iOS. If this is true, it will mean that the problem is either in your...
I am going to look very carefully to your code tomorrow, and I will tell you if I have any idea of what happens.
@bloemy7 : I looked to your code and I feel that the problem is not with the recorder but with the audio file management. If I am right, this is...