Page 15 of 17

Re: Voice prompts

Posted: Sat Nov 07, 2020 10:34 am
by VK3KYY
I updated the release I created today with this update

Re: Voice prompts

Posted: Sat Nov 07, 2020 1:29 pm
by EB3AM
Many thanks! :roll:

Re: Voice prompts

Posted: Mon Nov 23, 2020 2:15 pm
by OK2HAD
Hi, I performed a complete revision of the file for the Czech language.

Re: Voice prompts

Posted: Tue Nov 24, 2020 12:03 am
by VK3KYY
OK2HAD wrote:
Mon Nov 23, 2020 2:15 pm
Hi, I performed a complete revision of the file for the Czech language.
Thanks

We have also encountered some unrelated problems, because originally only allocated memory in the firmware for 256 prompts.

This number has now been reached, so I have to make some other changes to find some extra space, by removing the 18 unused PROMPT_TBD_X items.

So I will manually merge your changes into the new version.

Note. The latest pre-release version on Github is not compatible with the current firmware release.
I will need to make a new development release of the firmware to match with the changes to the voice prompt file

Re: Voice prompts

Posted: Tue Nov 24, 2020 7:14 am
by OK2HAD
VK3KYY wrote:
Tue Nov 24, 2020 12:03 am
OK2HAD wrote:
Mon Nov 23, 2020 2:15 pm
Hi, I performed a complete revision of the file for the Czech language.
Thanks

We have also encountered some unrelated problems, because originally only allocated memory in the firmware for 256 prompts.

This number has now been reached, so I have to make some other changes to find some extra space, by removing the 18 unused PROMPT_TBD_X items.

So I will manually merge your changes into the new version.

Note. The latest pre-release version on Github is not compatible with the current firmware release.
I will need to make a new development release of the firmware to match with the changes to the voice prompt file
Hi, I revised it to a file I downloaded from GitHub. It is a file in which they have already been deleted PROMPT_TBD_X.
Based on your recommendation, I also shortened some of the voice prompts to shrink the file.
Is it okay like this?

Re: Voice prompts

Posted: Tue Nov 24, 2020 9:13 pm
by VK3KYY
OK2HAD wrote:
Tue Nov 24, 2020 7:14 am
VK3KYY wrote:
Tue Nov 24, 2020 12:03 am
OK2HAD wrote:
Mon Nov 23, 2020 2:15 pm
Hi, I performed a complete revision of the file for the Czech language.
Thanks

We have also encountered some unrelated problems, because originally only allocated memory in the firmware for 256 prompts.

This number has now been reached, so I have to make some other changes to find some extra space, by removing the 18 unused PROMPT_TBD_X items.

So I will manually merge your changes into the new version.

Note. The latest pre-release version on Github is not compatible with the current firmware release.
I will need to make a new development release of the firmware to match with the changes to the voice prompt file
Hi, I revised it to a file I downloaded from GitHub. It is a file in which they have already been deleted PROMPT_TBD_X.
Based on your recommendation, I also shortened some of the voice prompts to shrink the file.
Is it okay like this?
Thanks

I'll update the file on github.

Re: Voice prompts

Posted: Sun Nov 29, 2020 10:07 pm
by EA5SW
Hello, i tried to compile again with changes an always exit with this error:

Build spanish...
Using Config file: config.csv...
Processing wordlist_spanish.csv Enrique spanish_enrique.vpr
Building...
Built voice pack spanish_enrique.vpr
An error occured while building language "spanish".

The script process all voices and convert to ambe, appears when packet it into enrique.vpr

EDIT.- the error is the same with all languages...

Re: Voice prompts

Posted: Sun Nov 29, 2020 10:26 pm
by VK3KYY
I just tried building and it worked fine for me

You have to have your radio connected and turned on and not receiving any signals, because it uses the radio to compress to AMBE

Re: Voice prompts

Posted: Sun Nov 29, 2020 10:32 pm
by F1RMB
Hi,

I think Jose is using the bash script. I raised a PR to fix this.


Cheers.
---
Daniel

Re: Voice prompts

Posted: Sun Nov 29, 2020 10:33 pm
by VK3KYY
F1RMB wrote:
Sun Nov 29, 2020 10:32 pm
Hi,

I think Jose is using the bash script. I raised a PR to fix this.


Cheers.
---
Daniel
Ah.

OK.

I only ran it on Windows.

I'll merge that PR