All Classes |Grouped Classes |Index

Function CL_SoundProvider_Raw

Constructs a sound provider based on some raw PCM data.

	CL_SoundProvider_Raw::CL_SoundProvider_Raw(
		void * sound_data,
		int num_samples,
		int bytes_per_sample,
		bool stereo,
		int frequency = 22050);