batch_search
Search multiple audio files for specified keywords in parallel. Returns aggregated results with file paths, ideal for podcast libraries and interview collections.
Instructions
Search multiple audio files for keywords in parallel. Ideal for processing podcast libraries, interview collections, or any batch of audio files. Returns aggregated results with file paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workers | No | Number of parallel workers. Default: 2 | |
| keywords | Yes | List of keywords or phrases to search for | |
| model_size | No | Whisper model size. ALWAYS use tiny unless the user explicitly requests a different size. tiny is already highly accurate. | |
| audio_paths | Yes | List of paths to audio files |