| Name | Type | Description |
|---|---|---|
api_key | Optional[str] | Default: NoneOpenAI API key |
chunk_duration_threshold | float | Default: 0.1Minimum duration of a chunk in seconds NOTE: According to the OpenAI API, the chunk duration should be at least 0.1 seconds. If the chunk duration is less or equal than the threshold, it will be skipped. |
Transcribe and parse audio files.
Audio transcription is with OpenAI Whisper model.