Function


nuVrsCountSyllables (Macro)


Syntax

void nuVrsCountSyllables(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 osVoiceCheckWord macro.