search_proximity
Find spots in audio where two keywords appear near each other. Use it to locate contextual discussions like 'startup' near 'funding'.
Instructions
Find where one keyword appears near another keyword in audio. Useful for finding contextual discussions, e.g., 'startup' near 'funding'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | No | Optional file path to save results. Use .csv for plain data or .xlsx for styled spreadsheets with bold headers and formatting. | |
| keyword1 | Yes | Primary keyword to find | |
| keyword2 | Yes | Secondary keyword that must appear nearby | |
| 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. | |
| max_distance | No | Maximum number of words between keywords. Default: 30 |