increase cassette header size

This commit is contained in:
Christopher Mosher 2019-01-21 22:59:50 -05:00
parent 5ec3f59f2e
commit fd88a93aa8
1 changed files with 1 additions and 1 deletions

View File

@ -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;