|
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
)
Public Shared Function FromFile (
fileName As String
) As Signal
Request Example
View SourceParameters
- fileName
- Type: SystemString
Name of the file to be read.
Return Value
Type:
SignalThe signal that has been read from the file.
See Also