Revert "util/spkmodem-decode: fix 3-frame timeout"

This reverts commit dbf0c3ccc2.
This commit is contained in:
Leah Rowe
2026-03-13 01:32:54 +00:00
parent 1d0e44c23a
commit 8085de594b
+1
View File
@@ -342,6 +342,7 @@ handle_audio(struct decoder_state *st)
if (set_ascii_bit(st) < 0)
print_char(st);
st->sample_count = 0;
for (sample = 0; sample < SAMPLES_PER_FRAME; sample++)
decode_pulse(st);