Implements WAV audio file support. More...
#include <string>#include <stdio.h>Go to the source code of this file.
Namespaces | |
| chai3d | |
Functions | |
| bool | chai3d::cLoadFileWAV (const std::string &a_filename, unsigned char *&a_data, int *a_size, int *a_frequency, bool *a_stereo, unsigned short *a_bitsPerSample) |
| This function loads a WAV audio file. More... | |