VoiceGuide IVR Software Main Page
Jump to content

Transcribe Recording Demo

Recommended Posts

Here is a simple script demonstrating transcription of recorded sound file.

image.png.b709bec67f4548dc8a7e54ec6e743331.png

 

VoiceGuide Script file:

record_and_transcribe.vgs

The script enables transcription and starts recording of a sound file. When the recording completes (on silence detection) the recorded sound file is then transcribed, and the result of transcription  is played back to the caller.

vgEngine trace excerpt of the demo call:

vgEngine_test_stt.txt

here is the sound file that was used in the testing. This file was played by the calling script, and was recorded by the "record" module.

PayGetAmount_pound_10sec_silence.wav

here is the STT output (Google Cloud was used in this demo)

0619012548_198_64_.wav.txt

and here it the TTS output. TTS engine used was: "Microsoft David Desktop - English (United States)"

tts_198_1.wav

 

In order to replicate this demo, the Google Cloud credential file must be specified in VG.INI's [GCP] CredentialsFile entry.

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×