awslabs / aws-lex-browser-audio-capture

An example web application using the Lex JavaScript SDK to send and receive audio from the Lex PostContent API. Demonstrates how to capture an audio device, record audio, and convert the audio into a format that Lex will recognize, and play the response. All from a web browser.
MIT No Attribution
165 stars 75 forks source link

Getting: "Recorder not supported" error in safari 10.1 and IE11 #3

Closed rakesh456 closed 7 years ago

rakesh456 commented 7 years ago

Hi, Can we use this script on Safari 10.1 & IE 11?

thanks for your answer. -Rakesh

palafranchise commented 7 years ago

Hi Rakesh,

Unfortunately this example is using MediaDevices.getUserMedia (https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) which is not supported in Safari 10.1 or IE 11.

Andrew