#include <SampleWav.h>
Inheritance diagram for SampleWav


Public Methods | |
| SampleWav () | |
| virtual | ~SampleWav () |
| virtual bool | Load (const char *filename, Sample& sample) |
| Load the sample file with the given filename. | |
| virtual bool | Save (const char *filename, const Sample& sample) |
| The sample data must end on an even byte boundary. More... | |
Includes acm support for windows.
|
|
The sample data must end on an even byte boundary. All numeric data fields are in the Intel format of low-high byte ordering. 8-bit samples are stored as unsigned bytes, ranging from 0 to 255. 16-bit samples are stored as 2's-complement signed integers, ranging from -32768 to 32767. Reimplemented from SampleIO. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000