autosub icon indicating copy to clipboard operation
autosub copied to clipboard

Using https speech-to-text api instead of http

Open BingLingGroup opened this issue 6 years ago • 0 comments

According to this repo google-speech-v2 and my test, it is ok to change the api url into the https' one. There's no influence on the recognition result. And https is safer than http. And I also add a fall back argument to choose http or https version url to use.

-htp, --http-speech-to-text-api    Change the speech-to-text api url into the http one

BingLingGroup avatar Feb 14 '19 08:02 BingLingGroup