<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to boost</title><link>https://sourceforge.net/p/wavepro/wiki/boost/</link><description>Recent changes to boost</description><atom:link href="https://sourceforge.net/p/wavepro/wiki/boost/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 06 Nov 2012 11:41:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/wavepro/wiki/boost/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage boost modified by Majenko Technologies</title><link>https://sourceforge.net/p/wavepro/wiki/boost/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -1,6 +1,3 @@
-boost
-=====
-
 ~~~~~
 :::C++
 WavePro.boost(amount);
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Majenko Technologies</dc:creator><pubDate>Tue, 06 Nov 2012 11:41:32 -0000</pubDate><guid>https://sourceforge.netbc0f83cb88e72d0ac29676a7e5d97ab99f66759b</guid></item><item><title>WikiPage boost modified by Majenko Technologies</title><link>https://sourceforge.net/p/wavepro/wiki/boost/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Majenko Technologies</dc:creator><pubDate>Tue, 06 Nov 2012 10:52:28 -0000</pubDate><guid>https://sourceforge.netd56d564d75267872328e10ea0187ce276a0ec2f1</guid></item><item><title>WikiPage boost modified by Majenko Technologies</title><link>https://sourceforge.net/p/wavepro/wiki/boost/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -16,3 +16,6 @@
     S_out = (S_in * (100 + amount)) / 100
 
 This in effect gives a volume level of 100% to 355%.
+
+----
+Part of: [Arduino Library]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Majenko Technologies</dc:creator><pubDate>Tue, 06 Nov 2012 10:52:16 -0000</pubDate><guid>https://sourceforge.net89fcc240f78aed1533a98eaea489cd578fefdb8b</guid></item><item><title>WikiPage boost modified by Majenko Technologies</title><link>https://sourceforge.net/p/wavepro/wiki/boost/</link><description>boost
=====

~~~~~
:::C++
WavePro.boost(amount);
WavePro.boost(left,right);
~~~~~

Increase the playback volume over 100%.  This function increases the volume of each sample within the audio stream to make the whole playback considerably louder.

You can either specify a single number between 0 and 255 as a boost value, which affects both left and right channels the same, or specify individual left and right values and these will be applied to the respective channels.  Mono samples are treated as stereo and also get individual left/right boost values.

The formula used for the sample increase is:

    S_out = (S_in * (100 + amount)) / 100

This in effect gives a volume level of 100% to 355%.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Majenko Technologies</dc:creator><pubDate>Tue, 06 Nov 2012 10:32:05 -0000</pubDate><guid>https://sourceforge.net19daebae9bfa1c823770a62985381e3980c9263e</guid></item></channel></rss>