[etoys-notify] [JIRA] Updated: (SQ-1161) Playing multiple sounds over saturate sound channel

Karl Ramberg (JIRA) tracker at squeakland.org
Sat Jun 15 05:42:39 EDT 2013


     [ http://tracker.squeakland.org/browse/SQ-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Ramberg updated SQ-1161:
-----------------------------

    Attachment: AbstractSound.kfr.1.cs

> Playing multiple sounds over saturate sound channel
> ---------------------------------------------------
>
>                 Key: SQ-1161
>                 URL: http://tracker.squeakland.org/browse/SQ-1161
>             Project: squeakland
>          Issue Type: Bug
>            Reporter: Karl Ramberg
>             Fix For: ongoing
>
>         Attachments: AbstractSound.kfr.1.cs
>
>
> If a sound is played repeatedly it will over saturate sound channel and become white noise like.
> Ticking script:
> script1
> 	self beep: 'warble'
> A fix could be to reduce sound volume while mixing, depending on how many simultaneous sounds are playing.
> AbstractSound>>playSampleCount:into:startingAt:
> ...
> fullVol := AbstractSound scaleFactor // SoundPlayer activeSoundsSize.
> ....

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.squeakland.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the etoys-notify mailing list