Files
mazegame/engine/doc/html/files/pcm/pcmenc-h.html
T

39 lines
4.1 KiB
HTML

<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>pcmenc.h</title><link rel="stylesheet" type="text/css" href="../../styles/main.css" /><script type="text/javascript" src="../../styles/main.js"></script><script type="text/javascript">NDLoader.LoadJS("Content", "../../styles/");</script></head>
<!-- Generated by Natural Docs, version 2.2 -->
<!-- saved from url=(0016)http://localhost -->
<body onload="NDLoader.OnLoad('Content');" class="NDPage NDContentPage">
<a name="Functions"></a><a name="Topic312"></a><div class="CTopic TGroup LC first">
<div class="CTitle">Functions</div>
</div>
<a name="PCM_Play_8K"></a><a name="Topic313"></a><div class="CTopic TFunction LC">
<div class="CTitle">PCM_Play_8K</div>
<div id="NDPrototype313" class="NDPrototype WideForm"><div class="PSection PParameterSection CStyle"><table><tr><td class="PBeforeParameters"><span class="SHKeyword">void</span> PCM_Play_8K(</td><td class="PParametersParentCell"><table class="PParameters"><tr><td class="PType first">u16&nbsp;</td><td class="PName last">addr</td></tr></table></td><td class="PAfterParameters">)</td></tr></table></div></div>
<div class="CBody"><p>Play a pcmenc sound at 8 KHz (synchronously).&nbsp; Available only if (PCMENC_FREQ &amp; PCMENC_8K).</p><div class="CHeading">Paramaters</div><table class="CDefinitionList"><tr><td class="CDLEntry">addr</td><td class="CDLDefinition"><p>Address of source data</p></td></tr></table></div>
</div>
<a name="PCM_Play_11K"></a><a name="Topic314"></a><div class="CTopic TFunction LC">
<div class="CTitle">PCM_Play_11K</div>
<div id="NDPrototype314" class="NDPrototype WideForm"><div class="PSection PParameterSection CStyle"><table><tr><td class="PBeforeParameters"><span class="SHKeyword">void</span> PCM_Play_11K(</td><td class="PParametersParentCell"><table class="PParameters"><tr><td class="PType first">u16&nbsp;</td><td class="PName last">addr</td></tr></table></td><td class="PAfterParameters">)</td></tr></table></div></div>
<div class="CBody"><p>Play a pcmenc sound at 11 KHz (synchronously).&nbsp; Available only if (PCMENC_FREQ &amp; PCMENC_11K).</p><div class="CHeading">Paramaters</div><table class="CDefinitionList"><tr><td class="CDLEntry">addr</td><td class="CDLDefinition"><p>Address of source data</p></td></tr></table></div>
</div>
<a name="PCM_Play_22K"></a><a name="Topic315"></a><div class="CTopic TFunction LC">
<div class="CTitle">PCM_Play_22K</div>
<div id="NDPrototype315" class="NDPrototype WideForm"><div class="PSection PParameterSection CStyle"><table><tr><td class="PBeforeParameters"><span class="SHKeyword">void</span> PCM_Play_22K(</td><td class="PParametersParentCell"><table class="PParameters"><tr><td class="PType first">u16&nbsp;</td><td class="PName last">addr</td></tr></table></td><td class="PAfterParameters">)</td></tr></table></div></div>
<div class="CBody"><p>Play a pcmenc sound at 22 KHz (synchronously).&nbsp; Available only if (PCMENC_FREQ &amp; PCMENC_22K).</p><div class="CHeading">Paramaters</div><table class="CDefinitionList"><tr><td class="CDLEntry">addr</td><td class="CDLDefinition"><p>Address of source data</p></td></tr></table></div>
</div>
<a name="PCM_Play_44K"></a><a name="Topic316"></a><div class="CTopic TFunction LC last">
<div class="CTitle">PCM_Play_44K</div>
<div id="NDPrototype316" class="NDPrototype WideForm"><div class="PSection PParameterSection CStyle"><table><tr><td class="PBeforeParameters"><span class="SHKeyword">void</span> PCM_Play_44K(</td><td class="PParametersParentCell"><table class="PParameters"><tr><td class="PType first">u16&nbsp;</td><td class="PName last">addr</td></tr></table></td><td class="PAfterParameters">)</td></tr></table></div></div>
<div class="CBody"><p>Play a pcmenc sound at 44 KHz (synchronously).&nbsp; Available only if (PCMENC_FREQ &amp; PCMENC_44K).</p><div class="CHeading">Paramaters</div><table class="CDefinitionList"><tr><td class="CDLEntry">addr</td><td class="CDLDefinition"><p>Address of source data</p></td></tr></table></div>
</div>
</body></html>