uSpeech
uSpeech copied to clipboard
Junk Syllables are being produced
Currently I am using the following work around:
Syllable s;
...
int sum = s.f+s.o+s.v+s.s+s.h;
if(sum>30){
//Perform proscessing...
}
Possibly a function to determine the probability of validity of a syllable that inco-orporates this code??