Click or drag to resize
Accord.NET (logo)

SampleConverterConvert Method (Byte, Single)

Converts a matrix of unsigned 8-bit byte samples into a matrix of 32-bit floating-point samples.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public static void Convert(
	byte[][] from,
	float[][] to
)
Request Example View Source

Parameters

from
Type: SystemByte
The original sample.
to
Type: SystemSingle
The resulting sample.
See Also