Click or drag to resize
Accord.NET (logo)

FreeSpokenDigitsDatasetGetSignals Method

Retrieves a collection of record from the dataset as audio signals.

Namespace:  Accord.DataSets
Assembly:  Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax
public IEnumerable<Signal> GetSignals(
	IEnumerable<FreeSpokenDigitsDatasetRecord> records
)
Request Example View Source

Parameters

records
Type: System.Collections.GenericIEnumerableFreeSpokenDigitsDatasetRecord
The digit.

Return Value

Type: IEnumerableSignal
See Also