You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When submitting an audio file for transcription, it will currently get transcribed from the beginning to the end (except if cancelled at some point).
If you need only part of the file to be transcribed, you can of course cut the file to the required segment priori to submitting it to Vibe, but it could prove convenient to be able define a segment from within Vibe, e.g. enter start time and end time as in ffmpeg -ss 00:22:10 -i file.mp3 -to 00:26:20 -c:a copy file_segment.mp3 so that it then starts transcription only for file_segment.mp3.
An even nicer but more complex implementation could also show the spectrogram of the submitted audio file and allow to select on it one or several portions to be transcribed (as in Audacity for instance).
The text was updated successfully, but these errors were encountered:
oleole39
changed the title
[Feature Request]: Ability to select portion of audio file for transcription
[Feature Request]: Transcribe only segment(s) of an audio file
Oct 8, 2024
Describe the feature
Hello,
When submitting an audio file for transcription, it will currently get transcribed from the beginning to the end (except if cancelled at some point).
If you need only part of the file to be transcribed, you can of course cut the file to the required segment priori to submitting it to Vibe, but it could prove convenient to be able define a segment from within Vibe, e.g. enter start time and end time as in
ffmpeg -ss 00:22:10 -i file.mp3 -to 00:26:20 -c:a copy file_segment.mp3
so that it then starts transcription only forfile_segment.mp3
.An even nicer but more complex implementation could also show the spectrogram of the submitted audio file and allow to select on it one or several portions to be transcribed (as in Audacity for instance).
The text was updated successfully, but these errors were encountered: