API reference
Interface IVoiceFilter
- Namespace
- DisCatSharp.Voice.Interfaces
- Assembly
- DisCatSharp.Voice.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.