Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexa-samples/skill-sample-nodejs-audio-player
An Alexa Skill Sample showing how to play long form audio in 3P-skills
https://github.com/alexa-samples/skill-sample-nodejs-audio-player
Last synced: 4 days ago
JSON representation
An Alexa Skill Sample showing how to play long form audio in 3P-skills
- Host: GitHub
- URL: https://github.com/alexa-samples/skill-sample-nodejs-audio-player
- Owner: alexa-samples
- License: other
- Created: 2016-08-18T19:39:59.000Z (over 8 years ago)
- Default Branch: mainline
- Last Pushed: 2023-04-14T20:24:34.000Z (over 1 year ago)
- Last Synced: 2024-08-04T00:04:41.069Z (5 months ago)
- Language: JavaScript
- Size: 811 KB
- Stars: 468
- Watchers: 85
- Forks: 317
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Build An Alexa Skill with the Audio Player Interface (Node.js)
This Alexa sample skill is a template for using the AudioPlayer interface for Alexa-hosted skills.
Note that as this code is set up so that you can directly import this skill into your hosted skill.
Check out the Documentation below for links on how to import this skill directly from the Alexa
developer console.## Skill Architecture
The skill consists of an inteface model and logic of the skill. This sample contains a sample skill that plays a single audio stream,
along with handlers for all of the AudioPlayer events, touch controls and error handling.
The skill also uses DynamoDB to keep track of current playback information.## Additional Resources
### Documentation
* [AudioPlayer Interface](https://developer.amazon.com/docs/alexa/custom-skills/audioplayer-interface-reference.html)
* [Audio stream/file requirements](https://developer.amazon.com/docs/alexa/custom-skills/audioplayer-interface-reference.html#audio-stream-requirements)
* [Import a skill from a Git repository](https://developer.amazon.com/docs/alexa/hosted-skills/alexa-hosted-skills-git-import.html)### Other Samples
* [Previous AudioPlayer samples (ASK CLI v1, ASK SDK v1)](https://github.com/alexa/skill-sample-nodejs-audio-player/releases)