Sound

"Ken Noland" <[email protected]> Sun, 15 May 2005 11:42:03 -0400
Newsgroups gmane.games.devel.general
Message-ID <[email protected]>
Hey,

 

Anybody know any good sound lists or really great articles on software
sound mixing? I built a continuous streaming sound system and I'm having
difficulties mixing two sounds together. Just doing an addition to the
two sound samples produces errors when the sound wraps around the
limitations of a signed short. Clamping that doesn't work either since
sound is measured in a difference of samples. Doing an average on the
two sound samples causes sounds to be more quiet then they should
naturally be, so is there a better way?

 

Thanks,

-Ken Noland