|
SampleConverterConvert Method (Byte, Int32)
|
Converts an array of unsigned 8-bit byte samples
into an array of 32-bit integer samples.
Namespace:
Accord.Audio
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax public static void Convert(
byte[] from,
int[] to
)
Public Shared Sub Convert (
from As Byte(),
to As Integer()
)
Request Example
View SourceParameters
- from
- Type: SystemByte
The original sample. - to
- Type: SystemInt32
The resulting sample.
See Also