Table of Contents
API reference

Method Transform

Namespace
DisCatSharp.Voice.Interfaces
Assembly
DisCatSharp.Voice.dll

Transform(Span<short>, AudioFormat, int)

Transforms the supplied PCM data using this filter.

void Transform(Span<short> pcmData, AudioFormat pcmFormat, int duration)

Parameters

pcmData Span<short>

PCM data to transform. The transformation happens in-place.

pcmFormat AudioFormat

Format of the supplied PCM data.

duration int

Millisecond duration of the supplied PCM data.