logo

Module rg3d::sound::dsp::filters[][src]

Expand description

Filters module.

Overview

This module contains some of common filters used in digital signal processing. Since this is very specific theme with lots of background, every filter has link to source with good description of each filter. There is no need to describe them all here.

Structs

Enums

Exact kind of biquad filter - it defines coefficients of the filter. More info here: https://shepazu.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html