Click or drag to resize
AudioCompressionManager.Normalize 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: System.IntPtr
audio format
data
Type:System.Byte[]
audio data

Return Value

Type:Byte[]

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

See Also