Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months ago
JSON representation
DEPRECATED. Front-end application for interacting with Alexa Voice Service.
- Host: GitHub
- URL: https://github.com/miguelmota/AVS-client
- Owner: miguelmota
- Archived: true
- Created: 2015-11-28T23:25:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T05:11:09.000Z (about 9 years ago)
- Last Synced: 2024-08-04T00:03:31.310Z (5 months ago)
- Language: JavaScript
- Homepage: https://github.com/miguelmota/AVS-client
- Size: 1.46 MB
- Stars: 13
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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