mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
Added NAND SoundPlayer page
This commit is contained in:
parent
decaa85d29
commit
aef3d87de9
@ -350,7 +350,7 @@ body {
|
||||
<th><br>SRL</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/ComponentSDKVersionIdentifier/ComponentSDKVersionIdentifier_ver10.srl">???</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/ComponentSDKVersionIdentifier/ComponentSDKVersionIdentifier_ver10.srl">ver10</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
@ -317,6 +317,7 @@ body {
|
||||
<a href="/dsidev/dsgamecardtosd.html">DS Game Card To SD</a><br>
|
||||
<a href="/dsidev/notlaunch.html">NotLaunch</a><br>
|
||||
<a href="/dsidev/photochecker.html">PhotoChecker</a><br>
|
||||
<a href="/dsidev/soundplayer.html">NAND SoundPlayer</a><br>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -350,8 +350,8 @@ body {
|
||||
<th><br>TAD</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/PictoChat/HNEA.srl">???</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/PictoChat/HNEA.tad">???</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/PictoChat/HNEA.srl">HNEA</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/PictoChat/HNEA.tad">HNEA</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
@ -348,7 +348,7 @@ SD to Photo is a tool that copies all photos from the SD card to the photo regio
|
||||
<th><br>SRL</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/sd2photo/sd2photo.srl">????</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/sd2photo/sd2photo.srl">sd2photo</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
383
_site/dsidev/soundplayer.html
Normal file
383
_site/dsidev/soundplayer.html
Normal file
@ -0,0 +1,383 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>NAND SoundPlayer | rmc's site</title>
|
||||
<link rel="icon" type="image/png" href="/icon.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
|
||||
<link id="pagestyle" rel="stylesheet" type="text/css" href="">
|
||||
<link rel="alternate" type="application/atom+xml" href="https://ianskinner1982.github.io/feed.xml">
|
||||
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
|
||||
<script src="/assets/js/main.js"></script>
|
||||
|
||||
<meta property="og:title" content="NAND SoundPlayer">
|
||||
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta name="description" content="NAND SoundPlayer | rmc's site">
|
||||
<meta property="og:description" content="NAND SoundPlayer | rmc's site">
|
||||
<link rel="canonical" href="https://ianskinner1982.github.io">
|
||||
<meta property="og:url" content="https://ianskinner1982.github.io">
|
||||
<meta property="og:site_name" content="rmc's site">
|
||||
|
||||
<meta property="og:image" content="https://ianskinner1982.github.io/icon.png">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body {
|
||||
background-image: url('/assets/dsi/background.jpg');
|
||||
}
|
||||
.nav ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-left: 3.5%;
|
||||
/* overflow: hidden; */
|
||||
}
|
||||
.navstd {
|
||||
float: left;
|
||||
}
|
||||
.navalt {
|
||||
float: right;
|
||||
}
|
||||
.container {
|
||||
position: relative;
|
||||
}
|
||||
.imageOne {
|
||||
z-index: 0;
|
||||
}
|
||||
.imageTwo {
|
||||
z-index: 1;
|
||||
}
|
||||
.imageThree {
|
||||
z-index: 2;
|
||||
}
|
||||
.imageFour {
|
||||
z-index: 3;
|
||||
}
|
||||
.image {
|
||||
position: absolute;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
.navimgoverlay {
|
||||
opacity: 0.0;
|
||||
text-align: center;
|
||||
float: left;
|
||||
padding-top: .6vw;
|
||||
width: 6vw;
|
||||
height: auto;
|
||||
}
|
||||
.navimgoverlay:hover {
|
||||
opacity: 1.0;
|
||||
width: 6vw;
|
||||
}
|
||||
.navimg {
|
||||
text-align: center;
|
||||
float: left;
|
||||
padding-top: .6vw;
|
||||
width: 6vw;
|
||||
height: auto;
|
||||
}
|
||||
.navicon {
|
||||
text-align: center;
|
||||
float: left;
|
||||
padding-top: 2.1vw;
|
||||
padding-left: 1.38vw;
|
||||
width: 3.2vw;
|
||||
height: auto;
|
||||
}
|
||||
.navedge {
|
||||
text-align: center;
|
||||
float: left;
|
||||
margin: 1%;
|
||||
width: 1.5vw;
|
||||
height: auto;
|
||||
}
|
||||
.navpadding li {
|
||||
padding-top: 1.5%;
|
||||
}
|
||||
.image2 {
|
||||
position: absolute;
|
||||
border-color: #FFFFFF
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
.image3 {
|
||||
position: relative;
|
||||
border-color: #FFFFFF
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
.text {
|
||||
position: absolute;
|
||||
text-align: left;
|
||||
border-color: #FFFFFF;
|
||||
font-size: 30px;
|
||||
font-size: 1vw;
|
||||
padding-top: 2.2vw;
|
||||
padding-left: 6.2vw;
|
||||
}
|
||||
.icon {
|
||||
padding-top:2.2vw;
|
||||
margin-left: -9.3vw;
|
||||
z-index: 2;
|
||||
}
|
||||
.titleimgoverlay {
|
||||
margin: 0% 2% 0%;
|
||||
opacity: 0.0;
|
||||
text-align: center;
|
||||
float: left;
|
||||
width: 16vw;
|
||||
height: auto;
|
||||
}
|
||||
.titleimgoverlay:hover {
|
||||
opacity: 1.0;
|
||||
}
|
||||
.titleimg {
|
||||
margin: 0% 2% 0%;
|
||||
text-align: center;
|
||||
float: left;
|
||||
width: 16vw;
|
||||
height: auto;
|
||||
margin-bottom: 10vw;
|
||||
}
|
||||
.titleedge {
|
||||
text-align: center;
|
||||
float: left;
|
||||
margin: 1%;
|
||||
width: 18vw;
|
||||
height: auto;
|
||||
}
|
||||
.titlepadding li {
|
||||
padding-top: 1.5%;
|
||||
margin: 0% 2% 0%
|
||||
}
|
||||
.homeimg {
|
||||
margin: 6% 5% 0%;
|
||||
text-align: center;
|
||||
float: right;
|
||||
width: 16vw;
|
||||
height: auto;
|
||||
margin-bottom: 5vw;
|
||||
}
|
||||
.hometext {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
border-color: #FFFFFF;
|
||||
font-size: 40px;
|
||||
font-size: 1.1vw;
|
||||
}
|
||||
.homeicon {
|
||||
padding-top: 6.99vw;
|
||||
margin-left: -1.59vw;
|
||||
z-index: 2;
|
||||
}
|
||||
.othertext {
|
||||
position: absolute;
|
||||
text-align: left;
|
||||
border-color: #FFFFFF;
|
||||
font-size: 40px;
|
||||
font-size: 1.2vw;
|
||||
padding-top: 1vw;
|
||||
padding-left: 1.2vw;
|
||||
}
|
||||
</style>
|
||||
<div class="nav">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class="navedge"><img src="/assets/dsi/leftbracket.png" style="width:1.5vw;height:auto;margin:auto;"/></li>
|
||||
<div class="navpadding">
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
||||
<div class="imageTwo image"><img src="/assets/dsi/icon/back.png" class="navicon"></div>
|
||||
<div class="imageThree image"><a href="/"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
||||
<div class="imageTwo image"><img src="/assets/dsi/icon/home.png" class="navicon"></div>
|
||||
<div class="imageThree image"><a href="/dsi.html"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
||||
<div class="imageTwo image"><img src="/assets/dsi/icon/twldevapps.png" class="navicon"></div>
|
||||
<div class="imageThree image"><a href="/dsidev/"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
||||
<div class="imageTwo image"><img src="/assets/dsi/icon/devshop.png" class="navicon"></div>
|
||||
<div class="imageThree image"><a href="/dsidev/dsishop/startup.html"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
||||
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
||||
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
||||
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
||||
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
||||
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
||||
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
||||
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
||||
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
||||
<div class="imageTwo image"><img src="/assets/dsi/icon/discord.png" class="navicon"></div>
|
||||
<div class="imageThree image"><a href="https://discord.gg/XZxxZngwDQ"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
||||
<div class="imageTwo image"><img src="/assets/dsi/icon/github.png" class="navicon"></div>
|
||||
<div class="imageThree image"><a href="https://github.com/IanSkinner1982/ianskinner1982.github.io/"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
||||
</div>
|
||||
</li>
|
||||
</div>
|
||||
<li class="navedge"><img src="/assets/dsi/rightbracket.png" style="width:1.5vw;height:auto;margin:auto;"/></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div id="content-wrap">
|
||||
<style>
|
||||
.float-container {
|
||||
border: 0px solid #fff;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.float-child1 {
|
||||
width: 40%;
|
||||
height: 40%;
|
||||
float: left;
|
||||
padding: 1vw;
|
||||
}
|
||||
|
||||
.float-child2 {
|
||||
width: 20%;
|
||||
height: 40%;
|
||||
float: right;
|
||||
padding: 1vw;
|
||||
}
|
||||
</style>
|
||||
<div class="float-container">
|
||||
<div class="float-child1">
|
||||
<div class="container">
|
||||
<div class="imageOne image">
|
||||
<img src="/assets/dsi/widebarnoprompt_u.png" style="width:75vw;">
|
||||
<img src="/assets/dsi/widepromptnobar.png" style="width:75vw;height:40vw;">
|
||||
<img src="/assets/dsi/widebarnoprompt_d.png" style="width:75vw;">
|
||||
</div>
|
||||
<div class="othertext" style="width:73.5vw;">
|
||||
<h1>NAND SoundPlayer</h1>
|
||||
NAND SoundPlayer plays music/sound effects a <code>.sdat</code> sound archive on the SD card. You can play sounds at either 32730 or 47610 Hz, and use different sound effects (stereo, mono, surround, etc).
|
||||
<br><br>
|
||||
The app also shows a status of all the voice channels. The playing of multiple sounds at once is supported.
|
||||
</div>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="float-child2">
|
||||
<div class="container">
|
||||
<div class="imageOne image">
|
||||
<img src="/assets/dsi/thinbarnoprompt_u.png" style="width:20vw;">
|
||||
<img src="/assets/dsi/thinpromptnobar.png" style="width:20vw;height:40vw;">
|
||||
<img src="/assets/dsi/thinbarnoprompt_d.png" style="width:20vw;">
|
||||
</div>
|
||||
<div class="imageTwo">
|
||||
<ul class="homeimg">
|
||||
<div class="container">
|
||||
<div class="imageTwo image2">
|
||||
<img src="/assets/dsi/homemenu.png" class="homeimg">
|
||||
</div>
|
||||
<div class="imageThree image3">
|
||||
<div class="hometext" style="padding-top: 2vw;padding-left: 2vw;">NAND SoundPlayer<br>Nintendo</div>
|
||||
<!--padding-top 2vw and 2.7vw for two and one line banners, respectively-->
|
||||
<div class="imageThree image3 homeicon">
|
||||
<img src="/assets/dsi/icon/soundplayer.gif" width="13%" height="13%">
|
||||
</div>
|
||||
</div>
|
||||
<div class="othertext" style="text-align:left;padding-top:25%;margin-left:-15%;">
|
||||
<p>
|
||||
<b>Source:</b><div style="font-size: 40px;font-size: 1vw;">TwlSystem</div><br>
|
||||
<b>Downloads:</b>
|
||||
<table class="othertexts" style="solid; width: 100%;font-size: 3px;font-size: 1vw;">
|
||||
<tr>
|
||||
<th><br>SRL</th>
|
||||
<th><br>TAD</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/SoundPlayer/NANDSoundPlayer_regionfree.srl">Region Free</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/SoundPlayer/NANDSoundPlayer_regionfree.tad">Region Free</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href=""></a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/SoundPlayer/NANDSoundPlayer.tad">Original</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
<footer>
|
||||
<br><br><br><footer class="bg-light text-lg-start border-top align-items-center text-center" style="text-align:center;">
|
||||
<div class="text-center p-3 align-items-center" style="font-size: 8px;">
|
||||
Copyright © 2021-<span id="footerDate"></span> Ian M. Skinner <a href="/contactus" class="text-reset fw-bold">Contact me.</a>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</footer>
|
||||
</html>
|
||||
@ -352,8 +352,8 @@ body {
|
||||
<th><br>TAD</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/tcl_2/tcl_2.srl">????</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/tcl_2/tcl_2.tad">????</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/tcl_2/tcl_2.srl">tcl_2</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/tcl_2/tcl_2.tad">tcl_2</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
@ -350,8 +350,8 @@ body {
|
||||
<th><br>TAD</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/WiFiIcon/main.srl">???</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/WiFiIcon/main.tad">???</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/WiFiIcon/main.srl">main</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/WiFiIcon/main.tad">main</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2022-10-11T23:05:17-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">rmc’s site</title><entry><title type="html">101 Mini Golf World - Another bland DSiWare</title><link href="http://localhost:4000/2022/08/26/101-minigolf-world.html" rel="alternate" type="text/html" title="101 Mini Golf World - Another bland DSiWare" /><published>2022-08-26T00:00:00-04:00</published><updated>2022-08-26T00:00:00-04:00</updated><id>http://localhost:4000/2022/08/26/101-minigolf-world</id><content type="html" xml:base="http://localhost:4000/2022/08/26/101-minigolf-world.html"><![CDATA[<p>101 MiniGolf World by Teyon is a golf game for the DSi. It's nothing special as far as DSiWare goes.
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2022-10-12T00:23:39-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">rmc’s site</title><entry><title type="html">101 Mini Golf World - Another bland DSiWare</title><link href="http://localhost:4000/2022/08/26/101-minigolf-world.html" rel="alternate" type="text/html" title="101 Mini Golf World - Another bland DSiWare" /><published>2022-08-26T00:00:00-04:00</published><updated>2022-08-26T00:00:00-04:00</updated><id>http://localhost:4000/2022/08/26/101-minigolf-world</id><content type="html" xml:base="http://localhost:4000/2022/08/26/101-minigolf-world.html"><![CDATA[<p>101 MiniGolf World by Teyon is a golf game for the DSi. It's nothing special as far as DSiWare goes.
|
||||
<br><br>
|
||||
The game starts up with a nice tutorial on how to play. It goes over all the controls in about 20 seconds and doesn't leave you confused.
|
||||
<br>
|
||||
|
||||
@ -109,6 +109,9 @@
|
||||
<loc>http://localhost:4000/dsidev/settings.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/dsidev/soundplayer.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/dsidev/dsishop/startup.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
|
||||
@ -67,7 +67,7 @@ layout: dsiware
|
||||
<th><br>SRL</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/ComponentSDKVersionIdentifier/ComponentSDKVersionIdentifier_ver10.srl">???</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/ComponentSDKVersionIdentifier/ComponentSDKVersionIdentifier_ver10.srl">ver10</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
@ -34,5 +34,6 @@ layout: dsiware
|
||||
<a href="/dsidev/dsgamecardtosd.html">DS Game Card To SD</a><br>
|
||||
<a href="/dsidev/notlaunch.html">NotLaunch</a><br>
|
||||
<a href="/dsidev/photochecker.html">PhotoChecker</a><br>
|
||||
<a href="/dsidev/soundplayer.html">NAND SoundPlayer</a><br>
|
||||
|
||||
|
||||
|
||||
@ -67,8 +67,8 @@ layout: dsiware
|
||||
<th><br>TAD</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/PictoChat/HNEA.srl">???</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/PictoChat/HNEA.tad">???</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/PictoChat/HNEA.srl">HNEA</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/PictoChat/HNEA.tad">HNEA</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
@ -65,7 +65,7 @@ SD to Photo is a tool that copies all photos from the SD card to the photo regio
|
||||
<th><br>SRL</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/sd2photo/sd2photo.srl">????</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/sd2photo/sd2photo.srl">sd2photo</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
88
dsidev/soundplayer.html
Normal file
88
dsidev/soundplayer.html
Normal file
@ -0,0 +1,88 @@
|
||||
---
|
||||
title: NAND SoundPlayer
|
||||
layout: dsiware
|
||||
---
|
||||
<style>
|
||||
.float-container {
|
||||
border: 0px solid #fff;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.float-child1 {
|
||||
width: 40%;
|
||||
height: 40%;
|
||||
float: left;
|
||||
padding: 1vw;
|
||||
}
|
||||
|
||||
.float-child2 {
|
||||
width: 20%;
|
||||
height: 40%;
|
||||
float: right;
|
||||
padding: 1vw;
|
||||
}
|
||||
</style>
|
||||
<div class="float-container">
|
||||
<div class="float-child1">
|
||||
<div class="container">
|
||||
<div class="imageOne image">
|
||||
<img src="/assets/dsi/widebarnoprompt_u.png" style="width:75vw;">
|
||||
<img src="/assets/dsi/widepromptnobar.png" style="width:75vw;height:40vw;">
|
||||
<img src="/assets/dsi/widebarnoprompt_d.png" style="width:75vw;">
|
||||
</div>
|
||||
<div class="othertext" style="width:73.5vw;">
|
||||
<h1>NAND SoundPlayer</h1>
|
||||
NAND SoundPlayer plays music/sound effects a <code>.sdat</code> sound archive on the SD card. You can play sounds at either 32730 or 47610 Hz, and use different sound effects (stereo, mono, surround, etc).
|
||||
<br><br>
|
||||
The app also shows a status of all the voice channels. The playing of multiple sounds at once is supported.
|
||||
</div>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="float-child2">
|
||||
<div class="container">
|
||||
<div class="imageOne image">
|
||||
<img src="/assets/dsi/thinbarnoprompt_u.png" style="width:20vw;">
|
||||
<img src="/assets/dsi/thinpromptnobar.png" style="width:20vw;height:40vw;">
|
||||
<img src="/assets/dsi/thinbarnoprompt_d.png" style="width:20vw;">
|
||||
</div>
|
||||
<div class="imageTwo">
|
||||
<ul class="homeimg">
|
||||
<div class="container">
|
||||
<div class="imageTwo image2">
|
||||
<img src="/assets/dsi/homemenu.png" class="homeimg">
|
||||
</div>
|
||||
<div class="imageThree image3">
|
||||
<div class="hometext" style="padding-top: 2vw;padding-left: 2vw;">NAND SoundPlayer<br>Nintendo</div>
|
||||
<!--padding-top 2vw and 2.7vw for two and one line banners, respectively-->
|
||||
<div class="imageThree image3 homeicon">
|
||||
<img src="/assets/dsi/icon/soundplayer.gif" width="13%" height="13%">
|
||||
</div>
|
||||
</div>
|
||||
<div class="othertext" style="text-align:left;padding-top:25%;margin-left:-15%;">
|
||||
<p>
|
||||
<b>Source:</b><div style="font-size: 40px;font-size: 1vw;">TwlSystem</div><br>
|
||||
<b>Downloads:</b>
|
||||
<table class="othertexts" style="solid; width: 100%;font-size: 3px;font-size: 1vw;">
|
||||
<tr>
|
||||
<th><br>SRL</th>
|
||||
<th><br>TAD</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/SoundPlayer/NANDSoundPlayer_regionfree.srl">Region Free</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/SoundPlayer/NANDSoundPlayer_regionfree.tad">Region Free</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href=""></a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/SoundPlayer/NANDSoundPlayer.tad">Original</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -69,8 +69,8 @@ layout: dsiware
|
||||
<th><br>TAD</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/tcl_2/tcl_2.srl">????</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/tcl_2/tcl_2.tad">????</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/tcl_2/tcl_2.srl">tcl_2</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/tcl_2/tcl_2.tad">tcl_2</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
@ -67,8 +67,8 @@ layout: dsiware
|
||||
<th><br>TAD</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/WiFiIcon/main.srl">???</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/WiFiIcon/main.tad">???</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/WiFiIcon/main.srl">main</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/WiFiIcon/main.tad">main</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user