#include <cstdio>
#include <cstring>
#include <string>
#include <algorithm>
#include <vorbis/vorbisfile.h>
#include <iostream>
#include "AudioFileFormats.hxx"
#include "AudioFile.hxx"
#include "OggVorbisCodec.hxx"
#include "AudioCodec.hxx"
#include "OggVorbisAudioStream.hxx"
Go to the source code of this file.
Namespaces | |
namespace | CLAM |
namespace | CLAM::AudioCodecs |
This namespace includes classes to support different audio file formats. |