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

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


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


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