Skip to content

python app that shows a live-feed spectrogram of a mic input. Utility tool

Notifications You must be signed in to change notification settings

krismakesstuff/fftpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

python app that shows a live-feed spectrogram of a mic input. Utility tool

Resources

Stars

Watchers

Forks

Languages