URY playd
C++ minimalist audio player
audio_sink.hpp File Reference

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"
+ Include dependency graph for audio_sink.hpp:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Declaration of the AudioSink class.

See also
audio/audio.cpp

Definition in file audio_sink.hpp.