search_audio
Search audio files for keywords to locate specific moments, returning timestamped matches with context snippets. Optionally download video clips around each hit for quick review.
Instructions
Search audio files for keywords and return timestamped matches with context snippets. Useful for finding specific moments in podcasts, interviews, lectures, or any audio content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip | No | Download actual video clips around each match. Set to true when the user asks for clips, highlights, compilations, or says they want the video itself, not just timestamps. Requires the audio to have been downloaded from a URL. Default: false | |
| output | No | Optional file path to save results. Use .csv for plain data or .xlsx for styled spreadsheets with bold headers and formatting. | |
| keywords | Yes | List of keywords or phrases to search for | |
| audio_path | Yes | Path to the audio file (MP3, WAV, M4A, etc.) | |
| model_size | No | Whisper model size. ALWAYS use tiny unless the user explicitly requests a different size. tiny is already highly accurate. | |
| clip_padding | No | Seconds of padding before and after each match for clip export. Default: 15 | |
| include_full_text | No | Include full transcription text in response. Default: false |