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
pcmDataSpan<short>PCM data to transform. The transformation happens in-place.
pcmFormatAudioFormatFormat of the supplied PCM data.
durationintMillisecond duration of the supplied PCM data.