You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*! \page sound-example.html
|
|
|
|
\ingroup examples
|
|
\title Sound Example
|
|
|
|
This example shows how easy it is to play sounds, e.g. .WAV files,
|
|
if your machine is set up to play audio.
|
|
|
|
<hr>
|
|
|
|
Header file:
|
|
|
|
\include sound/sound.h
|
|
|
|
<hr>
|
|
|
|
Implementation:
|
|
|
|
\include sound/sound.cpp
|
|
|
|
|
|
*/
|
|
|
|
|