Click or drag to resize
Accord.NET (logo)

WaveDecoderDecode Method (Int32)

Decodes the Wave stream into a Signal object.

Namespace:  Accord.Audio.Formats
Assembly:  Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax
public Signal Decode(
	int frames
)
Request Example View Source

Parameters

frames
Type: SystemInt32
The number of frames to decode.

Return Value

Type: Signal
See Also