All Classes |Grouped Classes |Index

Function mix_one_to_many

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

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