mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-07-21 18:19:30 +00:00
5f7a78b069
Transcription, Studio, and the tuner were buried at the bottoms of "Playback and Export" and "Live Performance" — pages whose titles point the opposite direction. They now share guide/listening.rst (with pointers left behind), the CLI guide lists the app commands it was missing (tune/studio/transcribe/live), and pytheory.audio + pytheory.tuner get API reference pages. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
16 lines
342 B
ReStructuredText
16 lines
342 B
ReStructuredText
Tuner
|
|
=====
|
|
|
|
Real-time instrument tuner — microphone pitch tracking, instrument
|
|
string presets, and the SSE/WebSocket pitch stream. See
|
|
:doc:`/guide/listening` for a tutorial.
|
|
|
|
.. note::
|
|
|
|
The microphone input requires PortAudio (via ``sounddevice``).
|
|
|
|
.. automodule:: pytheory.tuner
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|