-
Notifications
You must be signed in to change notification settings - Fork 346
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
Tone #272
Comments
actually pitch is support with espeak engine. |
I'm using sapi
El vie., 14 abr. 2023 2:39 a. m., Jiangshan00001 ***@***.***>
escribió:
… actually pitch is support with espeak engine.
use getProperty & setProperty.
—
Reply to this email directly, view it on GitHub
<#272 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3TLQZTJPFAVZ4W3UXZATETXBCMCLANCNFSM6AAAAAAW5RNYAI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
i added a pith support for sapi5 here. https://github.com/Jiangshan00001/pyttsx4 how to use: range of val is from -10 to +10 integer. |
Thanks friend. I will tested.
El vie., 14 abr. 2023 7:29 a. m., Jiangshan00001 ***@***.***>
escribió:
… i added a pith support for sapi5 here.
it is not test yet.
you can have a try and tell me the result if you like. thanks.
https://github.com/Jiangshan00001/pyttsx4
pip install pyttsx4
version: 3.0.7
how to use:
setProperty('pitch', val)
range of val is from -10 to +10 integer.
—
Reply to this email directly, view it on GitHub
<#272 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3TLQZRIVIUU4SBVNMIVU6LXBDOCZANCNFSM6AAAAAAW5RNYAI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I’ll check this. But I’m pretty sure this should work. edit - to-do on sapi. i think we can do something better in sapi - like get and set property on a range of missing features. then again i think we should just skip this and do ssml support.. |
hello. Will it be possible to get and set the pitch of the voice in this library?
I was thinking of building a text-to-speech program, but you won't be able to change the pitch of the voices.
Only that is missing from the library and it will be great!
thanks
The text was updated successfully, but these errors were encountered: