initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/voices/generate_voices_rcc.sh 2021-12-01 19:09:15.000000000 +0100
+++ b/voices/generate_voices_rcc.sh 2021-12-06 11:50:13.991913114 +0100
@@ -33,7 +33,7 @@
exit 1
}
-WORDS_DIR=../../words/words
+WORDS_DIR=../words/words
[ ! -d "${WORDS_DIR}" ] && {
echo "Words dir ${WORDS_DIR} not found"
exit 1