Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 444 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 444 Bytes

PyTuner

Captures sound and draws current playing note. Useful for learning instruments like violin, cello, oboe etc.

If some USB-microphone is plugged, the sound is captured from it, otherwise from default system audio input.

Dependencies

  • python3.7
  • pyaudio
  • PyQt5
  • pyqtgraph

Howto

Run tuner app

python3 RunTuner.py

and play sounds on your instrument.

If you run it in PyCharm, mark src as the source directory.