1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +03:00
Commit graph

16 commits

Author SHA1 Message Date
Stefan Hezinger
edd9503b2c
System sounds cleaning (#8132)
Co-authored-by: Stefan Hezinger <stefan.hezinger@erbe-med.com>
2020-12-07 10:17:47 +01:00
ignaciobfp
3da9256020
Add missing tts sounds in spanish, minor fixes (#7777)
Add missing tts spanish sounds (fixes #7770), minor improvements to make some lines more accurate (most cases) or just more natural
2020-07-04 13:01:03 +02:00
3djc
c8eab1a31a Improve spannish TTS. This fixes #7398 2020-02-19 09:34:36 +01:00
Bertrand Songis
d1d215ab73
TTS old code next cleaning session 2019-12-08 09:17:32 +01:00
Bertrand Songis
437b31e295
TTS old code removal 2019-12-07 18:42:15 +01:00
3djc
92a0d89fc2 Add ml/min unit 2019-04-17 19:05:06 +02:00
3djc
3faa7e10d0 Improve spanish timer speech 2018-10-04 17:13:00 +02:00
3djc
f330ea8a90 Minor spanish TTS changes 2018-09-27 09:28:43 +02:00
Bertrand Songis
7434e330c8 3djc/rssi poweroff safety (#5126)
Shutdown RSSI Alert
2017-08-01 14:13:25 +02:00
3djc
301e33a271 gTTS (#4899)
* Release prep work

* Add CZ support

* Prep for release

* No more need to prefix unicode strings (we use python3)
Some fixes
Italian fixes
2017-05-07 17:39:31 +02:00
3djc
07c4563764 Adjust languages for DB (#3754) 2016-09-02 17:49:05 +02:00
3djc
7d6e96fe0c Add mintrim (#3732) 2016-08-29 15:48:42 +02:00
3djc
9d9fdf81b4 Change audio generation files accordingly (#3717)
* Change audio generation files accordingly
New way of working :

units files are ALWAYS named in english based on the names in audio_arm.cpp names.
multiple form (singular, plural(s) are ammended with 0 to 4 suffix, according to languages rules. example : meter1.wav for first form of plural of meter unit,. This filename needs to be the same for all languages (in their respective directories of course)

* Care for gruin9x

* Better form

* Other languages

* Cosmetics
2016-08-24 23:43:56 +02:00
Bertrand Songis
77888ae200 TTS scripts were completely broken 2016-05-13 13:08:56 +02:00
Bertrand Songis
c2412ca05e Python scripts with the executable flag 2016-03-26 23:04:39 +01:00
Sean Vig
82c3230981 PEP8 and break up radio/util/tts.py
Break up tts.py so that each language configuration of system and custom
sounds is done in a separate file, also fixing PEP8 problems with
tts.py, mostly whitespace related
2015-12-13 18:55:03 -06:00