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

Audio File #20

Open rahulsinghthakur opened 5 years ago

rahulsinghthakur commented 5 years ago

@palafranchise Is there any way to access the raw audio input of the user? so that we can save those files and use them for other purposes.

Thank you.