Eli Fulkerson .com
HomeProjectsCommandline-wav-player
 
 


sounder.exe - play a wav file from the command line

Description:

Sounder.exe is a small console program that plays .wav files from the command line, then exits. It was written to provide audible alerts from windows batch files.

Note: The current version is no longer asynchronous - it blocks until the sound is finished. If you want the two seconds of noise that doesn't delay your batch file, see the old versions below.

Download:

sounder.exe, win32 console application
source code

License:

  • Sounder.exe is not complicated enough to worry about. Do whatever you like with it.
  • Old Versions:

    This is the "play first two seconds asynchronously" version:

    sounder.exe, win32 console application
    sounder.exe, win32 console application, zipped
    source code

    This is the "play until the file 'stopfile' is created" version:

    sounder2.exe, win32 console application
    sounder2 source code