Converts a float 32-bit signed sample to an 8-bit unsigned sample.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Parameters
- sample
- Type: SystemSingle
The 32-bit signed sample to convert.
Return Value
Type: ByteA byte array representing the converted 8-bit unsigned sample (byte[1]).
Remarks
See Also