switched to sound device

This commit is contained in:
Andrew Ward
2024-05-01 12:53:38 +01:00
parent 4ccebf0cdc
commit b0f142d655
2 changed files with 19 additions and 46 deletions

View File

@@ -6,13 +6,15 @@
##Windows
pip install pyaudio
pip install numpy
pip install sounddevice
pip install python-dotenv
##Mac
brew install portaudio
pip install numpy
pip install sounddevice
pip install python-dotenv