[squeak-dev] Echo when playing sounds

Levente Uzonyi leves at elte.hu
Thu Dec 17 18:08:48 UTC 2009


On Thu, 17 Dec 2009, Josh Gargus wrote:

> Try evaluating 'SoundPlayer stopReverb'.

It works, thanks. But it's strange that the same code gives no sound. I 
have to increase the duration to hear any sound.


Levente

>
> 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