Java Sound Resources: Examples: Misc Audio

This page presents audio examples that don't fit into other categories. They utilize the package javax.sound.sampled.

AudioDataBuffer

Buffering of audio data in memory

AudioLoop

Recording and playing back the recorded data immediately

OscillatorPlayer

Playing waveforms

OscillatorFile

Saving waveform data to a file (standard version)

OscillatorFileAOS

Saving waveform data to a file (AudioOutputStream version)

AudioConcat

Concatenating or mixing audio files