https://github.com/nfriend/tone-drone
An Alexa skill that plays a pitch
https://github.com/nfriend/tone-drone
alexa alexa-custom-skill alexa-sdk alexa-skill alexa-skills-kit javascript nodejs
Last synced: 8 months ago
JSON representation
An Alexa skill that plays a pitch
- Host: GitHub
- URL: https://github.com/nfriend/tone-drone
- Owner: nfriend
- License: mit
- Created: 2017-08-11T21:54:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T22:24:51.000Z (about 8 years ago)
- Last Synced: 2025-01-14T09:41:36.628Z (9 months ago)
- Topics: alexa, alexa-custom-skill, alexa-sdk, alexa-skill, alexa-skills-kit, javascript, nodejs
- Language: JavaScript
- Homepage: https://www.amazon.com/Nathan-Friend-Consulting-LLC-Drone/dp/B074M1XLNC/ref=sr_1_2?ie=UTF8&qid=1502488506&sr=8-2&keywords=tone+drone
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tone-drone
An Alexa skill that plays a pitch[Click here to view the published skill on Amazon.](https://www.amazon.com/Nathan-Friend-Consulting-LLC-Drone/dp/B074M1XLNC/ref=sr_1_1?s=digital-skills&ie=UTF8&qid=1502489976&sr=1-1&keywords=tone+drone)
## Using this skill
To use this skill, try a phrase like the following:
- "Alexa, ask Tone Drone to give me a G"
- "Alexa, ask Tone Drone to sing an A flat"
- "Alexa, ask Tone Drone for a C double flat"
- "Alexa, get a D sharp from Tone Drone"
- "Alexa, start Tone Drone"## Known Issues
At the time of development, Alexa isn't very good at interpreting some of the pitch names, particularly A (unfortunately the most commonly-requested pitch). To help Alexa out, try asking for an "A natural" instead of just an "A".
## Developing
This repository contains two files that define this skill:
- `getPitch.js`: this is the AWS Lambda file that powers the skill. It runs on Node.js 6.10 or greater. Make sure the Lamda's Triggers include "Alexa Skills Kit".
- Before this file will run, you will need to provide values to both the `APP_ID` and the `MP3_BASE_URL` const variables at the top of the script.
- `interactionModel.json`: this is the interaction model definition for this skill.