Load(string)

Method

Namespace: Vox.Decoders

Declared in: Vox.Decoders.Wav


Creates new SoundBuffer for the current output device and loads data from an .wav file.

Syntax

public static SoundBuffer Load(
	string path
)

Back to index