Alvas.Audio Class Library

AudioCompressionManager.Inverse Method 

Inverts the audio signal to 180 degrees. All positive values in the wave form are replaced by negative and vice versa.

[Visual Basic]
Public Shared Function Inverse( _
   ByVal format As IntPtr, _
   ByVal data As Byte() _
) As Byte()
[C#]
public static byte[] Inverse(
   IntPtr format,
   Byte[] data
);

Parameters

format
audio format
data
audio data

Return Value

See Also

AudioCompressionManager Class | Alvas.Audio Namespace