Skip to content

Commit

Permalink
Corrected freq range
Browse files Browse the repository at this point in the history
  • Loading branch information
tdwright committed Nov 17, 2011
1 parent 62e0a2e commit 913cb66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Output.cs
Expand Up @@ -13,8 +13,8 @@ class Output
AudioDevice device;
int rows;

int lowFreq = 750;
int highFreq = 7500;
int lowFreq = 250;
int highFreq = 2500;

public Output(int _rows)
{
Expand Down

0 comments on commit 913cb66

Please sign in to comment.