Jump to: navigation, search

Enable MCP to accept the audio skip duration value specified in a VCR Control application

SUMMARY: How to correctly specify the audio skip duration value.
The next publication of the GVP 8.1 Voice XML Help will include this revision:
TOPIC: Properties
SECTION: Audio Control Properties
ADD THIS TEXT:
When MCP does not accept the audio skip duration value specified in a VCR Control application, some possible reasons are:

  • For the Next Generation Interpreter (NGI), you must specify property names in lowercase.
  • You must use com.genesyslab.
  • When you specify a time, you must specify a unit of measurement (no unit is assumed by default). Specify s (seconds) or ms (milliseconds) at the end of the value.

For example, this incorrect specification:
<property name= "COM.VOICEGENIE.AUDIO.SKIPDURATION" value = "9000">
should be corrected to read:
\<property name= "com.genesyslab.audio.skipduration" value = "9000ms" />

This page was last edited on January 8, 2015, at 22:30.
Comments or questions about this documentation? Contact us for support!