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

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

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