Click or drag to resize
AudioCompressionManagerResample Method (IAudioReader, IntPtr)
Performs resampling audio data from and to 8/16/24/32-bit integer PCM and 32-bit IEEE Float audio formats.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public static byte[] Resample(
	IAudioReader ar,
	IntPtr format
)

Parameters

ar
Type: Alvas.AudioIAudioReader

[Missing <param name="ar"/> documentation for "M:Alvas.Audio.AudioCompressionManager.Resample(Alvas.Audio.IAudioReader,System.IntPtr)"]

format
Type: SystemIntPtr

[Missing <param name="format"/> documentation for "M:Alvas.Audio.AudioCompressionManager.Resample(Alvas.Audio.IAudioReader,System.IntPtr)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Alvas.Audio.AudioCompressionManager.Resample(Alvas.Audio.IAudioReader,System.IntPtr)"]

See Also