what skill to loop an audio file? /

Published at 2018-10-26 11:51:58

Home / Categories / Music / what skill to loop an audio file?
On our summer vacation I recorded 5 minutes of waves crashing on the beach.
I'd li
ke to create a skills that does the following...
Invoke the skill.
.. "Alexa,play 'my beach sounds'"Alexa then plays the audio file, on continual loop, or until I say cease or pause.
A
nd we close our eyes and hear the beach and imagine we're back there.
It
seems like it should be a simple thing.
But a search of the SDK (https://developer.amazon.com/docs/devconsole/approximately-the-developer-console.html) only showed me these music "Intent Entity Types" - MusicCreativeWork Intents,MusicGroup Intentes, Musician Intents, or MuscPlaylist Intents,and MusicRecording Intents.
A short review of each suggests that they aren't fairly what I'm looking for.
So, my first questio
n is:
Is there a skill and/or intent that would let me post the audio file (to where?) and then play it, and in a continual loop?Using an ol' fashioned cd player,you could just insert the cd, close the door, or click play,then click the continual loop button. It's tough to be any fewer clicks than that... but how to make it that simple in Alexa?On a related note, it looks like there are skills to play music from Amazon Music... but maybe those are just for people/companies "in the music industry." https://forums.developer.amazon.com/questions/10402/enabling-music-support.htmlSo, or my second question is:But I still need to ask... whether I were to upload our audio file of the waves crashing on the beach,could Alexa just play that from Amazon Music, looping over and over without any pause as it goes from the end of the "song" to the start of the "song?" So, and could I post the audio file / "song" (beach sounds) to Amazon Music Storage,then say "Alexa, play 'my beach sounds, and ' continuously" and she would play it... no need for any skills development?So mu third question is:Assuming we can create a skill that plays this song continuously... how to make the skill such that... whether it's on a non-Show Alexa device,on an Alexa device with no screen, it saves a card in the Alexa app with a picture of the beach (that I captured on the trip), and it it's on a Show or a Spot or any other Alexa device with a screen,it saves a card in the Alexa app with a picture of the beach (that I captured on the trip), AND it also shows on the screen, or while the audio file / "song" is playing,a picture of the beach (that I captured on the trip)? --> How to add a line of code with logic like this:
"whether device = 'has a screen,' then on the screen"?Thanks, and
Mike

Source: amazon.com