Click or drag to resize
Accord.NET (logo)

SignalFromFile Method

Loads a signal from a file, such as a ".wav" file.

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

Parameters

fileName
Type: SystemString
Name of the file to be read.

Return Value

Type: Signal
The signal that has been read from the file.
See Also