-
Notifications
You must be signed in to change notification settings - Fork 47
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
Automatic listening #19
Comments
Hi @llcc ! Thank you for the feature request! I'll implement the function which will allow to listen translation without any needs to translate it to text first. And will try to implement automatic translation as well. |
@atykhonov , that will be a great feature, thanks in advance. |
Hi @llcc ! I'm sorry for such long delay! I extracted function by means of which you can listen translation. This function is You can call it in the following way:
You can use that function in many different ways. For example, you can use the following function (
That function takes all text from the current buffer (assuming your article is there) and translates it. I'm not sure that such function will suite to your needs but if you need something else just describe your case and I'll help you to create that function. |
Please try that function.
I believe you can modify acticle-hook on which some function will be called and pass the text to the mentioned function. Please try and let me know. If something will be wrong, sure I'll be ready to help. |
Hi @atykhonov, This function really fulfills my need, but it seems that it is really not a good way to listen to the whole article one time. I think it is best to listen a paragraph a time. Thanks you a lot for your help. llcc |
Hi @atykhonov,
Can you see automatic listening will be a good feature for google-translate? In my situation, when i start to read the article, I will call the command to get the listening with mouse or locate the button by keyboard. Surely it will save much time if you can give a option to make it automatically.
Best regards.
llcc
The text was updated successfully, but these errors were encountered: