Skip to content
Discussion options

You must be logged in to vote

Hey, from what I can tell looking at the source code, transcribe is a wrapper around some common transcription methods, including decode. The transcribe method is basically there so you can do things like decode and load model in one simple line. Transcribe actually calls decode internally, so in the sample code you put up you're essentially doing pretty much the same thing, except in one case you're using a method designed to make things simpler and in the other case you're somewhat rebuilding the transcribe method.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kevinco26
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