Skip to content
Discussion options

You must be logged in to vote

the code from README is a bit over-detailed, if you don't really need low-level controls, you can simply do

import whisper
model = whisper.load_model("base")
audio = whisper.load_audio(ASRPage.output_file_path)
result = model.transcribe(audio)

you can then get timestamps using result["segments"]

Replies: 1 comment 4 replies

Comment options

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

@berk-efe
Comment options

@matinmrv
Comment options

@Baka-14
Comment options

Answer selected by hunter2009pf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants