#include <gr_sync_block.h>
#include <gr_buffer.h>
#include <omnithread.h>
#include <string>
#include <portaudio.h>
#include <stdexcept>
#include <gri_logger.h>
Include dependency graph for audio_portaudio_sink.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | audio_portaudio_sink |
Typedefs | |
| typedef boost::shared_ptr< audio_portaudio_sink > | audio_portaudio_sink_sptr |
Functions | |
| audio_portaudio_sink_sptr | audio_portaudio_make_sink (int sampling_rate, const std::string dev="", bool ok_to_block=true) |
Variables | |
| PaStreamCallback | portaudio_sink_callback |
|
|
|
|
||||||||||||||||
|
audio sink.
|
|
|
|
1.4.6