#include <gr_sync_block.h>
#include <string>
#include <jack/jack.h>
#include <jack/ringbuffer.h>
#include <stdexcept>
Include dependency graph for audio_jack_sink.h:

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

Go to the source code of this file.
Classes | |
| class | audio_jack_sink |
| audio sink using JACK More... | |
Typedefs | |
| typedef boost::shared_ptr< audio_jack_sink > | audio_jack_sink_sptr |
Functions | |
| audio_jack_sink_sptr | audio_jack_make_sink (int sampling_rate, const std::string dev="", bool ok_to_block=true) |
| make an JACK audio sink. | |
| int | jack_sink_process (jack_nframes_t nframes, void *arg) |
|
|
|
|
||||||||||||||||
|
make an JACK audio sink.
|
|
||||||||||||
|
|
1.4.6