Skip to content

Can I change how many seconds the model looks at one time? #20

Answered by jongwook
jayavanth asked this question in Q&A
Discussion options

You must be logged in to vote

The model can consume only 30 seconds at once, so the CHUNK_SIZE can't increase. model.transcribe() is designed to be used for audio files longer than 30 seconds, which works by successively transcribing audio using a 30s-long sliding window.

About the possibility of real-time transcription, please see my answers in #2.

Replies: 1 comment

Comment options

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