Implementation of the AudioSink class. More...
#include <array>
#include <algorithm>
#include <cassert>
#include <climits>
#include <cstring>
#include <memory>
#include <string>
#include "SDL.h"
#include "../errors.hpp"
#include "../messages.h"
#include "audio_sink.hpp"
#include "audio_source.hpp"
#include "ringbuffer.hpp"
#include "sample_formats.hpp"
Go to the source code of this file.
Implementation of the AudioSink class.
Definition in file audio_sink.cpp.