Play recorded sounds: Difference between revisions

Content added Content deleted
Line 353: Line 353:


#Other actions (not obviously possible)
#Other actions (not obviously possible)
</lang>

=={{header|Racket}}==
(Works on all platforms.)
<lang racket>
#lang racket/gui
(play-sound "some-sound.wav" #f)
</lang>
</lang>