|
SampleConverterConvert Method (Int32, Int16)
|
Converts a signed 32-bit integer sample
into a 16-bit signed integer sample.
Namespace:
Accord.Audio
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax public static void Convert(
int from,
out short to
)
Public Shared Sub Convert (
from As Integer,
<OutAttribute> ByRef to As Short
)
Request Example
View SourceParameters
- from
- Type: SystemInt32
The original sample. - to
- Type: SystemInt16
The resulting sample.
See Also