Buffering of audio data in memory

Purpose. This example serves no useful purpose itself. It is only used to demonstrate a programming technique on how to buffer audio data in memory.

Usage. 

java AudioDataBuffer sourcefile targetfile

Parameters. 

sourcefilefile

the file name of the file the audio data should be read from.

targetfile

the file name of the file the audio data should be written to.

Bugs, limitations. no known.

Source code.  AudioDataBuffer.java