Load(Stream)

Method

Namespace: Vox.Decoders

Declared in: Vox.Decoders.Wav


Creates new SoundBuffer for the current output device and loads data from WAV stream.

Syntax

public static SoundBuffer Load(
	Stream stream
)

Back to index