Closed a2aaron closed 3 years ago
This fixes #8.
A quick note: I implemented the gain parameter for the low shelf/high shelf/peaking EQ filters by adding it as a field to the Type enum, but I'm wondering if there's a better way to do this, since it makes the Type enum somewhat larger.
Type
This fixes #8.
A quick note: I implemented the gain parameter for the low shelf/high shelf/peaking EQ filters by adding it as a field to the
Type
enum, but I'm wondering if there's a better way to do this, since it makes theType
enum somewhat larger.