1 #ifndef MIXERTESTAUDIO_H 2 #define MIXERTESTAUDIO_H 50 int setChannels(
int outCnt,
int inCnt,
int testOutCnt);
64 #endif // MIXERTESTAUDIO_H int currentOutputChannel
The current output channel to test.
virtual int processAudio(jack_nframes_t nframes)
The Jack client callback.
virtual int getNumberOfRecordedChannels()
MixerTestAudio()
Constructor.
vector< float > testFrequencies
Superimposed sinusoidal test frequencies.
virtual ~MixerTestAudio()
Destructor.
int setChannels(int outCnt, int inCnt, int testOutCnt)