NextPrevUpTopContentsIndex

play-sound

Function
Summary

Plays a loaded sound.

Package

capi

Signature

play-sound sound &key wait

Arguments

sound

A sound object returned by load-sound.

wait

A generalized boolean.

Description

The function play-sound plays the loaded sound sound .

If wait is true then play-sound will not return until sound has finished playing. That is, it plays the sound synchronously. The default value of wait is nil .

Note: :wait t is only implemented on Microsoft Windows.

See also

load-sound


LispWorks CAPI Reference Manual - 17 Mar 2008

NextPrevUpTopContentsIndex