Better determine soundplayer on unix systems
- sys.platform == 'linux', excludes many other unix systems - use shutil.which() to test if a command is available
Loading
Please register or sign in to comment
- sys.platform == 'linux', excludes many other unix systems - use shutil.which() to test if a command is available