Skip to content
Snippets Groups Projects
Commit bd9c5ec2 authored by rswindell's avatar rswindell
Browse files

Used to play .WAV files via command-line (e.g. "?playsnd c:/windows/media/ringout.wav").

parent 095f7b89
No related branches found
No related tags found
No related merge requests found
/* playsnd.js */
/* Plays a sound (WAV) file on the local (server) sound system */
/* Sound filename must be specified on the command-line */
play_sound(argv[0]);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment