Interface IVoiceFilter
- Namespace
- DSharpPlus.VoiceNext
- Assembly
- DSharpPlus.VoiceNext.dll
Represents a filter for PCM data. PCM data submitted through a VoiceTransmitSink will be sent through all installed instances of IVoiceFilter first.
public interface IVoiceFilter
Methods
- Transform(Span<short>, AudioFormat, int)
Transforms the supplied PCM data using this filter.