Package edu.cmu.sphinx.tools.audio

Provides an tool that records and displays the waveform and spectrogram of an audio signal.

See:
          Description

Class Summary
AudioData Represents a 16bit, SIGNED_PCM, big endian audio clip with a sample rate specified by AudioFormat.
AudioDataInputStream Converts an AudioData into an InputStream.
AudioPanel Provides an interface to view and play back various forms of an audio signal.
AudioPlayer Plays an AudioData in a separate thread.
AudioTool Records and displays the waveform and spectrogram of an audio signal.
Downsampler Downsamples an audio clip.
FilenameDialog Creates a dialog that prompts for a filename.
RawReader Reads a raw audio file (i.e., a file that is just plain raw samples and nothing else) and converts it to signed data.
RawRecorder Grabs audio from the microphone and returns an array of samples.
RawWriter Writes raw audio to a file, handling sample size, endian format, and signed/unsigned data.
Sinusoid A 16bit, linear SIGNED_PCM, big endian, sinusoid with a sample rate of 16kHz.
SpectrogramPanel Converts a set of log magnitude Spectrum data into a graphical representation.
Utils  
 

Package edu.cmu.sphinx.tools.audio Description

Provides an tool that records and displays the waveform and spectrogram of an audio signal. For instructions on how to run the tool, please refer to the document How to Run AudioTool