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

28 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
3djc
6a2bcbad27 Fix #7977 2020-09-28 17:43:43 +02:00
3djc
70d5ca471d Fix german hello.wav 2020-08-23 12:53:17 +02: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
7b61185287 Fix german sensor lost audio 2018-09-05 08:38:04 +02:00
Arne Schwabe
ad26e4acba Fix German timer tts 2018-06-12 17:31:45 +02:00
3djc
fd9ecc589e Add missing German tts strings 2018-06-12 09:58:37 +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
67ee51b976 Fix #459 2017-03-13 07:05:43 +01:00
Benjamin Boy
236d3149ee German spoken language fixed.
Spoken numbers fixed:
100 -> "ein", "hundert"
1000 -> "ein", "tausend"
999 -> "9", "hundert", "99"

Timers:
60 seconds -> "eine", "minute"
3600 seconds -> "eine", "stunde"
120 seconds -> "2", "minuten"

Sound files needed to be generated because new words are used.
2016-10-19 14:17:15 +02:00
Benjamin Boy
b95deeee9f Update tts_de.py
Final change for trims.
2016-09-26 21:37:24 +02:00
Benjamin Boy
33608b3eb2 Update tts_de.py
Changed Endtrim and Mintrim to the same spoken words.
2016-09-26 15:55:12 +02:00
Benjamin Boy
069576515d Update tts_de.py 2016-09-26 14:24:48 +02:00
Benjamin Boy
f00d5d9417 Update tts_de.py
Translated crow to "Butterfly", changed filenames accordingly to the english ones so its possible to change from english to german without the need of editing the Special Functions section per model.
Removed "Minimale Trimmung", in my opinion this makes no sense a trim only can be at maximum or at center.
2016-09-23 13:58:53 +02:00
3djc
64748a6339 Cosmetics 2016-09-15 18:17:15 +02:00
Benjamin Boy
de67a9c215 Update tts_de.py 2016-09-15 17:00:22 +02:00
Benjamin Boy
584c9b592c Update tts_de.py 2016-09-15 16:46:47 +02:00
Benjamin Boy
5f80f9b246 Update tts_de.py
Some Translation Errors corrected.
2016-09-15 16:44:05 +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
5767be27b6 [Crossfire] New frame ATTITUDE added 2016-06-04 12:36:37 +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