alexa-rubykit icon indicating copy to clipboard operation
alexa-rubykit copied to clipboard

Adding Response#add_audio_stop

Open charlotte-miller opened this issue 8 years ago • 0 comments

Thank you for sharing this gem; it's been clear and straight-forward. Using the gem, I quickly had audio playing from my test device. But... I had no way to stop it (w/out leaving the app).

This PR adds a method to stop audio. An example:

case input.name
when 'AMAZON.PauseIntent' then output.add_audio_stop
...

Let me know what you think.

Source: Amazon docs

charlotte-miller avatar Jul 03 '17 19:07 charlotte-miller