Commit ·
ff1c486
1
Parent(s): aab9515
minor
Browse files- Makefile +4 -1
- README.md +1 -1
- yali-exe-readme.txt +2 -2
Makefile
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
yali-lower.exe: wav-syllables setup.bat yali-exe-readme.txt unzipsfx.exe
|
| 4 |
mkdir -p partials/zh/yali-low
|
|
|
|
| 1 |
+
# for older versions of sox:
|
| 2 |
+
# RawParams=-r 44100 -c 1 -s -2
|
| 3 |
+
# for newer versions:
|
| 4 |
+
RawParams=-r 44100 -c 1 -e signed -b 16
|
| 5 |
|
| 6 |
yali-lower.exe: wav-syllables setup.bat yali-exe-readme.txt unzipsfx.exe
|
| 7 |
mkdir -p partials/zh/yali-low
|
README.md
CHANGED
|
@@ -2,7 +2,7 @@ These syllables were recorded in context by
|
|
| 2 |
Cheng Ya Li for the Gradint program in June
|
| 3 |
2008. Sound editing was done by Cameron Wong
|
| 4 |
(developer of the Ekho speech synthesizer) and
|
| 5 |
-
Silas Brown, using Audacity and Praat.
|
| 6 |
|
| 7 |
You can redistribute and/or modify these recordings under the terms of
|
| 8 |
the GNU General Public License as published by the Free Software
|
|
|
|
| 2 |
Cheng Ya Li for the Gradint program in June
|
| 3 |
2008. Sound editing was done by Cameron Wong
|
| 4 |
(developer of the Ekho speech synthesizer) and
|
| 5 |
+
Silas S. Brown, using Audacity and Praat.
|
| 6 |
|
| 7 |
You can redistribute and/or modify these recordings under the terms of
|
| 8 |
the GNU General Public License as published by the Free Software
|
yali-exe-readme.txt
CHANGED
|
@@ -2,7 +2,7 @@ These syllables were recorded in context by
|
|
| 2 |
Cheng Ya Li for the Gradint program in June
|
| 3 |
2008. Sound editing was done by Cameron Wong
|
| 4 |
(developer of the Ekho speech synthesizer) and
|
| 5 |
-
Silas Brown, using Audacity and Praat.
|
| 6 |
|
| 7 |
(The yali-low version has been voice-changed to reduce the pitch.)
|
| 8 |
|
|
@@ -16,7 +16,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
| 16 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
| 17 |
General Public License for more details.
|
| 18 |
|
| 19 |
-
If you are running
|
| 20 |
you probably don't want Gradint to have to concatenate these files to make a
|
| 21 |
custom WAV for each phrase. Linux is usually good enough for Gradint not to
|
| 22 |
have to do this, in which case you can convert them back to WAV by doing:
|
|
|
|
| 2 |
Cheng Ya Li for the Gradint program in June
|
| 3 |
2008. Sound editing was done by Cameron Wong
|
| 4 |
(developer of the Ekho speech synthesizer) and
|
| 5 |
+
Silas S. Brown, using Audacity and Praat.
|
| 6 |
|
| 7 |
(The yali-low version has been voice-changed to reduce the pitch.)
|
| 8 |
|
|
|
|
| 16 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
| 17 |
General Public License for more details.
|
| 18 |
|
| 19 |
+
If you are running GNU/Linux on a solid-state device (OLPC XO, NSLU2, etc),
|
| 20 |
you probably don't want Gradint to have to concatenate these files to make a
|
| 21 |
custom WAV for each phrase. Linux is usually good enough for Gradint not to
|
| 22 |
have to do this, in which case you can convert them back to WAV by doing:
|