|
クラスの概要 |
| AudioEventLineListener |
An implementation of the LineListener interface. |
| AudioFormatJFrame |
JFrame used to select encoding options for recording or synthsizing audio. |
| AudioMethods |
A holder class for general static methods relating to sampled audio involving
classes used in the javax.sound.sampled package. |
| AudioMethodsPlayback |
A holder class for static methods and internal classes relating to playing
back audio recordings. |
| AudioMethodsPlayback.PlayThread |
A thread for playing an AudioInputStream directly to a
SourceDataLine. |
| AudioMethodsRecording |
A holder class for static methods and internal classes relating to recording
audio. |
| AudioMethodsRecording.RecordThread |
A thread for recording from a given TargetDataLine into a
ByteArrayOutputStream. |
| AudioMethodsRecording.RecordToFileThread |
A thread for recording from a given TargetDataLine into an audio
file belonging to one of a number of types. |
| AudioMethodsSynthesis |
A holder class for general static methods relating to sampled audio. |
| AudioSamples |
A class for holding audio samples and associated audio formatting information. |
| DSPMethods |
A holder class for general static methods relating to processing signals
in the form of samples stored as arrays of doubles. |
| FeatureProcessor |
This class is used to pre-process and extract features from audio recordings. |
| FFT |
This class performs a complex to complex Fast Fourier Transform. |
| FileFilterAudio |
A file filter for the JFileChooser class. |