August

Results 418 comments of August

swift-format also works on Ubuntu, but not on Alpine, e.g. https://hub.docker.com/r/mtgto/swift-format/

Good insight, thanks. Perhaps one can look at other platform implementations e.g. `video_player` and apply the best practice to the darwin implementation. We appreciate any help from the community!

Yes, it is misleading, this could be adapted. Even web uses the AudioCache class, but differently ...

@define-private-public can you open a new issue and fill ALL the fields in order to determine the cause. The above issue has been resolved already.

@masus04 can you reconfirm with newer versions of AP?

Note: this is not #1260 as this is using proper mp3 codec and is playable as asset source.

Ideally the library should never throw an error. So this would be something we need to catch in the lib or don't even let it go that far. I would...

It should work with #1388 via: ```dart var audioContext = const AudioContext( android: AudioContextAndroid( usageType: AndroidUsageType.alarm, ), ); await AudioPlayer.global.setGlobalAudioContext(audioContext); await player.setAudioContext(audioContext); ```

Seems like this is less about AudioPool, but more an issue of ios, which should be solved in the mean time. https://github.com/bluefireteam/audioplayers/blob/main/packages/audioplayers/lib/src/audio_pool.dart @feroult feel free to open, if the issue...

Mark this as stale, as it's most probably fixed.