Akalanka Perera
Akalanka Perera
Steps to reproduce:- ```dart final player = AudioPlayer(); final audioSource = LockCachingAudioSource(Uri.parse("stream_link")); await player.setAudioSource(audioSource); await player.play() // After some time await player.stop() await audioSource.clearCache() // or player.processingStateStream.listen((processingState) { if processingState...
Fixes #24
### What version of Bun is running? 1.1.15 ### What platform is your computer? Linux 5.10.214-202.855.amzn2.x86_64 x86_64 (Docker alpine image) ### What steps can reproduce the bug? I might be...