Transcriber
- class echo_artistry.services.Transcriber(output_path='audios', store_transcription=True)
Extracts audio from a video file and transcribes it to text.
- transcribe_audio(audio_file_path)
Transcribes audio to text.
- Parameters:
audio_file_path (str) – The path to the audio file.
- Returns:
The transcription of the audio file.
- Return type:
str