identify_speakers
Identify which speaker is talking at each moment in an audio file. Supports auto-detection of speaker count or explicit specification.
Instructions
Identify who speaks when 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. | |
| num_speakers | No | Number of speakers if known. Auto-detects if not set. |