Discussion:
[selenium-users] How to speed up voice in google translate with vba
n***@gmail.com
2016-01-25 09:38:41 UTC
Permalink
Please, I'm trying to speed up the voice of the site
https://translate.google.com in vba 2003. When I click the first time in
the translation micorfone is at normal speed, and the second time is at on
reduced speed, however we need to
control the speed of speech to be able to put on my desired speed, which is
faster. What I've done so far is:

Public Sub good()

Dim driver As New SeleniumWrapper.WebDriver
Dim Waiter As New Waiterescondidinho
Dim keys As New SeleniumWrapper.keys


driver.Start "chrome", "https://translate.google.com"
driver.Open "/"

driver.Type "name=text", "good morning"
driver.Click "id=gt-res-listen"


End Sub

Thanks Nelson.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/88c1d506-86ea-407b-8002-92870990900a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
d***@gmail.com
2018-03-14 05:09:44 UTC
Permalink
cool
Post by n***@gmail.com
Please, I'm trying to speed up the voice of the site
https://translate.google.com in vba 2003. When I click the first time in
the translation micorfone is at normal speed, and the second time is at on
reduced speed, however we need to
control the speed of speech to be able to put on my desired speed, which
Public Sub good()
Dim driver As New SeleniumWrapper.WebDriver
Dim Waiter As New Waiterescondidinho
Dim keys As New SeleniumWrapper.keys
driver.Start "chrome", "https://translate.google.com"
driver.Open "/"
driver.Type "name=text", "good morning"
driver.Click "id=gt-res-listen"
End Sub
Thanks Nelson.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/0160d242-4f65-4002-bc2a-fc49a7398aca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
David
2018-03-15 19:42:23 UTC
Permalink
Is this meant as a code example/tip or a question for help (like how to
make it do the voice translation faster using Selenium as you've shown but
somehow tweak it to adjust the speed better)?
Post by n***@gmail.com
Please, I'm trying to speed up the voice of the site
https://translate.google.com in vba 2003. When I click the first time in
the translation micorfone is at normal speed, and the second time is at on
reduced speed, however we need to
control the speed of speech to be able to put on my desired speed, which
Public Sub good()
Dim driver As New SeleniumWrapper.WebDriver
Dim Waiter As New Waiterescondidinho
Dim keys As New SeleniumWrapper.keys
driver.Start "chrome", "https://translate.google.com"
driver.Open "/"
driver.Type "name=text", "good morning"
driver.Click "id=gt-res-listen"
End Sub
Thanks Nelson.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/8d7a715b-5c80-465c-b200-f4f37fb849cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...