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