Changeset 5248
- Timestamp:
- Jun 21, 2017, 2:10:15 PM (4 years ago)
- Location:
- lliurex-tts/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-tts/trunk/fuentes/debian/changelog
r4830 r5248 1 lliurex-tts (0.4) xenial; urgency=high 2 3 * Fixed bug in accents into phrases 4 5 -- Jose A. Murcia <joamuran@gmail.com> Wed, 21 Jun 2017 14:09:35 +0200 6 1 7 lliurex-tts (0.3) xenial; urgency=high 2 8 -
lliurex-tts/trunk/fuentes/simple-google-tts/simple_google_tts
r4830 r5248 261 261 262 262 fest_synth(){ 263 echo "$1" | text2wave -o "$OutFile" -eval '(voice_upc_ca_ona_hts)'263 echo "$1" | iconv -f utf-8 -t iso-8859-1 | text2wave -o "$OutFile" -eval '(voice_upc_ca_ona_hts)' 264 264 } 265 265
Note: See TracChangeset
for help on using the changeset viewer.