Click or drag to resize
Accord.NET (logo)

SampleConverterConvert Method (Byte, Int16)

Converts a unsigned 8-bit byte sample into a 16-bit short integer sample.

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

Parameters

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