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