eSpeak NG 1.49.1
#release
Reece H. Dunn
Hi all, I have released eSpeak NG 1.49.1, which is available at https://github.com/espeak-ng/espeak-ng/releases/tag/1.49.1. What's New:
NOTE: The merger of the Android code is currently experimental. It is bug fixes:
updated languages:
new languages:
Reece
|
|
Updates to Github
#github
espeak-ng@groups.io Integration <espeak-ng@...>
1 New Commit:
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: CHANGELOG.md
[espeak-ng] rhdunn pushed new tag 1.49.1.
[espeak-ng] New branch 1.49.1 was created by rhdunn.
[espeak-ng:master] New Issue Created by ValdisVitolins:
Language analysis and spelling decisions could be improved by introducing following new features:
- [ ] extend
|
|
Github push to espeak-ng:espeak-ng
#github
espeak-ng@groups.io Integration <espeak-ng@...>
1 New Commit:
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: src/windows/installer/Product.wxs
|
|
Github push to espeak-ng:espeak-ng
#github
espeak-ng@groups.io Integration <espeak-ng@...>
7 New Commits:
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
|
|
Github push to espeak-ng:espeak-ng
#github
espeak-ng@groups.io Integration <espeak-ng@...>
6 New Commits:
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
|
|
Github push to espeak-ng:espeak-ng
#github
espeak-ng@groups.io Integration <espeak-ng@...>
1 New Commit:
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
|
|
Re: Italian language: secondary stress
ChrisLM
Hi,
toggle quoted messageShow quoted text
by stressLength and stressAmp we can set amplitude and lengh, but not intonation. We can set with lower value length and amplitude for secondary stress, but the intonation is always as secondary stress. I need more informations before file a issues, I think that secondary stress should be set in tr_languages.c. Like a case fr (French language), in the statement stress_flags. E.G. see in src/libespeak-ng/tr_languages.c line 797: """ tr->langopts.stress_flags = S_NO_AUTO_2 | S_FINAL_DIM; // don't use secondary stress """ Chris. Valdis Vitolins, 21/01/2017 14:41:
Chris,
|
|
Re: Cant build properly latest eSpeakNG version
Valdis Vitolins
I solved this by manually deleting all libraries and forcing to reload them in following way: 1. Remove manually all libraries: sudo rm /usr/lib/libespeak* /usr/local/lib/libespeak* /usr/local/lib/lt-espeak-ng* sudo rm -fr /usr/include/espeak* /usr/share/espeak-ng-data 2. build and deploy espeak-ng as usual 3. Make sure libraries are reloaded: sudo ldconfig -v Maybe some of these additional checks should be added in espeak-ng setup. Valdis
|
|
Re: Italian language: secondary stress
Reece H. Dunn
I don't know this area of espeak to say what it's cababilities are in this regard. As for espeak-ng, write up a proposal in the issues describing the requirements you have for your needs w.r.t. Italian so they are documented. I think espeak is weighted toward English stress patterns. Ideally, two things should happen: 1. Document the current stress behaviour in espeak; 2. Investigate the different stress, tone and intonation patterns found in different languages and annotations for those languages (e.g. IPA tone marks); 3. Design a framework that captures the requirements to support the things identified in (2); 4. Implement (3) in espeak-ng. I am currently looking at the voice/language/accent split within espeak-ng, so don't have time right now to look into improving the stress/tone/intonation support, but if someone else wants to look into this they can do.
|
|
Re: Italian language: secondary stress
Valdis Vitolins
Chris,
toggle quoted messageShow quoted text
you have to adjust voice settings in https://github.com/espeak-ng/espeak-ng/blob/master/espeak-ng-data/voice s/roa/it file Look at https://github.com/espeak-ng/espeak-ng/blob/master/docs/voices. md#stresslength For example, for Latvian settings are following: ... stressAmp 14 10 10 8 0 0 20 15 stressLength 180 180 180 160 0 0 230 188 ... Note that 3rd group of numbers (secondary stress) is similar to 2nd group (diminished, i.e. in general last syllable). (And I think maybe I'll set 3rd group with even lower values, as espeak-ng still sometimes stresses 3rd syllable too much). Valdis
Hi,
|
|
Github push to espeak-ng:espeak-ng
#github
espeak-ng@groups.io Integration <espeak-ng@...>
8 New Commits:
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
|
|
Italian language: secondary stress
ChrisLM
Hi,
in italian language secondary stress is used only in some exceptions; words with four/five or more syllables, combined words etcc... Espeak-ng adds secondary stress automatically on each word, also it changes the unstressed words indicated in it_list in secondary stress. Is there a way to delete automatic secondary stress? Can we use secondary stress only if is indicated in italian dictionaries or rules? Thanks. -- Chris.
|
|
Re: regarding espeak-ng
kendell clark
hi
toggle quoted messageShow quoted text
NVDA works identically with espeak ng as it does with espeak. Internally of course there are some differences but as far as users go, your voice will still work the same, all your settings will be in tact, etc. You switch voices the same way you always have. Same with orca on linux. Thanks Kendell Clark
On 1/21/2017 2:27 AM, Laishram Leingakpa wrote:
Where can I find the latest espeak-ng release? Do I need to uninstall
|
|
regarding espeak-ng
Laishram Leingakpa
Where can I find the latest espeak-ng release? Do I need to uninstall
previous version of espeak before installation? Is the process same for synthesizer and voice selection to that of espeak or I don't need to do anything if I have updated NVDA to the latest version? -- Leikhu Laishram
|
|
Github push to espeak-ng:espeak-ng
#github
espeak-ng@groups.io Integration <espeak-ng@...>
5 New Commits:
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
|
|
Cant build properly latest eSpeakNG version
Valdis Vitolins
When I tried to renew eSpeakNG on my test server, it resists to apply latest changes. I tried to delete all espeak* and libespeak* files, but somehow still older version is running. What would be reproducible way to be sure clean latest install is deployed?
|
|
Github push to espeak-ng:espeak-ng
#github
espeak-ng@groups.io Integration <espeak-ng@...>
7 New Commits:
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phoneme_features.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phoneme_features.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phoneme_features.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Added: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: docs/phonemes.md
|
|
Updates to Github
#github
espeak-ng@groups.io Integration <espeak-ng@...>
3 New Commits:
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: src/libespeak-ng/translate.c
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: src/libespeak-ng/translate.c
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: CHANGELOG.md
[espeak-ng/espeak-ng] Pull request closed by rhdunn:
#200 Fix for issue #69 Speaking '1,,2' in German only says 'eins'.
[espeak-ng:master] Label added to issue #155 Letter group of rules should allow to add "empty string" as one of possible options by ValdisVitolins.
[espeak-ng:master] New Issue Created by ValdisVitolins:
When letter groups (.Lxx) are used as suffixes for words in languages with inflections (e.g. in Latvian, Russian, Lituanian etc.), one of possible suffixes is "no suffix" (i.e. only root part of the word). To avoid using separate rule just for this case of word, letter group should allow to add "empty entry" in the group.
[espeak-ng:master] Issue #69 Speaking '1,,2' in German only says 'eins'. closed by rhdunn.
[espeak-ng:master] Label added to issue #69 Speaking '1,,2' in German only says 'eins'. by rhdunn.
|
|
Re: possible bug in the linux version of espeak ng
Reece H. Dunn
On Fri, Jan 20, 2017 at 01:18 am, kendell clark wrote:
Hi Kendell,
Reece
|
|
Updates to Github
#github
espeak-ng@groups.io Integration <espeak-ng@...>
1 New Commit:
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Modified: src/libespeak-ng/speech.c
2 New Commits:
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Added: docs/phoneme_features.md
[espeak-ng:master] By Reece H. Dunn <msclrhd@...>:
Added: docs/phoneme_features.md
|
|