1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
4<head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta http-equiv="Content-Style-Type" content="text/css" />
7    <link rel="stylesheet" href="../../css/manpage.css" type="text/css" />
8</head>
9<body>
10
11<h1>snd - BcwavPlayer Demo</h1>
12
13<h2>Description</h2>
14
15<div class="section">
16<p>This sample deals with BCWAV format files.</p>
17</div>
18
19<h2>Required Environment</h2>
20
21<div class="section">
22<p>None.</p>
23</div>
24
25<h2>How to Use</h2>
26
27<div class="section">
28    <table>
29        <thead>
30        <tr>
31<th>Input</th>
32<th>Operation</th>
33        </tr>
34        </thead>
35        <tr>
36<td>A Button.</td>
37<td>Plays and stops BCWAV format audio.</td>
38        </tr>
39        <tr>
40<td>+Control Pad Up/Down</td>
41<td>Switches the audio.</td>
42        </tr>
43    </table>
44</div>
45
46<h2>Notes</h2>
47
48<div class="section">
49<p>None.</p>
50</div>
51
52<h2>Execution Procedure</h2>
53
54<div class="section">
55<p>When you run the demo, it displays its controls and the playback status of each voice.</p>
56    <p><img src="Fig/BcwavPlayer.png"></p>
57<p>The following log is also displayed in debugger output.</p>
58    <pre class="code">[rom:/yoshi_fs16kHz_1ch.pcm8.bcwav] fileSize(15346) loadSize(15346) fileSize(15346)
59[rom:/fanfare_fs32kHz_1ch.pcm16.bcwav] fileSize(227862) loadSize(227862) fileSize(227862)
60[rom:/sin440.dspadpcm.bcwav] fileSize(3552) loadSize(3552) fileSize(3552)</pre>
61
62</div>
63
64<h2>Revision History</h2>
65
66<div class="section">
67    <dl class="history">
68        <dt>2011/10/12</dt>
69<dd>Added support for applets, and modified How to Use and the screen display.</dd>
70        <dt>2011/02/02</dt>
71<dd>Initial version.</dd>
72    </dl>
73</div>
74
75
76<hr><p>CONFIDENTIAL</p></body>
77</html>