Skip to content

A series of Jupyter notebooks and python files which stream audio from a microphone using pyaudio, then processes it.

Notifications You must be signed in to change notification settings

leanderhang/Audio-Spectrum-Analyzer-in-Python

 
 

Repository files navigation

Audio-Spectrum-Analyzer-in-Python

A series of Jupyter notebooks and python files which stream audio from a microphone using pyaudio.

Part 1 is a notebook which streams audio and displays the waveform with matplotlib.

Part 2 adds a spectrum viewer using scipy.fftpack to compute the FFT.

About

A series of Jupyter notebooks and python files which stream audio from a microphone using pyaudio, then processes it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.3%
  • Jupyter Notebook 32.7%