This commit is contained in:
Aaron Gutierrez
2021-12-27 18:24:37 -08:00
parent 20ef88857f
commit 030c2e39b4

View File

@@ -13,8 +13,8 @@ const NOTE_NAMES = [
"G#"
];
// We don't care about fundamenatls above 4kHz, so setting a lower sample rate
// gives us finer-graned FFT buckets
// We don't care about fundamentals above 4kHz, so setting a lower sample rate
// gives us finer-grained FFT buckets
const TARGET_SAMPLE_RATE = 8000;
let dom_frequency;