Click or drag to resize
AudioCompressionManagerInverse Method
Inverts the audio signal to 180 degrees. All positive values in the wave form are replaced by negative and vice versa.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public static byte[] Inverse(
	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.Inverse(System.IntPtr,System.Byte[])"]

See Also