Function
nuVrsCountSyllables (Macro)
Syntax:
void nuVoiceCountSyllables(u8* word, u32* syllables)
Arguments:
word Word to be checked syllable Number of semisyllables in word
Return Value:
None
Description:
Checks if word can be stored
When the word specified by "word" is stored in the Voice Recognition System, the number of syllables is calculated and returned to syllable.
This function defines the osVoiceCountSyllabes macro.