All Classes |Grouped Classes |Index

Function pack_16bit_stereo

Packs two float channels into a single 16 bit samples stream.

	static void CL_SoundSSE::pack_16bit_stereo(
		float * input,
		int size,
		short * output);