#include <xfcore/XFcCore.h>
#include <xfutil/XFuWavLoad.h>
Include dependency graph for XFuWavLoad.cpp:
Go to the source code of this file.
Compounds | |
class | WavLoaderTempData |
Defines | |
#define | PANIC(x) |
Functions | |
INT | loadHeader (WavLoaderTempData &d) |
XFcAudioBuffer * | xfuLoadWav (const CHAR *aFilename, UINT32 aFlags) |
Loads RIFF .Wav file as XFcAudioBuffer. | |
XFcAudioBuffer * | xfuLoadWav (const CHAR *filename) |
Loads RIFF .Wav file as XFcAudioBuffer. |
X-Forge Util
Copyright 2000-2003 Fathammer Ltd
Definition in file XFuWavLoad.cpp.
|
Definition at line 86 of file XFuWavLoad.cpp. Referenced by xfuLoadWav(). |
|
Definition at line 44 of file XFuWavLoad.cpp. References WavLoaderTempData::mBitsPerSample, WavLoaderTempData::mChannels, WavLoaderTempData::mFile, WavLoaderTempData::mSamplingRate, and WavLoaderTempData::mWavFormat. Referenced by xfuLoadWav(). |
|
Loads RIFF .Wav file as XFcAudioBuffer. Currently only supports 8/16-bit mono/stereo PCM samples. Definition at line 227 of file XFuWavLoad.cpp. |
|
Loads RIFF .Wav file as XFcAudioBuffer. Currently only supports 8/16-bit mono/stereo PCM samples. Definition at line 88 of file XFuWavLoad.cpp. |
![]() | ||||
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch |