Skip to content

Commit

Permalink
Correct number of Emotiva bands
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidXH committed Mar 26, 2024
1 parent 7d1216b commit 76e22d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cavern.QuickEQ.Format/FilterSet/EmotivaFilterSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class EmotivaFilterSet : IIRFilterSet {
/// <summary>
/// Maximum number of peaking EQ filters per channel.
/// </summary>
public override int Bands => 12;
public override int Bands => 11;

/// <summary>
/// Minimum gain of a single peaking EQ band in decibels.
Expand Down

0 comments on commit 76e22d0

Please sign in to comment.