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