Skip to content

Commit

Permalink
3520 Hz option.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Aug 27, 2024
1 parent 30669d0 commit f97375c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ else if (peakFrequencyCount > 0)
<button class="btn btn-primary btn-sm" @onclick="() => MakePlaybackMatchFrequency(440)">Match 440 Hz</button>
<button class="btn btn-primary btn-sm" @onclick="() => MakePlaybackMatchFrequency(880)">Match 880 Hz</button>
<button class="btn btn-primary btn-sm" @onclick="() => MakePlaybackMatchFrequency(1760)">Match 1760 Hz</button>
<button class="btn btn-primary btn-sm" @onclick="() => MakePlaybackMatchFrequency(3520)">Match 3520 Hz</button>
<br />

<span>Average Max Peak: @(Math.Round(peakFrequencySum / peakFrequencyCount, 0)) Hz</span><br />
Expand Down

0 comments on commit f97375c

Please sign in to comment.