Click or drag to resize
Accord.NET (logo)

FreeSpokenDigitsDatasetRecordDownload Method

Downloads the recording to a base directory. The actual file path where the file was stored will be given as return of this method.

Namespace:  Accord.DataSets
Assembly:  Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax
public string Download(
	string localPath
)
Request Example View Source

Parameters

localPath
Type: SystemString
The local directory where the recordings should be saved.

Return Value

Type: String
The file path where the recording has been saved to.
See Also