<div dir="ltr"><div>I suspect that the sound mixing is adding the sounds together in the buffer till it maxes out in loudness. Sound mixing is pretty much the same for all sounds playing simultaneously. </div><div> </div><div> </div><div>Karl</div><div> </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 6, 2014 at 11:09 AM, Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de" target="_blank">bert@freudenbergs.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style><span><br><div><div>On 06.11.2014, at 08:53, karl ramberg &lt;<a href="mailto:karlramberg@gmail.com" target="_blank">karlramberg@gmail.com</a>&gt; wrote:</div><br><blockquote type="cite"><div dir="ltr"><div>I have heard this sometimes myself on various platforms. Repeating a sound in Etoys (having a sound play in a ticking script) sometimes sturates the sound channel and it gets really loud and sounds awfull.</div><div>I&#39;m not sure if this is a problem in the plugins or in the sound player classes. </div></div></blockquote><br></div></span><div>This is simply because triggering the same Etoys sound while it is still playing just adds another copy of it to the output stream. Since Etoys sounds are about a second long, and you tick at least 8 times a second, this adds the same sound 8 times on top of itself. Yes it sounds awful.</div><div><br></div><div>The Right Thing to do would be to keep track of the sound being played by each Etoys object, and loop the sound as long as it is being re-triggered. The fire-and-forget method in place now is just much simpler.</div><div><br></div><div>A second thing making it worse is that Reverb is on by default, at a pretty high level. While it makes the sounds appear fuller if played alone, it exacerbates the effect when playing the same sound over and over. This is not really the Reverb&#39;s fault though. </div><span class="HOEnZb"><font color="#888888"><br><div>
<span style="font-family:&quot;Lucida Grande&quot;;font-size:12px;border-collapse:separate;border-spacing:0px"><div style><div style="font-family:Helvetica"><span style="font-family:Helvetica">- Bert -</span></div></div></span></div><br></font></span></div><br><br>
<br></blockquote></div><br></div>