Click or drag to resize
AudioCompressionManagerRemoveDcOffset Method (IntPtr, Byte)
Removes DC offset. DC offset is an offsetting of a signal from zero. Occurs when hardware, such as a sound card, adds DC offset to a recorded audio signal.

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

See Also