gz/common/AudioDecoder.hh
Go to the documentation of this file.
An audio decoder based on FFMPEG.
Definition: gz/common/AudioDecoder.hh:38
bool SetFile(const std::string &_filename)
Set the file to decode.
bool Decode(uint8_t **_outBuffer, unsigned int *_outBufferSize)
Decode the loaded audio file.
int SampleRate()
Get the sample rate from the latest decoded file.
#define IGN_COMMON_WARN_IGNORE__DLL_INTERFACE_MISSING
Microsoft Visual Studio does not automatically export the interface information for member variables ...
Definition: gz/common/SuppressWarning.hh:65
#define IGN_COMMON_WARN_RESUME__DLL_INTERFACE_MISSING
Definition: gz/common/SuppressWarning.hh:68
Forward declarations for the common classes.