https://github.com/irahorecka/visuaudio
GUI application to visualize audio spectrum
https://github.com/irahorecka/visuaudio
audio audio-visualizer gui-application pyaudio pyqt5 pyqtgraph
Last synced: 8 months ago
JSON representation
GUI application to visualize audio spectrum
- Host: GitHub
- URL: https://github.com/irahorecka/visuaudio
- Owner: irahorecka
- License: mit
- Created: 2020-04-22T18:51:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T14:02:46.000Z (almost 2 years ago)
- Last Synced: 2024-07-15T16:53:57.617Z (almost 2 years ago)
- Topics: audio, audio-visualizer, gui-application, pyaudio, pyqt5, pyqtgraph
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 25
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# visuaudio
### A fun GUI application to visualize audio spectrum
```visuaudio.py``` uses the ```pyqtgraph``` and ```pyaudio``` libraries to view the audio spectrum of input sound.
## Running the application:
1) Clone repository
2) ```$ pip install -r requirements.txt```
3) ```$ python visuaudio.py```
## Visuaudio default bar graph display
## Color Change
#### You can change color of graph by playing with the following commands:
* ↑,→,←: R,G,B += 10
* F1 ~ F9: White ~ Pink
## Notes:
* Ensure you have a working input sound source (e.g. a working input mic).
* Run the application on your native terminal (i.e. not iTerm2, etc.).
* Python 2 is not supported. It is advised to run this application using Python>=3.6.
MacOS
* You will have to grant Terminal permission to use the input sound source.
Windows
* Go link: Click here!
* You should download:
PyAudio-0.2.11-cp{your python version}-cp{your python version}m-win_amd64.whl
* Installation:
$ pip install PyAudio-0.2.11-cp37-cp37m-win_amd64.whl
Ubuntu Linux
* Currently unknown. It is likely possible to execute the app in Linux, but it is yet untested.