#include <stdlib.h>#include <cstdio>#include <stdio.h>#include <assert.h>#include <string.h>#include <qdialog.h>#include <qstring.h>#include <sched.h>#include <set>#include "dsp-jack.h"#include "player-core.h"#include "version.h"#include "memory.h"#include "info.h"
Functions | |
| int | chunk_getter (jack_nframes_t nframes, void *dsp) |
| int | buffer_size_callback (jack_nframes_t nframes, void *arg) |
| void * | pbuffers (void *dsp) |
| bool | is_jack_driver () |
| int buffer_size_callback | ( | jack_nframes_t | nframes, | |
| void * | arg | |||
| ) |
References dsp, and dsp_jack::set_buffer_size().
| int chunk_getter | ( | jack_nframes_t | nframes, | |
| void * | dsp | |||
| ) |
The callback called from within the jack thread. We simply pass the control flow through to the jack dsp driver which will handle the request in a better manner.
References assert(), and dsp_jack::audio_process().
Referenced by dsp_jack::open().
| bool is_jack_driver | ( | ) |
| void* pbuffers | ( | void * | dsp | ) |
References dsp_jack::process_buffers().
Referenced by dsp_jack::open().
1.6.2