Which functions are available within Delphi to play a sound-file?
With the function sndPlaySound from the WIN32-API (Unit MMSystem):
sndPlaySound('C:\Windows\Media\Tada.wav', SND_ASYNC);