This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

how can i force my eggdrop to send sound to my computer when

Old posts that have not been replied to for several years.
Locked
7
7thkernel

Post by 7thkernel »

how can i force my eggdrop to send sound to my computer when something happened?
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

that depends on what os you're running.
7
7thkernel

Post by 7thkernel »

i'm running win2000 os

but that's nothing to do with that, dont´t you?
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

has everything to do with it. on *nix it would be a case of concatanating a raw sound file to /dev/snd0 or whatever the sound device happens to be. windows would be a case of running mediaplayer, or winamp or something with a sound file.
7
7thkernel

Post by 7thkernel »

then, how can i call that system app. playing sound?
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

Something like

exec soundplayer.exe baa.wav
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

If only exec worked under cygwin.. *cough*
Locked