All Classes |Grouped Classes |Index

Function mix_many_to_one

Mixes many float channels into one float channel with individual volumes for each channel.

	static void CL_SoundSSE::mix_many_to_one(
		float ** input,
		float * volume,
		int channels,
		int size,
		float * output);