mIRC Home    About    Download    Register    News    Help

Print Thread
#61650 24/11/03 10:26 AM
Joined: Nov 2003
Posts: 6
I
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
I
Joined: Nov 2003
Posts: 6
Code:
 
  splay -p "file1.mp3"
  splay -qp "file2.mp3"


When the above piece of code is executed, file1.mp3 plays. However, when it finishes, there is a slight pause before the 2nd file plays... How can I eliminate this? Any suggestions?

Thanks

#61651 24/11/03 03:05 PM
Joined: Oct 2003
Posts: 50
T
Babel fish
Offline
Babel fish
T
Joined: Oct 2003
Posts: 50
No, you can't. The file is being loaded in that pause, so there's no way to remove it.

#61652 24/11/03 04:21 PM
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
I think you can use mci.dll to pre-load the next song and eliminate the pause. I've never used mci.dll myself though so I can't tell you exactly how to do that.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
#61653 24/11/03 05:58 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Yeah it's possible, but can be very frustrating and complicated. See an example here.


Link Copied to Clipboard