de.gulden.framework.jjack
Interface JJackAudioProcessor

All Known Subinterfaces:
JJackAudioConsumer, JJackAudioProducer
All Known Implementing Classes:
JJackClient, JJackMixer, JJackMonitor, JJackPlayer, JJackRecorder

public interface JJackAudioProcessor

Version:
0.3
Author:
Jens Gulden

Method Summary
 void process(JJackAudioEvent e)
          Process multiple samples from input buffer to output buffer.
 

Method Detail

process

void process(JJackAudioEvent e)
Process multiple samples from input buffer to output buffer. This is regularly called by the JACK daemon.

Parameters:
e - event object with references to input buffer and output buffer.