<!DOCTYPE html>
<html>
	<head>
		<title>SoLoud</title>
		<link href="css/soloud.css" rel="stylesheet" type="text/css">
		<link href="css/vs.css" rel="stylesheet" type="text/css">
    <!-- c code highlighter -->
    <script src="css/highlight.pack.js"></script>
    <script>
      hljs.tabReplace = '  ';
      hljs.initHighlightingOnLoad();
    </script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-255414-1', 'auto');
ga('send', 'pageview');

</script>
<!-- End Google Analytics -->
	</head>
	<body>
	<a href="https://github.com/jarikomppa/soloud"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
		<a href="index.html"><div class="logo"></div></a>
		<div class="divider"></div>

		<div class="menu">
		
<a href="index.html">Welcome</a><br>
<a href="downloads.html">Downloads</a><br>
<a href="quickstart.html">Quick Start</a><br>
<a href="faq.html">FAQ</a><br>
<a href="dirstruct.html">Directory structure</a><br>
<a href="premake.html">Premake</a><br>
<a href="legal.html">License</a><br>
<br>
<a href="concepts.html">Concepts</a><br>
<a href="concepts3d.html">3D Audio Concepts</a><br>
<a href="voicemanagement.html">Voice Management</a><br>
<br>
<a href="examples.html">Examples</a><br>
<br>
<a href="foreign_interface.html">Foreign Interfaces</a><br>
<a href="c_api.html">"C"-api / DLL</a><br>
<a href="python_api.html">Python-api</a><br>
<a href="ruby_api.html">Ruby-api</a><br>
<a href="rpgmaker_api.html">RPGMaker-api</a><br>
<a href="bmx_api.html">BlitzMax-api</a><br>
<a href="gamemaker_api.html">GameMaker:Studio..</a><br>
<a href="cs_api.html">C#-api</a><br>
<a href="d_api.html">D-api</a><br>
<a href="codegen.html">Codegen</a><br>
<br>
<a href="basics.html">Core: Basics</a><br>
<a href="attributes.html">Core: Attributes</a><br>
<a href="faders.html">Core: Faders</a><br>
<a href="voicegroups.html">Core: Voice Groups</a><br>
<a href="coremisc.html">Core: Misc</a><br>
<a href="core3d.html">Core: 3d Audio</a><br>
<br>
<a href="audiosource.html">SoLoud::AudioSource</a><br>
<a href="newsoundsources.html">New Audio Sources</a><br>
<a href="wav.html">SoLoud::Wav</a><br>
<a href="wavstream.html">SoLoud::WavStream</a><br>
<a href="speech.html">SoLoud::Speech</a><br>
<a href="sfxr.html">SoLoud::Sfxr</a><br>
<a href="modplug.html">SoLoud::Openmpt</a><br>
<a href="monotone.html">SoLoud::Monotone</a><br>
<a href="tedsid.html">SoLoud::TedSid</a><br>
<a href="vizsn.html">SoLoud::Vizsn</a><br>
<a href="vic.html">SoLoud::Vic</a><br>
<a href="noise.html">SoLoud::Noise</a><br>
<br>
<a href="filters.html">SoLoud::Filter</a><br>
<a href="biquadfilter.html">SoLoud::BiquadReso..</a><br>
<a href="echofilter.html">SoLoud::EchoFilter</a><br>
<a href="lofifilter.html">SoLoud::LofiFilter</a><br>
<a href="flangerfilter.html">SoLoud::FlangerFilter</a><br>
<a href="dcremovalfilter.html">SoLoud::DCRemovalF..</a><br>
<a href="fftfilter.html">SoLoud::FFTFilter</a><br>
<a href="bassboostfilter.html">SoLoud::BassBoost..</a><br>
<a href="waveshaperfilter.html">SoLoud::WaveShaper..</a><br>
<a href="robotizefilter.html">SoLoud::Robotize..</a><br>
<a href="freeverbfilter.html">SoLoud::Freeeverb..</a><br>
<br>
<a href="mixbus.html">SoLoud::Bus</a><br>
<a href="queue.html">SoLoud::Queue</a><br>
<a href="collider.html">SoLoud::AudioCollid..</a><br>
<a href="attenuator.html">SoLoud::AudioAttenu..</a><br>
<a href="file.html">SoLoud::File</a><br>
<br>
<a href="backends.html">Back-ends</a><br>
<br>
<hr>
<a href="http://iki.fi/sol/">Author's site</a>
</div>		  
<div class="content">
