-
-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: plurals and indefinite articles in German TTS, plus #3920
fix: plurals and indefinite articles in German TTS, plus #3920
Conversation
- fixed no LUA constant for unit dbm - fixed use plurals and indefinite articles in German TTS
Actually, your radian fix would break EdgeTX/edgetx-sdcard-sounds@363b38b, so I'll need to now revert that, as this will make old packs work without changes. I'll assume you have tested the audio since it's native language for your 😁 |
welcome back. why does the radian fix break etx? tested? it compiled ok. just kidding, I did test it. |
Um... have a look at the commit perhaps? |
I did this on purpose because there is no rad#.wav files but radian#.wav in SOUNDS/SYSTEM. |
Sorry, actually it's the other way round. Current SOUNDS/SYSTEM audio files have rad#.wav files, but audio.cpp is looking for 'radian'. This is the reason why there is no spoken unit radians in any language. I changed audio.cpp to look for 'rad' instead of 'radian' to match the real file names. |
All I can say is LOOK AGAIN at the referenced commit... As of July you are
wrong :-P (which is why it will need to be reverted now).
…On Sun, 27 Aug 2023, 3:50 am Michael, ***@***.***> wrote:
Sorry, actually it's the other way round. Current SOUNDS/SYSTEM audio
files have rad#.wav files, but audio.cpp is looking for 'radian'. This is
the reason why there is no spoken unit radians in any language. I changed
audio.cpp to look for 'rad' instead of 'radian' to match the real file
names.
—
Reply to this email directly, view it on GitHub
<#3920 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJ66KLEQZTJEPHMXMM3K53XXIZPFANCNFSM6AAAAAA3LL3T5Q>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
gotcha, wasn't looking at the sdcard-sounds commit. you fixed the problem at the other end. |
and sorry for my tunnel vision. always feeling guilty I misread you as my fix needs to be reverted. reverting any of the two would do but yeah, mine is backwards compatible. |
lol... sorry about that... given the fault is in the sound pack, yeah,
altering the code is probably the simplest fix for existing ETX users. I'd
picked up the issue when I noticed one of the other telemetry items wasn't
being read out, and when checking with ETX and OTX code, it's pretty much
always been radianX.wav (for like 7+ years), so I don't know why our sound
pack had it as radX.wav, especially as that introduces an unnecessary
incompatibility with OTX packs.
…On Sun, Aug 27, 2023 at 12:58 PM Michael ***@***.***> wrote:
and sorry for my tunnel vision. always feeling guilty I misread you as my
fix needs to be reverted. reverting any of the two would but yeah, mine is
backwards compatible.
—
Reply to this email directly, view it on GitHub
<#3920 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJ66KK75SGZNB4S6B2N4JDXXKZWRANCNFSM6AAAAAA3LL3T5Q>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
- fixed no LUA constant for unit dbm - fixed use plurals and indefinite articles in German TTS
This reverts commit 363b38b. Is no longer necessary after EdgeTX/edgetx#3920
- fixed no LUA constant for unit dbm - fixed use plurals and indefinite articles in German TTS
- fixed no LUA constant for unit dbm - fixed use plurals and indefinite articles in German TTS
https://github.com/EdgeTX/edgetx/blob/07e0bfa4bd77c1b49ad38f3c6f82a8b2ae15a5c7/radio/src/audio.cpp#L167 Firmware and sound pack were out of sync prior to EdgeTX/edgetx#3920 and firmware was updated to use the filename used in the sound pack since the sound pack is less likely to be updated.
fix for no voice output for unit radian and fix for missing LUA constant for unit dbm
German TTS:
no voice output for unit radian, all languages:
missing LUA constant for unit dbm: