I have a websocket URL from twilio which is streaming audio. How can I use wss url with code you have suggested. I see you are reading input from mic, I need to feed input from websocket url.
Please help, I am unable to follow the instructions from the link provided in the description. There are so many java files, how to build a maven package and run it. Please help, it's urgent
You will need to install Java8 as the Open JDK doesn't work with this project. You will also need maven. If you are on a mac then: brew tap caskroom/versions brew cask install java8 brew install mvn then follow the install instructions: export AWS_ACCESS_KEY_ID= export AWS_SECRET_KEY= export AWS_REGION=us-west-2 mvn clean package java -jar target/aws-transcribe-sample-application-1.0-SNAPSHOT-jar-with-dependencies.jar
Can you please show how to set this up??
I have a websocket URL from twilio which is streaming audio. How can I use wss url with code you have suggested. I see you are reading input from mic, I need to feed input from websocket url.
This could help docs.aws.amazon.com/transcribe/latest/dg/websocket.html
@@juliensimonfr I am not able to follow documentation. I need to see some example.
I downloaded the latest JDK/SDK, just got Maven and AWS. I dont know what to do from now on lol. Please help :P
Can I implement the same code using Python? I cant seem to find any support in the docs for transcription using Boto3.
boto3.amazonaws.com/v1/documentation/api/1.9.42/reference/services/transcribe.html :)
Please help, I am unable to follow the instructions from the link provided in the description.
There are so many java files, how to build a maven package and run it.
Please help, it's urgent
You will need to install Java8 as the Open JDK doesn't work with this project. You will also need maven. If you are on a mac then:
brew tap caskroom/versions
brew cask install java8
brew install mvn
then follow the install instructions:
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_KEY=
export AWS_REGION=us-west-2
mvn clean package
java -jar target/aws-transcribe-sample-application-1.0-SNAPSHOT-jar-with-dependencies.jar
What is the type of file to stream from audio file?
You can stream with HTTP or Websockets. Details at docs.aws.amazon.com/transcribe/latest/dg/streaming.html