mIRC Code Snippets Tagged with audio
(7)
Made by Neptune and Daveoh.
The final version of my MP3 Player, has everything you can possibly think of! To get this baby loaded, slap it in remotes. You'll see the dialog pop up and close.. don't..
Okay, this is a audio player that uses hash tables. I originally got the idea from Del_Felesif's mp3 player. This is all mIRC, so it's going to have limitations, and obviously, I have limitations :D. I..
<br>
Author: FiberOPtics -- mirc.fiberoptics@gmail.com
<br>
<br>
Usage:
<br>
1)
<br>
<br>
$fileinfo(filepath, properties [,separator])[.raw]
<br>
<br>..
This is a Mp3 Player with Dialog. It keeps count of your Mp3's, you can change the skin color. The options are 'Play' 'Pause' 'Resume' 'Stop' 'Mp3 Directory' and 'Close'. At the bottom right hand corner..
This snippet will let you retrieve info from media files on your computer.<br>
The usage is the same as $sound ($sound(<file>).<property>) but with different properties.<br>
The..
This snippet will let you check if a song is paused. It will work in versions older than the version that introduced $insong.pause.
There are comments and examples in the code on how to use it.
A snippet to play audio streams from a URL. Requires Windows Media Player.
There are comments included in the code on how to use it.