1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" /> 7 <title>Sound Library (snd) Sample Demos</title> 8 </head> 9 <body> 10 <h1><CODE>simple</CODE></h1> 11 12 <h2>Overview</h2> 13 <div class="section"> 14 <p> 15 Demonstrates the basics for starting and stopping sound playback. 16 </p> 17 </div> 18 19 <h2>How to Use</h2> 20 <div class="section"> 21 <p> 22 <ul> 23 <li>A Button: Plays the sequence sound</li> 24 <li>X Button: Plays the wave sound</li> 25 <li>Y Button: Plays the stream sound</li> 26 <li>B Button: Stops the sound</li> 27 </ul> 28 </p> 29 </div> 30 31 <h2>Description</h2> 32 <div class="section"> 33 <p> 34 Demonstrates things such as typical sound initialization, loading of data, and playback of sounds. 35 </p> 36 <p> 37 For further details, refer to Chapter 3, <I>Quick Start</I>, in the<I> Sound Programmer's Guide</I>. 38 </p> 39 </div> 40 41 <h2>See Also</h2> 42 <div class="section"> 43 <p class="reference"> 44 <a href="memorySoundArchive.html"><CODE>memorySoundArchive</CODE> Demo</a><br> <a href="hioSoundArchive.html"><CODE>hioSoundArchive</CODE> Demo</a> 45 </p> 46 </div> 47 48 <h2>Revision History</h2> 49 <div class="section"> 50 <dl class="history"> 51 <dt>2010/11/15</dt> 52 <dd>Added links to the <CODE>memorySoundArchive</CODE> and <CODE>hioSoundArchive</CODE> demos.<br /> 53 </dd> 54 <dt>2010/09/27</dt> 55 <dd>Initial version.<br /> 56 </dd> 57 </dl> 58 </div> 59 60 <hr><p>CONFIDENTIAL</p></body> 61</html> 62 63