All Classes |Grouped Classes |Index

Function mix_one_to_one

Mixes one float channel with specified volume into another float channel.

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