User Tools

Site Tools


en:actions:actionplaysound

Differences

This shows you the differences between two versions of the page.


Previous revision
en:actions:actionplaysound [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Play sound ======
  
 +This action allows you to play a sound file or a sound stream. (like a web radio)
 +
 +===== Standard parameters =====
 +==== Input parameters ====
 +== File/URL == 
 +The sound file or the URL of the audio stream to play.
 +== URL == 
 +Check this box if the previous parameter represents an URL.
 +== Volume == 
 +Sound volume percentage.
 +== Wait end of play == 
 +Check this box if you want to end the action only when the sound file has been played.
 +
 +===== Advanced parameters =====
 +==== Input parameters ====
 +== Loop ==
 +Check this box to play the sound endlessly.
 +== Playback speed ==
 +The playback speed percentage. Does not work with audio streams.
 +
 +===== Exceptions =====
 +
 +  * [[en:actions:exceptions#Bad parameter|Bad parameter]]
 +  * [[en:actions:exceptions#Code error|Code error]]
 +  * [[en:actions:exceptions#timeout|Timeout]]