Forcibly stops voice recognition processing by the Voice Recognition System
#include <ultra64.h> /* ultra64.h */
s32 osVoiceStopReadData(OSVoiceHandle *hd);
The osVoiceStopReadData function is for forcibly stopping recognition processing once recognition by the Voice Recognition System has been started.
hd is the Voice Recognition System control structure. The Voice Recognition System must be initialized with the osVoiceInit function before the osVoiceStopReadData function is called.
The returned value is an error code. A 0 (zero) is returned when processing ends normally. If an error occurs, this function has the following error codes.
osVoiceCheckWord, osVoiceClearDictionary, osVoiceControlGain, osVoiceCountSyllables, osVoiceGetReadData, osVoiceInit, osVoiceMaskDictionary, osVoiceSetWord, and osVoiceStartReadData
1999/04/30 Changed Format
1999/08/04 Added (Note) to CONT_ERR_VOICE_NO_RESPONSE