Update eSpeak to a51235aa commit#14517
Merged
Merged
Conversation
Member
Author
|
@LeonarddeR @zstanecic I believe I've fixed up rate boost on this PR. eSpeak changed the compilation flag, and that change wasn't in the Makefile.am diff, so it was missed. Can you confirm when the build has completed? I will post the link when it is ready. |
michaelDCurran
approved these changes
Jan 6, 2023
Member
Author
Contributor
|
Hi,
Rate boost works in this build.
From: Sean Budd ***@***.***>
Sent: Friday, January 6, 2023 3:24 AM
To: nvaccess/nvda ***@***.***>
Cc: Zvonimir Stanečić ***@***.***>; Mention ***@***.***>
Subject: Re: [nvaccess/nvda] Update eSpeak to a51235aa commit (PR #14517)
The build to test with: https://ci.appveyor.com/api/buildjobs/4e428ekbmspqsnrw/artifacts/output%2Fnvda_snapshot_pr14517-27443%2C54af5d6b.exe
—
Reply to this email directly, view it on GitHub <#14517 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACVCDE3U22AXJTJWHSUPNBTWQ563LANCNFSM6AAAAAATSODCEQ> .
You are receiving this because you were mentioned. <https://github.com/notifications/beacon/ACVCDE6TIJLBWDPQ45G34XDWQ563LA5CNFSM6AAAAAATSODCESWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSR24ZDO.gif> Message ID: ***@***.*** ***@***.***> >
|
Collaborator
|
Yes, works like a charm. Go ahead merging this 👍🏻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#14483 was reverted via #14516 due to an issue with rate boost.
eSpeak changed the compilation flag, and that change wasn't in the Makefile.am diff, so it was missed.
This is fixed in 7e558da
Link to issue number:
Closes #14281
Closes #14241
Addresses #13875 (comment)
Summary of the issue:
Janitorial update of eSpeak.
Removes a workaround added to handle a bug with eSpeaks
BreakCommandimplementation, tracked in espeak-ng/espeak-ng#1232, #13875 (comment)Description of user facing changes
eSpeak is updated.
Fixes pronunciation of large numbers (#14241).
Description of development approach
Dropped
strengthfor eSpeakBreakCommandattribute per espeak-ng/espeak-ng#1232 being fixed in eSpeak.Janitorial update
Followed instructions in
include/espeak.md.Checked the following diffs.
Addressed the following eSpeak changes:
langopts.c: espeak-ng/espeak-ng@4a28902DINCLUDEtoDUSE: espeak-ng/espeak-ng@ca1f590Testing strategy:
Manual testing:
BreakCommandwith eSpeak.Known issues with pull request:
None
Change log entries:
Refer to diff
Code Review Checklist: