Click or drag to resize
Accord.NET (logo)

FreeSpokenDigitsDatasetGetSignal Method (Int32, String, Int32)

Retrieves a single record from the dataset.

Namespace:  Accord.DataSets
Assembly:  Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax
public Signal GetSignal(
	int digit,
	string speaker,
	int index
)
Request Example View Source

Parameters

digit
Type: SystemInt32
The digit.
speaker
Type: SystemString
The speaker.
index
Type: SystemInt32
The index.

Return Value

Type: Signal
See Also