gtkIOStream  1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
MixerTestAudio.H
Go to the documentation of this file.
1 #ifndef MIXERTESTAUDIO_H
2 #define MIXERTESTAUDIO_H
3 /* Copyright 2000-2018 Matt Flax <flatmax@flatmax.org>
4  This file is part of GTK+ IOStream class set
5 
6  GTK+ IOStream is free software; you can redistribute it and/or modify
7  it under the terms of the GNU General Public License as published by
8  the Free Software Foundation; either version 2 of the License, or
9  (at your option) any later version.
10 
11  GTK+ IOStream is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  GNU General Public License for more details.
15 
16  You have received a copy of the GNU General Public License
17  along with GTK+ IOStream
18  */
19 
20 /*
21 Author: Matt Flax <flatmax@flatmax.org>
22 Date: 2015.03.12
23 */
24 
25 
26 #include <DSP/CrossoverAudio.H>
27 
34 
35  virtual int processAudio(jack_nframes_t nframes);
36 
38  vector<float> testFrequencies;
39 
40  public:
41  MixerTestAudio();
42  virtual ~MixerTestAudio();
43 
50  int setChannels(int outCnt, int inCnt, int testOutCnt);
51 
55  virtual int reset();
56 
61 
62 };
63 
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)
virtual int reset()
gtkIOStream: /tmp/gtkiostream/include/DSP/MixerTestAudio.H Source File
GTK+ IOStream  Beta