Skip to content

Realtime Spectrum Analyzer for M1 mac made with Python, PyQt, PyQtGraph and Pyaudio.

Notifications You must be signed in to change notification settings

takaT6/realtime-spectrum-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Realtime Spectrum Analyzer

リアルタイムスペクトラムアナライザーをM1 mac用にコードを修正しました。

Realtime Spectrum Analyzer for M1 mac.

DEMO

スクリーンショット 2021-12-26 20 51 35

Requirement

pip or conda

  • PySide6
  • pyqtgraph
  • pyaudio
  • numpy

homebrew

  • portaudio

Installation

pip install [package]

or

conda install [package]

Usage

python SpectrumAnalyzer.py

Note

Install Portaudio by brew command before installing pyaudio.

brew install portaudio

About

Realtime Spectrum Analyzer for M1 mac made with Python, PyQt, PyQtGraph and Pyaudio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages