I am trying to integrate amazon skill kit in my website without an amazon echo unit. I want to implement voice commands on my website using the laptop/PC microphone instead of an echo unit.
I have used this tutorial but I didn't find anything about how to implement it on my side.
I also tried these samples available on github. But I think these also require an Amazon echo device: https://github.com/amzn/alexa-skills-kit-js
I am using Windows with the development environment given below
My development environment
- I am able to configure web server for Alexa skills and it is working
- Asp.Net
- C#
- Javascript / Jquery
- Azure
Is it possible to use Amazon Alexa Skill Kit without an echo device?
Things you can do with this library:
The audio recorded in this library is mono channel, sampled at 16k Hz, and signed 16 bit PCM encoding which is required by AVS.
Tutorial: https://github.com/miguelmota/alexa-voice-service.js Demo:https://miguelmota.com:9745/