Skip to content

Command for transcribing multiple audio files at once #153

Answered by glangford
IkeDoku asked this question in Q&A
Discussion options

You must be logged in to vote

Why not use something like this from your shell

for f in *.wav ; do whisper $f --model medium ; done

Replies: 12 comments 17 replies

Comment options

You must be logged in to vote
4 replies
@IkeDoku
Comment options

@Blair-Johnson
Comment options

@Anto5040
Comment options

@jongwook
Comment options

Comment options

You must be logged in to vote
10 replies
@IkeDoku
Comment options

@cndhng
Comment options

@Arlen22
Comment options

@spookytomtom
Comment options

@DylBP
Comment options

Answer selected by jongwook
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@cndhng
Comment options

@Arlen22
Comment options

@FurkanGozukara
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet