Play recorded sounds: Difference between revisions

Content added Content deleted
Line 130: Line 130:
sndPlaySound('SoundFile.wav', SND_NODEFAULT OR SND_ASYNC);
sndPlaySound('SoundFile.wav', SND_NODEFAULT OR SND_ASYNC);
end.</lang>
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}}==
=={{header|Liberty BASIC}}==