Method GetInstalledFilters
- Namespace
- DSharpPlus.VoiceNext
- Assembly
- DSharpPlus.VoiceNext.dll
GetInstalledFilters()
Gets the collection of installed PCM filters, in order of their execution.
public IEnumerable<IVoiceFilter> GetInstalledFilters()
Returns
- IEnumerable<IVoiceFilter>
Installed PCM filters, in order of execution.