Changed audio player to simpleaudio

This commit is contained in:
2020-10-01 17:58:17 +02:00
parent 72576d1732
commit 5682590ced
4 changed files with 26 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ from setuptools import setup, find_packages
with open('README.md') as readme_file:
readme = readme_file.read()
requirements = ['RPi.GPIO', 'pyalsaaudio', 'playsound']
requirements = ['RPi.GPIO', 'pyalsaaudio', 'simpleaudio']
setup_requirements = ['pytest-runner', ]