Next IVR

Providing innovative contact center solutions and services.

#ms speech server Articles


Transcribing for MS Speech Server

Transcribing speech utterances is a highly repetitive task, usually performed by a pool of people who are good at typing.Out of the box, the speech server tools for transcribing are accessible through Visual Studio, and are not good for transcribing any volume of utterances. Email me if you want …

Unit Testing Managed Speech Server Applications

Unit testing code is important. If you make code changes in a library that other people are using, you want to make sure all of the code works as expected. Using NUnit is great for that. However, when it comes to speech applications, you probably manually test your applications before …