PinkyJie / aws-transcribe-demo

A simple AWS demo utilises Amazon Transcribe to convert audio to text and analyse.
45 stars 22 forks source link

Record button not working #4

Closed aissar closed 5 years ago

aissar commented 5 years ago
Screen Shot 2019-07-05 at 2 21 32 pm

Record button not working. Have tried on latest version of Chrome and Safari browser. Have also checked browser privacy settings, which are not blocking microphone etc.

PinkyJie commented 5 years ago

Hi @aissar , sorry for the late response. Could you explain your issues in detail? I just released a new version, previous version will always download a txt file. Here is the demo site https://d3hk9i6re8qnvi.cloudfront.net, I tried it with my Chrome v76, it works, could you try again?

aissar commented 5 years ago

Hi @PinkyJie thanks for looking into this issue. I'm now able to successfully record audio from my Mac (tested with Chrome browser). This was not working previously but seems to be working now as per the demo site link above.

Note, the issue still persists when attempting to record audio from iPhone (tested with Chrome and Safari browsers).

PinkyJie commented 5 years ago

Hi @aissar , right now I use MediaRecorder API, it only supports Chrome and Firefox, (https://caniuse.com/#feat=mediarecorder), that's why it does not work on other browsers.

aissar commented 5 years ago

Awesome! Thanks for the info above.