Click or drag to resize
Accord.NET (logo)

FreeSpokenDigitsDatasetRecordOpen Method

Opens the recording as a Signal, downloading and storing the recording file to the disk if necessary.

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

Parameters

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

Return Value

Type: Signal
A Signal containing the audio recording for this entry.
See Also