#include <SampleRaw.h>
Inheritance diagram for SampleRaw
Public Methods | |||||
SampleRaw () | |||||
constructor. | |||||
virtual | ~SampleRaw () | ||||
destructor. | |||||
virtual bool | Load (const char *filename, Sample& sample) | ||||
Simply reads the data straight nto the sample buffer. The interpretation of that data as either 16 bit, 8 bit, or stereo can be changed by setting the corresponding attributes of the Sample. | |||||
virtual bool | Save (const char *filename, const Sample& sample) | ||||
Save the sample to file as a raw audio.
|