chapters
Detect topic changes in audio files and generate chapter markers automatically. Supply an audio path to receive chapter segments for quick navigation.
Instructions
Auto-detect topic chapters in audio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_path | Yes | Path to the audio file | |
| model_size | No | Whisper model size. ALWAYS use tiny unless the user explicitly requests a different size. tiny is already highly accurate. | |
| sensitivity | No | 0.0 = many chapters, 1.0 = few chapters. Default: 0.4 |