Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 518 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 518 Bytes

Real-Time Audio Spectrogram

A python app that gives you a real-time spectrogram of a mono audio feed. Record a snippet with spacebar and save it to the output folder. This is mostly a utility app to easily record and visualize signal data for further hacking.

Building

  • pip install dependencies
  • run spec.py

Dependencies

  • Python 3.x
  • Required Python packages:
    • numpy
    • sounddevice
    • scipy
    • matplotlib
    • soundfile

TODO

  • record in stereo
  • get rid of dependencies no longer in use.