Click or drag to resize
Accord.NET (logo)

AudioDecoderDecodeFromFile Method (String)

Decode a signal from the specified file.

Namespace:  Accord.Audio.Formats
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public static Signal DecodeFromFile(
	string fileName
)
Request Example View Source

Parameters

fileName
Type: SystemString
File name to read signal from.

Return Value

Type: Signal
Return decoded signal.
See Also