OpenNewsLabs / autoEdit_2

Fast text based video editing, node Electron Os X desktop app, with Backbone front end.
https://opennewslabs.github.io/autoEdit_2/
MIT License
420 stars 56 forks source link

Support AWS's Transcribe Service #62

Open xelldran1 opened 6 years ago

xelldran1 commented 6 years ago

Is your feature request related to a problem? Please describe. I would like to use AWS's Transcribe as one of the STT APIs.

Describe the solution you'd like Please implement AWS Transcribe as one of the STT APIs

Describe alternatives you've considered There are other services which do this, including Google's Cloud Speech to Text.

Additional context https://aws.amazon.com/transcribe/resources/

pietrop commented 6 years ago

Thanks @xelldran1 , was looking at the documentation do you know if they have a node SDK?

pietrop commented 5 years ago

found SDK

but seems like media can only be added as uri?

Media: { /* required */
    MediaFileUri: 'STRING_VALUE'
  },
pietrop commented 5 years ago

Raised as an issue on AWS SDK repo https://github.com/aws/aws-sdk-js/issues/2374

pietrop commented 5 years ago

Otherwise the alternative might need to be that would need to write as part of the autoEdit2 adapter module that