#include "Sox.H"
#include "OptionParser.H"
#include "AudioMask/AudioMasker.H"
#include <fstream>
Go to the source code of this file.
◆ DEFAULT_FBANK_CNT
| #define DEFAULT_FBANK_CNT 50 |
The default number of auditory filters.
Definition at line 30 of file audioMasker.C.
◆ FP_TYPE
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
- Examples:
- AlignmentTest.C, ALSACaptureTest.C, ALSAFullDuplexTest.C, ALSAPlaybackTest.C, AudioMaskerExample.C, BitStreamTest.C, BitStreamTest3.C, BitStreamTest4.C, BlockBufferTest.C, BSTTest.C, ButtonsFontTest.C, ButtonsTest.C, ButtonsTest2.C, CairoArrowTest.C, CairoBoxTest.C, CairoCircleTest.C, colourWheelTest.C, ComboBoxTextTest.C, ComplexFFTExample.C, DirectoryScannerTest.C, DragNDropNowindowTest.C, DragNDropSimpleTest.C, DragNDropTest.C, DrawingAreaTest.C, FIRTest.C, HeapTreeSort.C, IIOMMapTest.C, IIOQueueTest.C, IIOTest.C, IIRCascadeTest.C, IIRTest.C, InlineTest.C, JackClientTest.C, LabelsTest.C, LabelsTest2.C, LabelsTest3.C, MessageDialogTest.C, NeuralNetworkFnTest.C, NeuralNetworkTest.C, OctaveOpenCVTest.C, OctaveTest.C, OptionParserTest.C, ORBTest.C, OverlapAddTest.C, PangoTest.C, PangoTest2.C, PixmapTest.C, PlotTest.C, PlotTest2.C, ProgressBarTest.C, Real2DFFTExample.C, RealFFTExample.C, ScaleTest.C, SelectionAreaTest.C, SelectionTest.C, SelectionTest2.C, SelectionTest3.C, SeparatorTest.C, TableTest.C, TextViewTest.C, ThreadTest.C, TimeTest.C, and WidgetTest.C.
Definition at line 48 of file audioMasker.C.
◆ printUsage()
| void printUsage |
( |
const char * |
str | ) |
|