Speech To Text
Amaster's Utility Library
Speech To Text
Amaster's Utility Library
The Speech To Text node comes in two types, each using a different external service from Resonite.
The Websocket version takes in that WebsocketClient and a URL, combined with the Resonite Voice Bridge to generate the string output data.
The version that only takes in a user, uses an external website (alpcsr.com/voice-to-text/read.php
) along with your microphone to then send back the generated string output. Make sure to match your username to the site as well or it will not work.
Inputs
WebsocketClient (WebsocketClient)
The WebsocketClient to use for generating speech to text.
URL (Uri)
The URL and port needed to connect to the websocket. (the defualt is ws://localhost:6789/
)
User (User)
The user to reference.
Outputs
OnReceived (Continuation)
Fires when new text has been generated.
Data (String)
The generated string text.