[squeak-dev] Echo when playing sounds

Josh Gargus josh at schwa.ca
Thu Dec 17 17:26:56 UTC 2009


Try evaluating 'SoundPlayer stopReverb'.

Cheers,
Josh


On Dec 17, 2009, at 9:24 AM, Levente Uzonyi wrote:

> Hi,
> 
> Whenever I play a sound, it keeps echoing which is really annoying. I experience it on windows and mac too.
> 
> Here's an example where it can be clearly heard:
> 
> | sound envelope |
> sound := PluckedSound new.
> envelope := VolumeEnvelope
> 	points: { 0 at 1.0. 10 at 1.0. 20 at 0.0 }
> 	loopStart: 2
> 	loopEnd: 2.
> envelope target: sound; scale: 0.3.
> sound
> 	addEnvelope: envelope;
> 	setPitch: 220 dur: 0.1 loudness: 0.3;
> 	play
> 
> Is it intentional, or is it a bug?
> 
> 
> Cheers,
> Levente
> 
> 




More information about the Squeak-dev mailing list