Skip to content

Python Application which records and displays raw audio data

Notifications You must be signed in to change notification settings

mfarhan12/audio-record

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

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)


About

Python Application which records and displays raw audio data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages