120 lines
4.3 KiB
HTML
120 lines
4.3 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>Sound</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="generator" content="HelpNDoc Personal Edition 3.8.0.560">
|
|
<link type="text/css" rel="stylesheet" media="all" href="css/reset.css" />
|
|
<link type="text/css" rel="stylesheet" media="all" href="css/base.css" />
|
|
<link type="text/css" rel="stylesheet" media="all" href="css/hnd.css" />
|
|
<!--[if lte IE 8]>
|
|
<link type="text/css" rel="stylesheet" media="all" href="css/ielte8.css" />
|
|
<![endif]-->
|
|
<style type="text/css">
|
|
#topic_header
|
|
{
|
|
background-color: #EFEFEF;
|
|
}
|
|
</style>
|
|
<script type="text/javascript" src="js/jquery.min.js"></script>
|
|
<script type="text/javascript" src="js/hnd.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function()
|
|
{
|
|
if (top.frames.length == 0)
|
|
{
|
|
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
|
|
top.location.href = "fceux.html?" + sTopicUrl;
|
|
}
|
|
else if (top && top.FrameTOC && top.FrameTOC.SelectTocItem)
|
|
{
|
|
top.FrameTOC.SelectTocItem("SoundOptions");
|
|
}
|
|
});
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="topic_header">
|
|
<div id="topic_header_content">
|
|
<h1>Sound</h1>
|
|
|
|
<div id="topic_breadcrumb">
|
|
<a href="Config.html">Config</a> ›› </div>
|
|
</div>
|
|
<div id="topic_header_nav">
|
|
<a href="Config.html"><img src="img/arrow_up.png" alt="Parent"/></a>
|
|
|
|
<a href="Palette.html"><img src="img/arrow_left.png" alt="Previous"/></a>
|
|
|
|
<a href="Timing.html"><img src="img/arrow_right.png" alt="Next"/></a>
|
|
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
<div id="topic_content">
|
|
|
|
<p></p>
|
|
<p><span class="rvts17">Sound Configuration</span></p>
|
|
<p><br/></p>
|
|
<p>where you can configure sound</p>
|
|
<p><br/></p>
|
|
<p><br/></p>
|
|
<p><span class="rvts16">Input/Output format</span></p>
|
|
<p><br/></p>
|
|
<p>The sound enabled/disabled checkbox will turn on/off FCEUX's sound.<br/><br/></p>
|
|
<p>The force 8-bit sound checkbox will override the current sound configuration and use 8-bit sound instead.</p>
|
|
<p><br/></p>
|
|
<p>You can select the sound quality in the sound quality pull down menu.</p>
|
|
<p><br/></p>
|
|
<p>Rate sets the audio sample rate.</p>
|
|
<p><br/></p>
|
|
<p><br/></p>
|
|
<p><span class="rvts16">Mute frame advance</span></p>
|
|
<p><br/></p>
|
|
<p>If checked, no sound will be produce when frame advance is pressed.</p>
|
|
<p><br/></p>
|
|
<p><span class="rvts16">Mute Turbo</span></p>
|
|
<p><br/></p>
|
|
<p>If checked, the sound processing will be bypassed when emulation is in turbo mode</p>
|
|
<p><br/></p>
|
|
<p><span class="rvts16">Swap Duty Cycles</span></p>
|
|
<p><br/></p>
|
|
<p>If checked, replicates the behavior of some famiclones that have duty cycles swapped for square channels.</p>
|
|
<p><br/></p>
|
|
<p><span class="rvts16">Buffering</span></p>
|
|
<p><br/></p>
|
|
<p>On older machines, increased buffering may be necessary. If the sound is glitchy or crackling, increasing the buffing time may resolve the issue. Lower buffering settings can reduce sound latency.</p>
|
|
<p><br/></p>
|
|
<p><span class="rvts16">Volume Control</span></p>
|
|
<p><br/></p>
|
|
<p>Sets the sound volume of the master sound or individual sound channels.</p>
|
|
<p><br/></p>
|
|
<p><span class="rvts10">Master</span></p>
|
|
<p><br/></p>
|
|
<p>Sets the Master volume level. You can also set volume levels using the sound volume up, volume down, mute, and volume normal hotkeys under map <a class="rvts18" href="MapHotkeys.html">hotkeys menu</a>.</p>
|
|
<p><br/></p>
|
|
<p><span class="rvts10">Triangle/Square 1/Square 2/Noise/PCM</span></p>
|
|
<p><br/></p>
|
|
<p>Sets the volume to each individual sound channel.</p>
|
|
<p><br/></p>
|
|
<p>Note: When using low quality sound, the amount of channel control is greatly limited. Some sound channels are disabled.</p>
|
|
<p><br/></p>
|
|
<p><span class="rvts10">Restore Defaults</span></p>
|
|
<p><br/></p>
|
|
<p>Restores the master and individual sound channel volumes to their default location.</p>
|
|
<p></p>
|
|
<p class="rvps2"><span class="rvts13">Created with the Personal Edition of HelpNDoc: </span><a class="rvts14" href="http://www.helpndoc.com/feature-tour">Easily create Web Help sites</a></p>
|
|
</div>
|
|
|
|
<div id="topic_footer">
|
|
|
|
<div id="topic_footer_content">
|
|
2016</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|
|
|