| Class | Description |
|---|---|
| AudioBitDepthConversionTest | |
| AudioClassifier<ANNOTATION> |
A general audio classifier class that can use any annotator and any dataset.
|
| AudioClassifierTest | |
| AudioClassifierTest.SamplesFeatureProvider |
A provider for feature vectors for the sample buffers.
|
| AudioConversionTest | |
| AudioConverterTest |
Basic test of the
AudioConverter class. |
| AudioDecodingSpeedTest |
SampleChunk is going to be updated to use system.arraycopy.
|
| AudioFFT |
Simple class that shows a sample, the Hanning function and the FFT
of the hanning-windowed sample using the OpenIMAJ visualisations.
|
| AudioFromStream |
Small test that plays an audio file from a stream.
|
| AudioPlayerTest |
Simple example of the AudioPlayer being paused, started and restarted.
|
| AudioSampleRateConversionTest | |
| AudioWaveformVisTest |
Shows a live waveform of an audio file.
|
| BandPassFilterDemo |
Demonstration of a band-pass filter using a high-pass filter and a low-pass
filter to create the band.
|
| CombFilterTest | |
| FFTin3D |
Example that demonstrates the processing of audio to extract the FFTin3D magnitudes
and then visualise it.
|
| FixSynth | |
| FMSynthTest | |
| Loudness |
Effective sound pressure demo.
|
| MelFilters |
Displays Mel Filters from a Mel Filter filter bank
|
| MFCCVisualiser | |
| OpenIMAJAudioFileDataSource |
A wrapper that allows OpenIMAJ audio objects to be used as input
to a Sphinx4 speech recogniser.
|
| PowerCepstrumVis | |
| SpeechDetector | |
| SpeechDetector.SpeechDetectorOptions |
Options for the speech detector
|
| SpeechDetectorExperiment |
An experiment for testing how good the trained speech detector is.
|
| SpeechDetectorTrainer |
A trainer for the speech detector.
|
| SpeechDetectorTrainer.MFCCFeatureExtractor |
Feature extractor for extracting MFCC features from a sample chunk.
|
| SpeechDetectorTrainer.Options |
Options for the tool
|
| SpeechRecognition |
Basic Sphinx demo (from their webpage).
|
| SynthesizerTest |
Instantiates the synthesiser and plays the sound from the synth.
|
| Tune |