We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c174cd4 commit 438f779Copy full SHA for 438f779
src/AudioLibs/AudioFFT.h
@@ -28,10 +28,10 @@ struct AudioFFTResult {
28
return round(frequency);
29
}
30
const char* frequencyAsNote() {
31
- return AudioFFTNotes.note(frequncyAsInt());
+ return AudioFFTNotes.note(frequencyAsInt());
32
33
const char* frequencyAsNote(int &diff) {
34
- return AudioFFTNotes.note(frequncyAsInt(), diff);
+ return AudioFFTNotes.note(frequencyAsInt(), diff);
35
36
};
37
0 commit comments