The stt
module converts normalized speech frontend frame data into a text transcription.
Mode | Input | Output | Description |
---|---|---|---|
nf
|
w
|
Accepts normalized feature frames and performs speech-to-text. Produces a word label stream. |
Example:
w <- stt (_, nf)
Some of these parameters do not have an internal default value. You must either set the configuration parameter to a suitable value, or set the value in the corresponding action parameter.
|