Click or drag to resize

WaveFileLoad(Stream, Boolean) Method

Creates a new in-memory wave loaded from an existing wave audio stream.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public static WaveFile Load(
	Stream source,
	bool loadData = true
)
View Source

Parameters

source  Stream
Stream of WAV formatted audio data to load.
loadData  Boolean  (Optional)
Determines if wave data should be loaded into memory.

Return Value

WaveFile
In-memory representation of wave file.
See Also