Transcribing audio from NumPy/Torch arrays?

#20
by Filipblahof - opened

Is it possible to use the model to transcribe an audio recording that is in the form of a torch or numpy array?

Filipblahof changed discussion status to closed

yes just use .transcribe([array])

Sign up or log in to comment