Luan Nico

Results 75 comments of Luan Nico

@Kretin1 , that seems to be by design. The method is called every position update. I believe it might be because while the audio buffers the duration might change. Is...

Hi, @pooyakhosravi That's a great suggestion! Would make a nice addition! Would you like to contribute with a PR? It'd be awesome! :)

Sorry, I forgot to address your second question! Where is the correct place to look to add the changes? Well, I don't know exactly how to implement this natively on...

This is indeed a bug, when converting the code to swift I also noticed this.

I think it should throw an error but on the dart side, or at least dart-side-catchable or something. I don't think an error callback is necessary.

Yeah this is definitely this is not implemented yet. But I am wondering why this is needed, because playback rate is exclusively controlled by the user. duration and position change...

I think we should remove all logs from both android and ios, there used to be an issue about that. We'd be glad if you could contribute with a PR,...

I think the `disableLogs` dart method should notify both backends via a channel to stop all logs. Then on ios introduce an if statement in the log function (just like...

Not yet, I made a refactor to allow it but didn't wire yet.

Neat idea! I'd just change the name from playAll to something making it clear that it would be sequential, rather than simultaneous. Maybe even create two methods for both approaches....