|
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
)
Public Function GetSignals (
records As IEnumerable(Of FreeSpokenDigitsDatasetRecord)
) As IEnumerable(Of Signal)
Request Example
View SourceParameters
- records
- Type: System.Collections.GenericIEnumerableFreeSpokenDigitsDatasetRecord
The digit.
Return Value
Type:
IEnumerableSignalSee Also