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

in my localhost works, in my webpage not #25

Open adrianalic opened 3 years ago

adrianalic commented 3 years ago

I use all the files, I run my bot locally and works perfectly, but when I load in my pageweb, say.. audio is not supported. What could be the error?

adrianalic commented 3 years ago

It is necessary to have an ssl certificate.

It works now