Declaration of the AudioSink class. More...
#include <array>
#include <cstdint>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "SDL.h"
#include "audio.hpp"
#include "audio_source.hpp"
#include "ringbuffer.hpp"
#include "sample_formats.hpp"
Go to the source code of this file.
Classes | |
class | AudioSink |
Abstract class for audio output sinks. More... | |
class | SdlAudioSink |
An output stream for audio, using SDL. More... | |