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