Larpoux
Larpoux
Don't worry with this trace : `needSomeFood` is returned by FlutterSound-core each time it wants a new packet. This is used when we have flow control (back pressure) for the...
@parkjihwanjay , By default, when there is no more audio data to be played, the player is closed. But you can choose to do something else, using the parameter `WhenFinished:`...
@Takrem1 . Hi Takrem1 I have never really studied the problem of isolates. I have always said that flutter sound does not work with isolates, but in fact I don’t...
I am not sure what flutter does with isolates inside plugins: Does it instantiate an instance of the plugin for each isolate ? Or do we have a unique instance...
If flutter instantiates just one plugin for all the isolates, flutter sound should process the messages from the plugin in a central place and dispatch them to the correct isolates....
Do you think you should be able to do a Pull Request ?
I expect to work on Flutter Sound tomorrow. I must work on ([#1063](https://github.com/Canardoux/flutter_sound/issues/1063)). If I have some time I will look after what I can do for this issue. But...
Any chance to have a Pull Request ?
Yes, probably related to #1062. 👎 I don’t like this. This bug is probably serious. But hard to work on it because we can’t reproduce it in lab.
Yes, I am very busy on 10.0 But this kind of problem is higher priority. If the problem is more and more frequent, we (I) must do something. I will...