From fd88a93aa8f64a603e2f27981ca3396e1860cf2c Mon Sep 17 00:00:00 2001 From: Christopher Mosher Date: Mon, 21 Jan 2019 22:59:50 -0500 Subject: [PATCH] increase cassette header size --- src/cassettein.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cassettein.cpp b/src/cassettein.cpp index fda0a18..e0b2e31 100644 --- a/src/cassettein.cpp +++ b/src/cassettein.cpp @@ -170,7 +170,7 @@ void CassetteIn::tone() { this->playing = false; - const unsigned int HEAD_SAMPLES = 17; + const unsigned int HEAD_SAMPLES = 1020; std::int_fast8_t slope_was = 0; std::uint_fast32_t i_was = 0; std::uint_fast32_t c_head = 0;