Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miguelmota/AVS-client

DEPRECATED. Front-end application for interacting with Alexa Voice Service.
https://github.com/miguelmota/AVS-client

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Alexa Voice Service Client App

> Front-end application for interacting with [Alexa Voice Service](https://developer.amazon.com/appsandservices/solutions/alexa/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](https://github.com/miguelmota/AVS-server) to use in conjuction.

# Development

Install node modules

```bash
npm install
```

Install bower components

```bash
bower install
```

Run local web server

```bash
gulp
```

Build and minify

```bash
gulp build
```

# Credits & Contributors

[Tim Kendall](https://github.com/timkendall/) for developing awesome UI.

# License

MIT