dessant / buster

Captcha solver extension for humans, available for Chrome, Edge and Firefox
https://addons.mozilla.org/en-US/firefox/addon/buster-captcha-solver/
GNU General Public License v3.0
7.14k stars 563 forks source link

Support for AWS Transcribe #74

Open supriyo-biswas opened 5 years ago

supriyo-biswas commented 5 years ago

AWS Transcribe is a cloud-based speech transcription service: http://docs.aws.amazon.com/transcribe/latest/dg/what-is.html

Since I see that there are many other cloud based services in the list, can we also have AWS Transcribe supported by the extension?

dessant commented 5 years ago

AWS Transcribe jobs require the audio to be uploaded to S3 before recognition. Streaming transcription supports sending audio data directly to the transcription API, so that would be preferred.

https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html