Search found 2 matches

by myxit
Sat Jul 12, 2008 3:04 pm
Forum: General Audio Programming
Topic: Mixing down multiple channels
Replies: 5
Views: 2437

Re: Mixing down multiple channels

I don't know how it is done in Audacity, but in Nyquist you can use the "scale" function on each sound, http://audacityteam.org/wiki/index.php?title=Nyquist_Basics:_Changing_the_Volume then use the "sim" function to combine them. http://www.cs.cmu.edu/~rbd/doc/nyquist/part4.html#30 Thanks. It's the...
by myxit
Fri Jul 11, 2008 4:41 pm
Forum: General Audio Programming
Topic: Mixing down multiple channels
Replies: 5
Views: 2437

Mixing down multiple channels

Hi all. I'm stuck on an audio programming problem. I have written a program which takes a score file and mixes down multiple wav sample files in the correct time sequence into a single .wav file. Most of the time it works just fine, however at points where more than 5 or so inputs are being mixed, t...