Implementation of the SndfileAudioSource class. More...
#include <cassert>
#include <cstdint>
#include <cstdlib>
#include <iostream>
#include <map>
#include <memory>
#include <sstream>
#include <string>
#include <sndfile.h>
#include "../../errors.hpp"
#include "../../messages.h"
#include "../sample_formats.hpp"
#include "../audio_source.hpp"
#include "sndfile.hpp"
Go to the source code of this file.
Implementation of the SndfileAudioSource class.
Definition in file sndfile.cpp.