Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(espeak_wrapper): capture stderr separately #17

Merged
merged 3 commits into from
May 7, 2024
Merged

Conversation

eginhard
Copy link
Member

@eginhard eginhard commented May 1, 2024

Fixes coqui-ai#2728.

Previously, error messages from espeak were treated as normal output and also
converted to tokens. This captures and logs them separately.

The second commit addresses lint suggestions from ruff.

Fixes coqui-ai#2728

Previously, error messages from espeak were treated as normal output and also
converted to phonemes. This captures and logs them separately.
Failed in CI with:
AssertionError: 1.401298464324817e-45 != 0.0
@eginhard eginhard requested a review from KarlHajal May 7, 2024 10:34
Copy link

@KarlHajal KarlHajal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eginhard eginhard merged commit 63bfb9f into dev May 7, 2024
48 checks passed
@eginhard eginhard deleted the espeak-stderr branch May 7, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Warning messages from espeak gets read as phonemes, corrupting output
2 participants