determine if a process` audio goes silent in win7?
category: code [glöplog]
Is it possible? If yes, how? It would be useful in making a small script to play exemusics continuously :)
I suppose if you detour the dsound/waveout output and decide on an arbitrary rule of "N seconds of continuous signal below X dB" as an exit condition, then yeah I suppose it could work.
Another, and way more practical way, would be to just render stuff out and put it in a playlist.
GO BACK TO YOUTUBE
wait.. what?
What Gargaj said (the first thing he said), also you could start the next song exe in advance and halt it after precalc until the current song finished playing. :)
In case you want to play just a small number of .exe musics continuously you might also just kill the .exe after N predetermined seconds and start it again.