CoreyCole/audio-record
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
To use the library on Windows, you must have the following: Python 3.6 Installed Python added to path: C:\Users\Mohammad\AppData\Local\Programs\Python\Python36-32;C:\Users\Mohammad\AppData\Local\Programs\Python\Python36-32\scripts Numpy installed (from command prompt: pip install numpy) PyAudio installed (from command prompt: pip install numpy) type from console: 'setup.py install' from this directory using command prompt to install repo For GUI, you need: scipy (pip install scipy) pyqtgraph (pip install pyqtgraph) PyQt5 (pip install PyQt5)