Skip to content
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.

miguelmota/AVS-client

Repository files navigation

Alexa Voice Service Client App

Front-end application for interacting with Alexa Voice Service.

How it works

With this application the user holds the spacebar to speak an utterance. The utterance is base64 encoded and sent over to the AVS server via a web socket. The AVS server sends the response back as binary data via the web socket and is decoded into an audio buffer which is played back to the user.

Here's the AVS server to use in conjuction.

Development

Install node modules

npm install

Install bower components

bower install

Run local web server

gulp

Build and minify

gulp build

Credits & Contributors

Tim Kendall for developing awesome UI.

License

MIT

About

DEPRECATED. Front-end application for interacting with Alexa Voice Service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published