Skip to content

Commit 438f779

Browse files
committed
AudioFFTResult
1 parent c174cd4 commit 438f779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AudioLibs/AudioFFT.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ struct AudioFFTResult {
2828
return round(frequency);
2929
}
3030
const char* frequencyAsNote() {
31-
return AudioFFTNotes.note(frequncyAsInt());
31+
return AudioFFTNotes.note(frequencyAsInt());
3232
}
3333
const char* frequencyAsNote(int &diff) {
34-
return AudioFFTNotes.note(frequncyAsInt(), diff);
34+
return AudioFFTNotes.note(frequencyAsInt(), diff);
3535
}
3636
};
3737

0 commit comments

Comments
 (0)