Click or drag to resize
Accord.NET (logo)

IAudioDecoderDecode Method

Decode all frames.

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

Return Value

Type: Signal
Returns the decoded signal.
Remarks
Implementations of this method may throw NullReferenceException exception in the case if no audio stream was opened previously, ArgumentOutOfRangeException in the case if stream does not contain frame with specified index or ArgumentException exception to report about incorrectly formatted audio.
See Also