![]() | |
![]() | ![]() |
CL_Streamed_WaveSampleStreamed sample in wave (.wav) format. Parents: public CL_StreamSoundProvider DescriptionThis class providers playback support for wave (.wav) samples. Unlike CL_Sample, this class doesn't load the entire PCM stream into memory. Instead it slowly loads it from disk as the data is needed. With very large samples, this is a very good idea. If the sample is small and used a lot, you should consider using CL_Sample instead. Class membersstatic CL_SoundBuffer *create( const char *filename, CL_InputSourceProvider *inputprovider = NULL, bool looped = false) See Also
|