RE: [GD-General] Sound
Brought to you by:
vexxed72
From: George W. <ge...@ap...> - 2005-05-17 16:40:10
|
On Mon, 16 May 2005 15:26:20 -0400, "Ken Noland" <kn...@wh...> wrote: > I toyed with using a "sliding mixer", although at the time I didn't know > what it was called. I noticed it would work on most cases, but as soon > as you approached an area with tons of explosions and gunfire, and then > you moved into an area that was quiet, the music was noticeably louder. > I'm toying with the idea of using the slider based off of distance as > well as sample amplitude. I'll let you know how that goes! Perhaps you could pre-mix everything but the music together and then average that with your music. The music then would maintain it's constant dynamic range and only your incidental sounds would be dynamically mixed together. > I still haven't been able to find anything about this on the web, even > though I have found a ton of pages about DSP and how to use FFT and all > that fun stuff, none of them had any reduction mixing algorithms that I > could find. "Game Audio Programming" is one of the more dog-ear'ed books in my programming bookcase. There are also many good sound articles in the Game Programming Gems series from Charles River Media. Also check out Csound, an open source sound library. An excellent book that explains it well is "The Csound Book: Perspectives in Software Synthesis, Sound Design, Signal Processing, and Programming" by Richard Boulanger (Editor). -- Enjoy, George Warner, Schizophrenic Optimization Scientist Apple Developer Technical Support (DTS) |