Speech To Text

Speech To Text From Sound Wave

  • 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:

✅ [On Success]

Response: Contains the text output of the audio file if the API was successful, otherwise might contain information on why the API call failed.

⛔ [On Failure]

Nothing is returned, check logs for details on why it failed.

Speech To Text From Sound Wave

  • 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:

✅ [On Success]

Response: Contains the text output of the audio file if the API was successful, otherwise might contain information on why the API call failed.

⛔ [On Failure]

Nothing is returned, check logs for details on why it failed.

Last updated