Class SudAudioFile

All Implemented Interfaces:
PamAudioFileLoader, PamSettings, SettingsNameProvider

public class SudAudioFile extends WavAudioFile implements PamSettings
Opens a .sud audio file.

Sud files contain X3 compressed audio data. The sud file reader opens files, creating a map of the file and saving the map as a.sudx file so it can be read more rapidly when the file is next accessed.

The SudioAudioInput stream fully implements AudioInputStream and so sud files can be accessed using much of the same code as .wav files.

Author:
Jamie Macaulay