dsp-jack.cpp File Reference

#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"
Include dependency graph for dsp-jack.cpp:

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 ()

Function Documentation

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().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated by  doxygen 1.6.2