bluefireteam / audioplayers

A Flutter package to play multiple audio files simultaneously (Android/iOS/web/Linux/Windows/macOS)
https://pub.dartlang.org/packages/audioplayers
MIT License
1.98k stars 843 forks source link

Does this also happen, if you `await` `setAudioContext` and then play? #1844

Open shoxrux06 opened 1 week ago

shoxrux06 commented 1 week ago
          Does this also happen, if you `await` `setAudioContext` and then play?

Originally posted by @Gustl22 in https://github.com/bluefireteam/audioplayers/issues/1786#issuecomment-2057026302

Yes. It is still happening after putting the await keyword before setAudioContext

shoxrux06 commented 1 week ago
          Does this also happen, if you `await` `setAudioContext` and then play?

Originally posted by @Gustl22 in #1786 (comment)

Yes. It is still happening after putting the await keyword before setAudioContext