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>
12 lines
293 B
ReStructuredText
12 lines
293 B
ReStructuredText
Audio Analysis
|
|
==============
|
|
|
|
Audio import and analysis — pitch tracking (YIN), transcription,
|
|
tempo estimation, chord detection, and drum detection. See the
|
|
:doc:`/guide/listening` guide for a tutorial.
|
|
|
|
.. automodule:: pytheory.audio
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|