Friday, May 1Digital Marketing Journals

Continuous Speech Recognition Testing | by Florian Treml | Feb, 2022


Continuous Speech Recognition Testing

Speech Recognition (Speech-To-Text)

{  "speechConfig": {    "endpointId": "xxx-yyyy-zzzzzzzzzz"  }}

Speech Synthesis (Text-To-Speech)

Custom Speech Engines

Prepare Chatbot for Speech Synthesis and Recognition

Prepare Test Set

Labelled Reference Audio Files

F01-hello-how-are-you.wav;hello how are youF02-hi-whats-up.wav;hi whats up

Synthesizing Speech

Record Speech

Run Speech Recognition Test Session

Voice Effects Pipeline

Apply Noise Effects

{  "path": "$.response..[?(@.wer == 0)]"}
{  "path": "$.response..[?(@.wer <= 0.1)]"}

Leave a Reply