Transcribing numpy array. #1133
-
I am trying to create a real-time transcriber, and I would like to know if I can use the transcriber object directly on a numpy array containing my data, as I would like to remove the delay from OS operation. From the type of audio the transcribe function takes, it seems to be possible. However, when I take my buffer, which is defined by
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Transcribe accepts mono audio, the shape should be |
Beta Was this translation helpful? Give feedback.
Transcribe accepts mono audio, the shape should be
(16000 * length_s)