alexa-js / alexa-app-server

An Alexa app server for alexa-app.
MIT License
401 stars 116 forks source link

Play an Audio Stream? #93

Closed dhalucario closed 7 years ago

dhalucario commented 7 years ago

Is it possible to play an online audio stream/file with this server on Alexa? I haven't found anything in the examples or package to use it with. It would be nice to have an example or a small documentation for stuff like this.

My PHPStorm gave me res.play(); but that didn't really work out either.

dblock commented 7 years ago

Yes. See https://github.com/alexa-js/alexa-app, response.audioPlayerPlayStream. Example: https://github.com/artsy/elderfield/blob/master/functions/artsy/index.js#L298

dhalucario commented 7 years ago

Oh, I see now how it is.