alexa-pi / AlexaPi

Alexa client for all your devices! # No active development. PRs welcome # consider https://github.com/respeaker/avs instead
MIT License
1.33k stars 396 forks source link

Alexa Stop Equivalent #379

Open bryantkhoo opened 6 years ago

bryantkhoo commented 6 years ago

Thank you for reporting an issue with AlexaPi.

Make sure you are running the latest version of AlexaPi, and look through issues before submitting.

Check out our Wiki, and make sure to look at Debugging, and Audio debugging in particular before filing an issue.

In order to help troubleshooting, be sure to include the following information:

Output of the audio debugging script.

Your OS (including version) where you are running AlexaPi:

Raspbian Jessie

Your hardware platform and model you are running on:

Raspberry Pi 3

Python release (python2 --version):

2.7.9

Description of problem:

Everything is working fine for my audio and wake word invokation. However, I was unable to request for Alexapi to stop her playback halfway by saying the usual "Alexa Stop". Does the library support this? Or is there a way I can do this?

Expected:

AlexaPi to stop playback when user says "Alexa Stop"

Additional info:

EmerickH commented 6 years ago

Not possible due to old API 1.0 used by AlexaPi...

May be done by adding a new trigger when speaking but very complicated.