#include "PCMAudioStream.hxx"
#include "AudioCodecs_Stream.hxx"
#include <sndfile.h>
#include <string>
#include "AudioFile.hxx"
#include "Assert.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. | |
Defines | |
#define | CLAM_sf_readf sf_readf_float |
#define | CLAM_sf_writef sf_writef_float |
#define CLAM_sf_readf sf_readf_float |
Definition at line 30 of file PCMAudioStream.cxx.
Referenced by CLAM::AudioCodecs::PCMAudioStream::DiskToMemoryTransfer().
#define CLAM_sf_writef sf_writef_float |
Definition at line 31 of file PCMAudioStream.cxx.
Referenced by CLAM::AudioCodecs::PCMAudioStream::MemoryToDiskTransfer().