summaryrefslogtreecommitdiff
path: root/src/decoder.rs
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-06-24 13:07:16 +0200
committerYuval Adam <_@yuv.al>2025-06-24 13:07:16 +0200
commitf26568cc73e2104e9c78e29ef385636538010e10 (patch)
treeb08c2649d8a13748533aa771637065e3d2b51ef7 /src/decoder.rs
parent06a4169d7bd188039f22bdb20172b6c0829aac6c (diff)
Update README and run fmt
Diffstat (limited to 'src/decoder.rs')
-rw-r--r--src/decoder.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder.rs b/src/decoder.rs
index 1a217d3..4bf075b 100644
--- a/src/decoder.rs
+++ b/src/decoder.rs
@@ -245,7 +245,6 @@ impl MorseDecoder {
}
// --- The complex analysis functions below are unchanged ---
-
fn detect_pitch_stft(&self) -> Result<f32> {
let fft_size = 4096;
let step_size = fft_size / 4;