The play command makes a system call of the form "}command\code{ }wavfile\code{.wav", where 'command' is the string returned by WavPlayer().
The default commands are 'mplay32 /play' (calling the Windows media player) for Win32-systems and 'play' and 'playwave' for Linux systems. Other commands will be added in future versions of this package.
While the Windows Media player is included in the standard Windows installation, playwave might have to be installed manually. Under RedHat Linux playwave is part of the SDL\_mixer package. To download it, go to http://www.libsdl.org/projects/SDL_mixer.
But any other program that provides a system call of the above form to play wav files is also fine. Please report additional play commands to the author (send an email to mail@MatthiasHeymann.de) so that they can be recognized automatically in future versions of this package.
setWavPlayer is called directly after loading the package.
When setWavPlayer is called, it tries to play an empty wav file, using the new command(s). If it fails, no changes are made.