August

Results 382 comments of August

Why though? You can get the duration as soon the resource is loaded? Also use the issue template!

Plz use issue template! Also which platform you running the app? See also the [parity table](https://github.com/bluefireteam/audioplayers/blob/main/feature_parity_table.md#main-features)

@under3415 I currently working on some [tests](https://github.com/Gustl22/audioplayers/tree/feat/extended-tests) which touches all implementations of the various platforms, and will also include tests for `lowLatency` at some point. As this feature is only...

We still have some open Merge Requests which include fixes. In the mean time you can override your dependencies in pubspec.yaml, e.g.: ``` dependency_overrides: audioplayers: git: url: https://github.com/bluefireteam/audioplayers.git path: 'packages/audioplayers'...

@leongkeng I noticed you can play a file in lowLatency, but not reusing the player, or play a sample twice. There still seems to be something off. Let's track this...

@leongkeng can you test again with current `main`? Don't forget to delete pub git cache or add `ref` to overridden dependencies in order to get the latest changes.

@leongkeng can you recheck with our [example](https://github.com/bluefireteam/audioplayers/tree/main/packages/audioplayers/example). _The tests run fine, so I'm not sure, why it shouldn't work_ Note that you have to call `stop` before play again, because...

@luanpotter small reminder. Thank you ;D

@luanpotter @spydon As you can see, I fixed a lot of bugs, which occurred during extending the tests. Do you want them to be in separate PRs? And if so,...