|
SampleConverterConvert Method (Int32, Single)
|
Converts a matrix of signed 32-bit integer samples
into a matrix of 32-bit float-point samples.
Namespace:
Accord.Audio
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax public static void Convert(
int[][] from,
float[][] to
)
Public Shared Sub Convert (
from As Integer()(),
to As Single()()
)
Request Example
View SourceParameters
- from
- Type: SystemInt32
The original sample. - to
- Type: SystemSingle
The resulting sample.
See Also