Method Transform
- Namespace
- DSharpPlus.VoiceNext
- Assembly
- DSharpPlus.VoiceNext.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
AudioFormatFormat of the supplied PCM data.
duration
intMillisecond duration of the supplied PCM data.