by TechnicalSupportTeam » Tue Mar 30, 2004 5:01 pm
To playback a portion of a WAV file (i.e. the last 20 seconds), a temporary WAV file should be created. The application should locate the voice data that corresponds to the required time interval and copy the voice data from the original WAV file to the temporary WAV file. Then the temporary WAV file should be passed to Voice C++. When the voice playback is finished, the temporary WAV file can be deleted.