mjbrusso / AudioPlayer

audioplayer is a cross platform Python 3 package for playing sounds (mp3, wav, ...). It provides the key features of an audio player, such as opening a media file, playing (loop/block), pausing, resuming, stopping, and setting the playback volume.
MIT License
37 stars 11 forks source link

linux AudioPlayerError #18

Closed Zhenbin24 closed 1 year ago

Zhenbin24 commented 1 year ago

when i run it in linux , raise AudioPlayerError, i check file is exist and file right; 1

Zhenbin24 commented 1 year ago

@mjbrusso