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.
Old posts that have not been replied to for several years.
7
7thkernel
Post
by 7thkernel » Thu Feb 21, 2002 1:57 pm
how can i force my eggdrop to send sound to my computer when something happened?
Petersen
Owner
Posts: 685 Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK
Post
by Petersen » Thu Feb 21, 2002 2:15 pm
that depends on what os you're running.
7
7thkernel
Post
by 7thkernel » Thu Feb 21, 2002 2:22 pm
i'm running win2000 os
but that's nothing to do with that, dont´t you?
Petersen
Owner
Posts: 685 Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK
Post
by Petersen » Thu Feb 21, 2002 4:05 pm
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 » Thu Feb 21, 2002 4:08 pm
then, how can i call that system app. playing sound?
stdragon
Owner
Posts: 959 Joined: Sun Sep 23, 2001 8:00 pm
Contact:
Post
by stdragon » Thu Feb 21, 2002 8:56 pm
Something like
exec soundplayer.exe baa.wav
Wcc
Master
Posts: 278 Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:
Post
by Wcc » Fri Feb 22, 2002 3:45 am
If only exec worked under cygwin.. *cough*