We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
spd-say -o espeak-ng-mbrola a
This is speaking with an espeak voice, not mbrola voice.
It should select an appropriate mbrola voice.
The espeak-ng-mbrola.log file shows
Mon Apr 1 16:50:22 2024 [146104]: Espeak-ng: Requested data: |<speak>a</speak>| 0 16 Mon Apr 1 16:50:22 2024 [146107]: Espeak-ng: set_language_and_voice fr-fr 1 Mon Apr 1 16:50:22 2024 [146221]: Espeak-ng: Successfully set voice to "fr-fr" Mon Apr 1 16:50:22 2024 [146225]: Espeak-ng: set_language_and_voice fr-fr 1 Mon Apr 1 16:50:22 2024 [146291]: Espeak-ng: Successfully set voice to "fr-fr"
Probably we are simply not telling at all the espeak_SetVoiceByProperties call to use mbrola voices.
espeak_SetVoiceByProperties
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
spd-say -o espeak-ng-mbrola a
Obtained behavior
This is speaking with an espeak voice, not mbrola voice.
Expected behavior
It should select an appropriate mbrola voice.
Behavior information
The espeak-ng-mbrola.log file shows
Probably we are simply not telling at all the
espeak_SetVoiceByProperties
call to use mbrola voices.The text was updated successfully, but these errors were encountered: