#include "OggVorbisAudioStream.hxx"
#include "AudioFile.hxx"
#include <cstdio>
#include <ctime>
#include <cstdlib>
#include <vorbis/codec.h>
#include <iostream>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | CLAM |
namespace | CLAM::AudioCodecs |
Defines | |
#define | HOST_ENDIANESS 0 |
#define HOST_ENDIANESS 0 |
Definition at line 34 of file OggVorbisAudioStream.cxx.
Referenced by CLAM::AudioCodecs::OggVorbisAudioStream::DiskToMemoryTransfer().