Enables the ability to load mp3 audio files. Useful in creating Digital Signage systems.
For more information on the | ds_load_mp3 | script command, check the command wiki by following this link.
Mp3 plugin enable this command:
ds_mp3_load
ds_mp3_close
MP3 Example Script:
reset_slot
....
....
....
sub test ds_mp3_load vocal_message.mp3
sub test mail_cam_send [email protected]
sub test #PAUSE for restart PIR sensor.
sub test sleep 45
sub test release_slot 1
#end_sub
iot_input myid slot1 process test
...
...