Speech To Text
Speech-to-Text - Blueprint Reference for Convai Unreal Engine integration.
Last updated
Speech-to-Text - Blueprint Reference for Convai Unreal Engine integration.
Last updated
Description: Transcribes the provided audio.
Inputs:
Sound Wave: The recorded output from the microphone, please take a look over the tutorial/sample project for an example on how to use Convai voice capture component with the API.
Outputs:
Response: Contains the text output of the audio file if the API was successful, otherwise might contain information on why the API call failed.
Nothing is returned, check logs for details on why it failed.
Description: Transcribes the provided audio file.
Inputs:
Filename: The path to the recorded audio file on your local disk, the file should be in a .wav format.
Outputs:
Response: Contains the text output of the audio file if the API was successful, otherwise might contain information on why the API call failed.
Nothing is returned, check logs for details on why it failed.