|
SampleConverter. Convert Method (Int32[] [] ,Int16[] [] )
|
Converts a matrix of signed 32-bit integer samples
into a matrix of 16-bit signed integer samples.
Namespace:
Accord.Audio
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntaxpublic static void Convert(
int[][] from,
short[][] to
)
Public Shared Sub Convert (
from As Integer()(),
to As Short()()
)
Request Example
View SourceParameters
- from
- Type:System.Int32[][]
The original sample. - to
- Type:System.Int16[][]
The resulting sample.
See Also