From 9225c4ef70440e8acb10da40c54273418a55795a Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 2 Mar 2020 23:11:09 -0500 Subject: [PATCH] Lowers audio frequency cut-off. Still doing this by ear. --- Machines/Electron/Electron.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machines/Electron/Electron.cpp b/Machines/Electron/Electron.cpp index 89c6793b8..a9f91d1c0 100644 --- a/Machines/Electron/Electron.cpp +++ b/Machines/Electron/Electron.cpp @@ -62,7 +62,7 @@ class ConcreteMachine: set_clock_rate(2000000); speaker_.set_input_rate(2000000 / SoundGenerator::clock_rate_divider); - speaker_.set_high_frequency_cutoff(7000); + speaker_.set_high_frequency_cutoff(6000); const std::string machine_name = "Electron"; std::vector required_roms = {