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

feat: Add a configuration param to set the maximum attempts before the conversation ends if it doesn't understand #17

Closed diosney closed 5 years ago

diosney commented 5 years ago

Closing since I do not need this anymore and this is a stalled repo, so I implement it manually by setting silenceDetection: false.