Click or drag to resize
AudioCompressionManagerNormalize Method (IntPtr, Byte)
Normalize method raises the volume so that the highest sample level reaches a maximum level.

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

Parameters

format
Type: SystemIntPtr
audio format
data
Type: SystemByte
audio data

Return Value

Type: Byte

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

See Also