audio_jack_sink.h File Reference
#include <gr_sync_block.h>
#include <string>
#include <jack/jack.h>
#include <jack/ringbuffer.h>
#include <stdexcept>
Go to the source code of this file.
Function Documentation
audio_jack_sink_sptr audio_jack_make_sink |
( |
int |
sampling_rate, |
|
|
const std::string |
device_name = "" , |
|
|
bool |
ok_to_block = true | |
|
) |
| | |
make an JACK audio sink.
- Parameters:
-
| sampling_rate | sampling rate in Hz |
| device_name | JACK device name, e.g., "gr_sink" |
| ok_to_block | |
int jack_sink_process |
( |
jack_nframes_t |
nframes, |
|
|
void * |
arg | |
|
) |
| | |