Play recorded sounds: Difference between revisions

m
Line 130:
sndPlaySound('SoundFile.wav', SND_NODEFAULT OR SND_ASYNC);
end.</lang>
 
=={{header|GUISS}}==
 
Here we use the media player to play a sound file in the default directory:
 
<lang guiss>Start,Programs,Accessories,Media Player,Menu:File,Open,
Doubleclick:Icon:Sound.WAV,Button:OK,Button:Play</lang>
 
=={{header|Liberty BASIC}}==