Page 1 of 1

OpenTX 2.2 Sound Files change

Posted: Tue Feb 14, 2017 7:30 pm
by Fires
Hi,

I need help with new version of OpenTX. In new version 2.2 I noticed there is some changes to sound files again. It is somewhere any documentation about it ?

What is problem: I need make new sound files for my language, but wav names do not match content for different languages
Example from SDCARD content EN/DE:
en-US-taranis.csv
line: 110 values: SOUNDS/en/SYSTEM 0109.wav thousand
de-DE-taranis
line:110 values: SOUNDS/de/SYSTEM 0109.wav minuten
Sound file is the same, line is the same but content is different.. If I try my old version of sound files it just did not work..


What I need ? I need link for some documentation about sound files, it could be even source codes. Or I need explanation HOW opentx choose right sound file. Thanks a lot and have a nice day.

Re: OpenTX 2.2 Sound Files change

Posted: Wed Feb 15, 2017 9:18 am
by Kilrah
The code is here:
https://github.com/opentx/opentx/blob/n ... tts_de.cpp

The supplied files and csv are generated here:
https://github.com/opentx/opentx/blob/n ... /tts_de.py

I know people have been working on that recently, but have not tested or verified it.