-
Notifications
You must be signed in to change notification settings - Fork 214
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
How to read Chinese? #120
Comments
eg. 我想吃饭 -> %E6%88%91%E6%83%B3%E5%90%83%E9%A5%AD |
Works fine for me. const say = require('say')
say.export("出租汽车", 'Ting-Ting', 1, 'taxi.wav', (err) => {
if (err) {
return console.error(err)
}
console.log('Text has been saved to taxi.wav.')
}) |
Hi guys, I have found a solution for Chinese, please check this if you like. |
On
Example: |
Sorry, I am not sure, the say.js is embeded in the plugin I needed, so that it will always reset to chcp 936 when running. I'll see if I can make it work in this way. |
|
Reading Chinese will be garbled
The text was updated successfully, but these errors were encountered: