Update apps

This commit is contained in:
Willy-JL
2023-07-14 02:43:32 +02:00
parent 1243b192be
commit a33a461074
65 changed files with 696 additions and 169 deletions
+4 -5
View File
@@ -5400,15 +5400,14 @@ void STM32SAM::sam(
}
}
if(i < 256) {
input[i] = phonetic ? '\x9b' : '[';
}
if(!phonetic) {
strncat(input, "[", 256);
if(!TextToPhonemes((unsigned char*)input)) {
// PrintUsage();
return;
}
} else {
strncat(input, "\x9b", 256);
}
SetInput(input);