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 74 forks source link

Add package.json so we can build it #9

Closed ejfrancis closed 6 years ago

ejfrancis commented 6 years ago

As title suggests, there should be a package.json so we can fork and build this ourselves. It has a gruntfile but that doesn't work unless the accompanying package.json with dependencies and scripts is included as well.

palafranchise commented 6 years ago

Done. :-)

Obligatory disclaimer: this is example code written to complement a blog post. More info: https://aws.amazon.com/blogs/machine-learning/capturing-voice-input-in-a-browser/