Skip to content

Commit

Permalink
New, lower YPAO frequency options
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidXH committed Apr 22, 2024
1 parent d459774 commit 013e768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cavern.QuickEQ.Format/FilterSet/YPAOFilterSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected override string Export(bool gainOnly) {
/// All the possible bands that can be selected for YPAO. These are 1/3 octaves apart.
/// </summary>
static readonly float[] frequencies = {
39.4f, 49.6f, 62.5f, 78.7f, 99.2f, 125.0f, 157.5f, 198.4f, 250, 315, 396.9f, 500, 630, 793.7f,
15.6f, 19.7f, 24.8f, 31.3f, 39.4f, 49.6f, 62.5f, 78.7f, 99.2f, 125.0f, 157.5f, 198.4f, 250, 315, 396.9f, 500, 630, 793.7f,
1000, 1260, 1590, 2000, 2520, 3170, 4000, 5040, 6350, 8000, 10100, 12700, 16000
};

Expand Down

0 comments on commit 013e768

Please sign in to comment.