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 Demo</title> 8 </head> 9 <body> 10 <h1>hioSoundArchive</h1> 11 12 <h2>Overview</h2> 13 <div class="section"> 14 <p> 15 This demo demonstrates how to use the HioSoundArchive class. 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 sound</li> 24 <li>B Button: Stops the sound</li> 25 </ul> 26 <ul> 27 <li>R Button, L Button: Selects the sound</li> 28 <li>START Button: Reloads the sound archive</li> 29 </ul> 30 </p> 31 </div> 32 33 <h2>Description</h2> 34 <div class="section"> 35 <p> 36 Loads a sound archive stored on the host PC using the <a href="../HioSoundArchive/Overview.html">HioSoundArchive</a> class. 37 </p> 38 <p> 39 The sound archive to be loadded is the same as HioSoundPlayer. 40 </p> 41 </div> 42 43 <h2>See Also</h2> 44 <div class="section"> 45 <p class="reference"> 46 <a href="simple.html">simple demo</a><br> <a href="memorySoundArchive.html">memorySoundArchive demo</a> 47 </p> 48 </div> 49 50 <h2>Revision History</h2> 51 <div class="section"> 52 <dl class="history"> 53 <dt>2010/11/15</dt> 54 <dd>Initial version.<br /> 55 </dd> 56 </dl> 57 </div> 58 59 <hr><p>CONFIDENTIAL</p></body> 60</html> 61 62