-
This seems to be a new issue from 1.0(10). Steps:
1. Add eSpeak NG to VoiceOver and select it. I use the Spanish (Spain) voice, Male 3 variant, no idea if others will also manifest this behaviour.
…
-
I'm on macOS Sierra 10.12.2, and have successfully built espeak-ng (with pcaudiolib).
Two issues I want to report: one for pcaudiolib and one for espeak-ng
1. I was unable to open an issue with pc…
-
Hello,
I see that espeak_ng.h has some awesome wrapper APIs that seem to greatly simplify the rather clunky espeak API in speak_lib.h. It would be great if the espeak_ng APIs didn't assume that the…
-
The piper-phonemizer setup is a bit confusing at the moment as it's both a included with some significant code and a library imported at runtime. The two phonemizers text and espeak are both tightly …
-
### Macos version
ProductName: macOS
ProductVersion: 14.5
BuildVersion: 23F79
### Clang version:
- clang version 16.0.6
- Target: arm64-apple-darwin
- Thread mod…
-
As a minimal example:
```C
#include
#include
static void say(char *text) {
espeak_Initialize(AUDIO_OUTPUT_PLAYBACK, 0, NULL, 0);
espeak_Synth(text, strlen(text) +1, 1, POS_CHARACTER,…
-
talkify.net, readaloud.com, and google all give decent TTS.
- espeak and espeak-ng both give a very robotic voice
- pico2wave produces good audio, but does not work with large files - https://bugs…
-
When eSpeak is used in NVDA with the voice set to macedonian, junk characters are spoken after each string passed to eSpeak.
For example, if you make eSpeak read the string "Ситe" it will correctly…
-
Hello,
Can espeak-ng take IPA phonemes as input or only its custom phoneme representation (eg espeak-ng "[[h@´loU]]")?
Is there a specification or documentation of this phoneme representation or…
-
Hello,
In the attached source code, there are three marks in the ssml content, but only the first and the third marks are reported by espeak-ng. The second one is missing, apparently because it is …