BASS.NET API for the Un4seen BASS Audio Library

UtilsSampleTo32Bit Method (Byte)

BASS.NET API for the Un4seen BASS Audio Library
Converts an 8-bit unsigned sample to a float 32-bit signed sample.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static float SampleTo32Bit(
	byte sample
)

Parameters

sample
Type: SystemByte
The 8-bit unsigned sample to convert.

Return Value

Type: Single
A float 32-bit signed value representing the converted 8-bit unsigned sample.
See Also

Reference