Controlling Prompt Output
Use Speech Debugging Console to debug prompts and recordings in an application.
Viewing Prompt Information
The Prompt tab in Speech Debugging Console displays the values of properties that are related to the current prompt.
Viewing Recording Session Properties
The Record tab in Speech Debugging Console displays the results of audio recordings that are spoken into Speech Debugging Console.
Recording is available only when the Enabled property of the RecordSound control is True.
To enable audio recording while debugging
- On Speech Control Editor, right-click a Speech QA (QA) control, and on the shortcut menu, click Properties.
- On the Properties window, expand the Reco heading.
- Under the Reco heading, expand the Record heading.
- On the Enabled list, select True.
Record sample user input during a debugging session by clicking Use Audio and speaking into the microphone. Recording stops automatically after speech detection ends.
The Answer object binds the recorded file location to the Speech SemanticItem (SemanticItem) of an input control the same way that it binds recognition results.
See Also
Debugging Speech Applications | Debugging the Tutorial Application