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

utf-8 Decode error #148

Closed
mbpictures opened this issue Mar 21, 2023 · 2 comments
Closed

utf-8 Decode error #148

mbpictures opened this issue Mar 21, 2023 · 2 comments

Comments

@mbpictures
Copy link

Describe the bug
I got an "utf8" decode error after phonemizing some text. The text I phonemized wasn't special (it contained an apostroph). The exception raised in the text_to_phonemes method of the EspeakWrapper in this line:
result.append(phonemes.decode())

Phonemizer version
phonemizer-3.2.1
available backends: espeak-ng-1.52, segments-2.2.1
uninstalled backends: espeak-mbrola, festival

System
Windows 11 64 Bit
Python 3.9

To reproduce
Call the phonemize method with some text and default parameters

Expected behavior
Correct decoded phonemes

Additional context
No additional context

@mmmaat
Copy link
Collaborator

mmmaat commented Jul 12, 2023

Hi, please provide a canonical example with the exact input text and parameters you used.

@mmmaat
Copy link
Collaborator

mmmaat commented Sep 26, 2024

closing as no extra info provided

@mmmaat mmmaat closed this as completed Sep 26, 2024
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

No branches or pull requests

2 participants