This function transcribes audio files and returns the transcription text.
Usage
create_transcript(file_path, prompt = NULL, chunk_size = 120)
Arguments
- file_path
Character string specifying the path to the audio file.
- prompt
Character string specifying the prompt for transcription
(optional).
- chunk_size
Audio size in seconds.
Value
A character string containing the transcription text.