1<!-- saved from url=(0022)http://internet.e-mail -->
2<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3<html>
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<title>Audio Selection Applet</title>
8<style type="text/css">
9<!--
10body {
11/*
12    font-size       : 10pt;
13*/
14    font-weight     : normal;
15    color           : #000000;
16    margin          : 8px;
17}
18
19div {
20    width           : 98%;
21    white-space     : nowrap;
22}
23
24div.title {
25    text-align      : left;
26    font-weight     : bold;
27/*
28    font-size       : 16pt;
29*/
30    font-size       : 150%;
31    color           : #202020;
32    border-style    : double;
33    border-width    : 8px;
34    /* タイトルを囲む枠線の色を指定 */
35    border-color    : #FF6600;
36
37    margin          : 4px;
38    padding         : 4px;
39}
40
41h1 {
42    font-weight     : bold;
43/*
44    font-size       : 16pt;
45*/
46    font-size       : 150%;
47    border-style    : none none solid double;
48    border-width    : 0px 0px 2px 8px;
49    /* 見出しの線の色を指定 */
50    border-color    : #FF6600;
51
52    margin-left     : 2px;
53    padding-left    : 4px;
54}
55
56p {
57    margin-left     : 4px;
58}
59
60-->
61</style>
62
63</head>
64<body>
65<a name="top"></a>
66
67<div class="title">
68Audio Selection Applet<br />
69</div>
70
71
72<h1>1. Introduction</h1>
73<p>This applet lets you browse and select audio recorded to an SD Card using Nintendo 3DS Sound.</p>
74
75
76<h1>2. Supplement About This Version</h1>
77<ul>
78    <li><font color="red">Follow the <I>UGC Guidelines</I> when using audio in applications.</font>
79    <li>Use the separate SoundIO library to load the selected audio content.
80</ul>
81
82<h1>3. Known Bugs</h1>
83<ul>
84  <li>None.
85</ul>
86
87<div align="right"><A href="javascript:history.go(-1)">Back</A></div>
88
89<hr><p>CONFIDENTIAL</p></body>
90</html>