Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

GUI application to visualize audio spectrum

License

NotificationsYou must be signed in to change notification settings

irahorecka/visuaudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A fun GUI application to visualize audio spectrum

visuaudio.py uses thepyqtgraph andpyaudio 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

Audio Spectrum GUI

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.

About

GUI application to visualize audio spectrum

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp