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

Trying to get it to work with espeak-ng and arabic #214

Closed
francoishernandez opened this issue Oct 2, 2018 · 3 comments
Closed

Trying to get it to work with espeak-ng and arabic #214

francoishernandez opened this issue Oct 2, 2018 · 3 comments

Comments

@francoishernandez
Copy link

Hi,
I'm trying to get some alignments for Arabic using the espeak-ng TTS wrapper.
I installed espeak-ng, the binary is callable from any shell, three voices are available for Arabic. I tested it on a text file and it works.
But, when trying to use aeneas, I'm stuck.
Here's my command line:

python -m aeneas.tools.execute_task \
    test/video.wav \
    test/plain_text.segmented \
    "task_language=ara|os_task_file_format=json|is_text_type=plain" \
    test/aligned.json \
    -r="tts=espeak-ng"

But the logs still tell me arabic is not supported:

[INFO] Validating config string (specify --skip-validator to bypass)...
[INFO] Validating config string... done
[INFO] Creating task...
[INFO] Creating task... done
[INFO] Executing task...
[ERRO] An unexpected error occurred while executing the task:
[ERRO] Unexpected error while executing task : Language 'ara' is not supported by the selected TTS engine

What am I doing wrong?
Thanks!
F

@readbeyond
Copy link
Owner

readbeyond commented Oct 2, 2018 via email

@francoishernandez
Copy link
Author

Hi Alberto,
This seems to do the trick, thanks a lot!
François

@ApayRus
Copy link

ApayRus commented Dec 23, 2022

@francoishernandez Hi. I did the subs in such way. But they aren't correct.
What about you? Maybe you have found a better solution?

This issue was closed.
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

3 participants