|
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
)
Public Function Open (
localPath As String
) As Signal
Request Example
View SourceParameters
- localPath
- Type: SystemString
The local directory where the recordings should be saved.
Return Value
Type:
SignalA
Signal containing the audio recording for this entry.
See Also