|
SampleConverterConvert Method (Single, Int16)
|
Converts a matrix of 32-bit float samples
into a matrix of 16-bit integer samples.
Namespace:
Accord.Audio
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax public static void Convert(
float[][] from,
short[][] to
)
Public Shared Sub Convert (
from As Single()(),
to As Short()()
)
Request Example
View SourceParameters
- from
- Type: SystemSingle
The original sample. - to
- Type: SystemInt16
The resulting sample.
See Also