Katsuya
Katsuya
Sorry for the delay in response and thanks for the detailed explanation! It looks like `requests` library that we currently use [supports proxies](http://www.python-requests.org/en/latest/user/advanced/#proxies) also. Do you mind using it instead?
@Mikecom32 would you like to look into this?
You are right. I made it this way to be consistent with your speak() API. Ultimately, we should provide these API under some namespace. e.g. TTS so TTS.speak(), TTS.pause(), etc....
In that case, I can participate on that since I have that branch already. I will finish up with wrapping the API asap on my fork. Thanks and good luck...
Now I merged the latest branch with my change in https://github.com/kn/speak.js Basically, I made 'speak' as a global variable rather than function with APIs: - speak.play - speak.pause - speak.resume...
That will be great :) Thanks!
It's [https://github.com/kn/speak.js](https://github.com/kn/speak.js) now.