public class ReaderProcessWriter extends java.lang.Object
Samples are read from a sound file specified as a URL, simple processing is performed on the audio data, and the processed data is written to a sound file. For this application, the processing consists of a simple soft clipping operation.
Constructor and Description |
---|
ReaderProcessWriter() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Read samples from a sound file, process the data using a soft
clipping algorithm and write the results.
|
public ReaderProcessWriter()
public static void main(java.lang.String[] args)
args
- Not used.