|
blip
0.1
|
#include "blip/WAVAudioDecoder.hpp"#include <commonc++/DataReader.h++>#include <commonc++/IOException.h++>#include <commonc++/Log.h++>#include "blip/AudioClip.hpp"
Namespaces | |
| blip | |
| WAV file format details at: https://ccrma.stanford.edu/courses/422/projects/WaveFormat/. | |
Variables | |
| static const uint32_t | RIFF_TAG = 0x46464952 |
| static const uint32_t | FMT_TAG = 0x20746d66 |
| static const uint32_t | DATA_TAG = 0x61746164 |
| static const uint32_t | WAVE_TAG = 0x45564157 |
| static const uint16_t | PCM_FORMAT = 1 |