|
|
Hi Simon. Thanks for the links. By downloading these files can we still use espeak ng as a sapi5 version? Nikos
toggle quoted messageShow quoted text
|
|
Hi Nikos, There was, as far as i know, never a sapi 5 version of espeak ng. But you can use the sapi 5 version of espeak. Greetings, Simon On Thu, 17 Oct 2019 08:17:56 +0300 "Nikos Demetriou via Groups.Io" <nikosdemetriou=googlemail.com@groups.io> wrote: Hi Simon. Thanks for the links. By downloading these files can we still use espeak ng as a sapi5 version? Nikos On Wed, 16 Oct 2019 at 20:32, Simon Eigeldinger <simon.eigeldinger@...> wrote:
Hi all,
Just started providing Windows builds for eSpeak NG for Windows 32 and 64 bit.
Builds can be found at: https://cloud.hohenems.at/index.php/s/SKRW3KYKYPzQc5j
Compiled on Visual Studio 2017 Community Edition.
Download maybe missing Visual C++ 2017 Redistributable packages here:
https://www.itechtics.com/microsoft-visual-c-redistributable-versions-direct-download-links/
Please file bugs at the normal places. I just compile whats available.
Greetings, Simon
-- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
-- Simon Eigeldinger simon.eigeldinger@...
|
|
Hi Simon. I have got the sapi5 version of espeak but since it was never built for 64 bit systems, it is not recognised from some apps including narrator on windows 10. Thanks a lot Nikos
toggle quoted messageShow quoted text
|
|
If someone wants to build it as well here's my build batch file. First it gets all the repos from github and then it compiles x86 (32 bit) and then x64 (64 bit):
cd\ c: cd\ mkdir src cd src git clone git://github.com/espeak-ng/espeak-ng.git cd espeak-ng cd src git clone git://github.com/espeak-ng/pcaudiolib.git cd windows msbuild /p:PlatformTarget=x86 /p:Platform=x86 espeak-ng.sln msbuild /p:PlatformTarget=x64 /p:Platform=x64 espeak-ng.sln
|
|
Hi, Unfortunately not. But if you know someone who has the knowledge in that i guess that guy would be very welcome. Greetings, Simon On Thu, 17 Oct 2019 11:08:10 +0300 "Nikos Demetriou via Groups.Io" <nikosdemetriou=googlemail.com@groups.io> wrote: Hi Simon. I have got the sapi5 version of espeak but since it was never built for 64 bit systems, it is not recognised from some apps including narrator on windows 10. Thanks a lot Nikos On Thu, 17 Oct 2019 at 10:58, Simon Eigeldinger <simon.eigeldinger@...> wrote:
Hi Nikos,
There was, as far as i know, never a sapi 5 version of espeak ng. But you can use the sapi 5 version of espeak.
Greetings, Simon
On Thu, 17 Oct 2019 08:17:56 +0300 "Nikos Demetriou via Groups.Io" <nikosdemetriou=googlemail.com@groups.io> wrote:
Hi Simon. Thanks for the links. By downloading these files can we still use espeak ng as a sapi5 version? Nikos
On Wed, 16 Oct 2019 at 20:32, Simon Eigeldinger <simon.eigeldinger@...> wrote:
Hi all,
Just started providing Windows builds for eSpeak NG for Windows 32
and 64 bit.
Builds can be found at: https://cloud.hohenems.at/index.php/s/SKRW3KYKYPzQc5j
Compiled on Visual Studio 2017 Community Edition.
Download maybe missing Visual C++ 2017 Redistributable packages here:
https://www.itechtics.com/microsoft-visual-c-redistributable-versions-direct-download-links/
Please file bugs at the normal places. I just compile whats available.
Greetings, Simon
-- Diese E-Mail wurde von Avast Antivirus-Software auf Viren
geprüft.
https://www.avast.com/antivirus
-- Simon Eigeldinger simon.eigeldinger@...
-- Simon Eigeldinger simon.eigeldinger@...
|
|
There is experimental support that is commented out of the installer which enables the English voice (search for SAPI Voices in the Product.wxs file). It has some issues (like the last part of the audio clipping). I'm also not sure what the best way of selecting the different languages is, as installing 100+ SAPI voices is a bit excessive, and that does not cover the different voice variants and MBROLA voices. I've not had time to look into it properly.
Kind regards, Reece
toggle quoted messageShow quoted text
On Thu, Oct 17, 2019 at 09:20 AM, Simon Eigeldinger wrote:
Hi,
Unfortunately not. But if you know someone who has the knowledge in that i guess that guy would be very welcome.
Greetings, Simon
On Thu, 17 Oct 2019 11:08:10 +0300 "Nikos Demetriou via Groups.Io" <nikosdemetriou@...> wrote:
Hi Simon. I have got the sapi5 version of espeak but since it was never built for 64 bit systems, it is not recognised from some apps including narrator on windows 10. Thanks a lot Nikos
On Thu, 17 Oct 2019 at 10:58, Simon Eigeldinger <simon.eigeldinger@...> wrote:
Hi Nikos,
There was, as far as i know, never a sapi 5 version of espeak ng. But you can use the sapi 5 version of espeak.
Greetings, Simon
On Thu, 17 Oct 2019 08:17:56 +0300 "Nikos Demetriou via Groups.Io" <nikosdemetriou@...> wrote:
Hi Simon. Thanks for the links. By downloading these files can we still use espeak ng as a sapi5 version? Nikos
On Wed, 16 Oct 2019 at 20:32, Simon Eigeldinger <simon.eigeldinger@...> wrote:
Hi all,
Just started providing Windows builds for eSpeak NG for Windows
32
and 64 bit.
Builds can be found at: https://cloud.hohenems.at/index.php/s/SKRW3KYKYPzQc5j
Compiled on Visual Studio 2017 Community Edition.
Download maybe missing Visual C++ 2017 Redistributable packages here:
https://www.itechtics.com/microsoft-visual-c-redistributable-versions-direct-download-links/
Please file bugs at the normal places. I just compile whats available.
Greetings, Simon
-- Diese E-Mail wurde von Avast Antivirus-Software auf Viren
geprüft.
https://www.avast.com/antivirus
-- Simon Eigeldinger simon.eigeldinger@...
-- Simon Eigeldinger simon.eigeldinger@...
|
|
Hi Reece,
The old espeak installer used a text box where the people where able to specify which languages they wanted. for example de en fr+max es+robert installed german and english base voices, and french was installed with the max variant and spanish came with robert variant.
Otherwise i guess that might be getting to complicated at the moment.
or making a main listbox with an add and remove button where then a dialog box comes up where you can select language and variant and then in the main listbox where that was added you might see that then. sorry for being that complicated. *smile*
Greetings, Simon
Am 17.10.2019 um 19:32 schrieb Reece H. Dunn:
toggle quoted messageShow quoted text
There is experimental support that is commented out of the installer which enables the English voice (search for SAPI Voices in the Product.wxs file). It has some issues (like the last part of the audio clipping). I'm also not sure what the best way of selecting the different languages is, as installing 100+ SAPI voices is a bit excessive, and that does not cover the different voice variants and MBROLA voices. I've not had time to look into it properly. Kind regards, Reece On Thu, Oct 17, 2019 at 09:20 AM, Simon Eigeldinger wrote:
Hi,
Unfortunately not. But if you know someone who has the knowledge in that i guess that guy would be very welcome.
Greetings, Simon
On Thu, 17 Oct 2019 11:08:10 +0300 "Nikos Demetriou via Groups.Io" <nikosdemetriou=googlemail.com@groups.io> wrote:
Hi Simon. I have got the sapi5 version of espeak but since it was never built for 64 bit systems, it is not recognised from some apps including narrator on windows 10. Thanks a lot Nikos
On Thu, 17 Oct 2019 at 10:58, Simon Eigeldinger <simon.eigeldinger@...> wrote:
Hi Nikos,
There was, as far as i know, never a sapi 5 version of espeak ng. But you can use the sapi 5 version of espeak.
Greetings, Simon
On Thu, 17 Oct 2019 08:17:56 +0300 "Nikos Demetriou via Groups.Io" <nikosdemetriou=googlemail.com@groups.io> wrote:
Hi Simon. Thanks for the links. By downloading these files can we still use espeak ng as a sapi5 version? Nikos
On Wed, 16 Oct 2019 at 20:32, Simon Eigeldinger <simon.eigeldinger@...> wrote:
Hi all,
Just started providing Windows builds for eSpeak NG for Windows 32
and 64 bit.
Builds can be found at: https://cloud.hohenems.at/index.php/s/SKRW3KYKYPzQc5j
Compiled on Visual Studio 2017 Community Edition.
Download maybe missing Visual C++ 2017 Redistributable packages here:
https://www.itechtics.com/microsoft-visual-c-redistributable-versions-direct-download-links/
Please file bugs at the normal places. I just compile whats available.
Greetings, Simon
-- Diese E-Mail wurde von Avast Antivirus-Software auf Viren
geprüft.
https://www.avast.com/antivirus
-- Simon Eigeldinger simon.eigeldinger@...
-- Simon Eigeldinger simon.eigeldinger@...
|
|
Code factory has a setting for its eloquence for sapi 5 where you can set stuff like that, including the voice variant. Maybe one voice can be added, and then have a settings dialogue to customize the parameters, which this one voice uses then. The problem is of course, that the language of the voice in sapi 5 can't be changed then. Or maybe it can? Don't know programming terribly well.
Greetings,
Karl
Am 19.10.2019 um 18:39 schrieb Simon Eigeldinger:
toggle quoted messageShow quoted text
Hi Reece,
The old espeak installer used a text box where the people where able to specify which languages they wanted. for example de en fr+max es+robert installed german and english base voices, and french was installed with the max variant and spanish came with robert variant.
Otherwise i guess that might be getting to complicated at the moment.
or making a main listbox with an add and remove button where then a dialog box comes up where you can select language and variant and then in the main listbox where that was added you might see that then. sorry for being that complicated. *smile*
Greetings, Simon
Am 17.10.2019 um 19:32 schrieb Reece H. Dunn:
There is experimental support that is commented out of the installer which enables the English voice (search for SAPI Voices in the Product.wxs file). It has some issues (like the last part of the audio clipping). I'm also not sure what the best way of selecting the different languages is, as installing 100+ SAPI voices is a bit excessive, and that does not cover the different voice variants and MBROLA voices. I've not had time to look into it properly.
Kind regards, Reece
On Thu, Oct 17, 2019 at 09:20 AM, Simon Eigeldinger wrote:
Hi,
Unfortunately not. But if you know someone who has the knowledge in that i guess that guy would be very welcome.
Greetings, Simon
On Thu, 17 Oct 2019 11:08:10 +0300 "Nikos Demetriou via Groups.Io" <nikosdemetriou=googlemail.com@groups.io> wrote:
Hi Simon. I have got the sapi5 version of espeak but since it was never built for 64 bit systems, it is not recognised from some apps including narrator on windows 10. Thanks a lot Nikos
On Thu, 17 Oct 2019 at 10:58, Simon Eigeldinger <simon.eigeldinger@...> wrote:
Hi Nikos,
There was, as far as i know, never a sapi 5 version of espeak ng. But you can use the sapi 5 version of espeak.
Greetings, Simon
On Thu, 17 Oct 2019 08:17:56 +0300 "Nikos Demetriou via Groups.Io" <nikosdemetriou=googlemail.com@groups.io> wrote:
Hi Simon. Thanks for the links. By downloading these files can we still use espeak ng as a sapi5 version? Nikos
On Wed, 16 Oct 2019 at 20:32, Simon Eigeldinger <simon.eigeldinger@...> wrote:
Hi all,
Just started providing Windows builds for eSpeak NG for Windows 32
and 64 bit.
Builds can be found at: https://cloud.hohenems.at/index.php/s/SKRW3KYKYPzQc5j
Compiled on Visual Studio 2017 Community Edition.
Download maybe missing Visual C++ 2017 Redistributable packages here:
https://www.itechtics.com/microsoft-visual-c-redistributable-versions-direct-download-links/
Please file bugs at the normal places. I just compile whats available.
Greetings, Simon
-- Diese E-Mail wurde von Avast Antivirus-Software auf Viren
geprüft.
https://www.avast.com/antivirus
-- Simon Eigeldinger simon.eigeldinger@...
-- Simon Eigeldinger simon.eigeldinger@...
|
|
Hi Karl,
Me too. I am better at testing. *smile*
Greetings, Simon
Am 19.10.2019 um 20:02 schrieb Karl Eick:
toggle quoted messageShow quoted text
Code factory has a setting for its eloquence for sapi 5 where you can set stuff like that, including the voice variant. Maybe one voice can be added, and then have a settings dialogue to customize the parameters, which this one voice uses then. The problem is of course, that the language of the voice in sapi 5 can't be changed then. Or maybe it can? Don't know programming terribly well. Greetings, Karl Am 19.10.2019 um 18:39 schrieb Simon Eigeldinger:
Hi Reece,
The old espeak installer used a text box where the people where able to specify which languages they wanted. for example de en fr+max es+robert installed german and english base voices, and french was installed with the max variant and spanish came with robert variant.
Otherwise i guess that might be getting to complicated at the moment.
or making a main listbox with an add and remove button where then a dialog box comes up where you can select language and variant and then in the main listbox where that was added you might see that then. sorry for being that complicated. *smile*
Greetings, Simon
Am 17.10.2019 um 19:32 schrieb Reece H. Dunn:
There is experimental support that is commented out of the installer which enables the English voice (search for SAPI Voices in the Product.wxs file). It has some issues (like the last part of the audio clipping). I'm also not sure what the best way of selecting the different languages is, as installing 100+ SAPI voices is a bit excessive, and that does not cover the different voice variants and MBROLA voices. I've not had time to look into it properly.
Kind regards, Reece
On Thu, Oct 17, 2019 at 09:20 AM, Simon Eigeldinger wrote:
Hi,
Unfortunately not. But if you know someone who has the knowledge in that i guess that guy would be very welcome.
Greetings, Simon
On Thu, 17 Oct 2019 11:08:10 +0300 "Nikos Demetriou via Groups.Io" <nikosdemetriou=googlemail.com@groups.io> wrote:
Hi Simon. I have got the sapi5 version of espeak but since it was never built for 64 bit systems, it is not recognised from some apps including narrator on windows 10. Thanks a lot Nikos
On Thu, 17 Oct 2019 at 10:58, Simon Eigeldinger <simon.eigeldinger@...> wrote:
Hi Nikos,
There was, as far as i know, never a sapi 5 version of espeak ng. But you can use the sapi 5 version of espeak.
Greetings, Simon
On Thu, 17 Oct 2019 08:17:56 +0300 "Nikos Demetriou via Groups.Io" <nikosdemetriou=googlemail.com@groups.io> wrote:
Hi Simon. Thanks for the links. By downloading these files can we still use espeak ng as a sapi5 version? Nikos
On Wed, 16 Oct 2019 at 20:32, Simon Eigeldinger <simon.eigeldinger@...> wrote:
Hi all,
Just started providing Windows builds for eSpeak NG for Windows 32
and 64 bit.
Builds can be found at: https://cloud.hohenems.at/index.php/s/SKRW3KYKYPzQc5j
Compiled on Visual Studio 2017 Community Edition.
Download maybe missing Visual C++ 2017 Redistributable packages here:
https://www.itechtics.com/microsoft-visual-c-redistributable-versions-direct-download-links/
Please file bugs at the normal places. I just compile whats available.
Greetings, Simon
-- Diese E-Mail wurde von Avast Antivirus-Software auf Viren
geprüft.
https://www.avast.com/antivirus
-- Simon Eigeldinger simon.eigeldinger@...
-- Simon Eigeldinger simon.eigeldinger@...
|
|