Search the Community
Showing results for tags 'soundplay'.
-
I have a script that alerts every 1 hour with a wav file. It was working for a week and now this week it has stopped working. here is the sound loop code Send ("{VOLUME_UP}") _SetMasterVolumeLevel(0) Local $aSound = _SoundOpen("path\deliveryalert.wav") SoundPlay($aSound, 1) _S...
-
A Friend told me about this. so I got interesting in. ¿Did you know I was able to play sound directly from link using soundplay? SoundPlay("http://www.freesfx.co.uk/rx2/mp3s/10/12598_1439008511.mp3",1) should help file talks about it? I work for me a least wit mp3 hot link. with wav it doesn't. Salu...
-
Like title, i'm searching into the forum but i don't have find anything, so i'm posting a new thread Example script: SoundPlay("2_minute_song.mp3",0) Sleep(5000) If SoundPlay_isActive() Then MsgBox(0,0,"Song is running") Else MsgBox(0,0,"Song isn't running") EndIf Func SoundPlay_isActive()...