You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I would like to attempt to create an Amazon Alexa skill to listen to this. Can anyone suggest how I might go about doing this? Amazon has an audio API, but it requires a stream over https.
I can install the code on my own server, but I'm not sure how to go about getting the audio and sending it out via a stream. Would I be better off re-implimenting the code in something like Python and generating the stream that way. I don't need graphics, just the audio.
The text was updated successfully, but these errors were encountered:
Hi jfayre! I'm curious what's meant by stream here. Can you link me to some docs? Last time I did streaming audio, pretty sure it was ICE, but I'd be surprised if that's the format these days :)
On 12/7/16, Mahmoud Hashemi ***@***.***> wrote:
Hi jfayre! I'm curious what's meant by stream here. Can you link me to some
docs? Last time I did streaming audio, pretty sure it was ICE, but I'd be
surprised if that's the format these days :)
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#30 (comment)
Hello,
I would like to attempt to create an Amazon Alexa skill to listen to this. Can anyone suggest how I might go about doing this? Amazon has an audio API, but it requires a stream over https.
I can install the code on my own server, but I'm not sure how to go about getting the audio and sending it out via a stream. Would I be better off re-implimenting the code in something like Python and generating the stream that way. I don't need graphics, just the audio.
The text was updated successfully, but these errors were encountered: