mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-06 10:38:16 +00:00
Install proper filter frequency.
This commit is contained in:
parent
c134c7bdc2
commit
88bb16f261
@ -20,7 +20,7 @@ template <typename InterruptObserverT>
|
||||
struct Sound {
|
||||
Sound(InterruptObserverT &observer, const uint8_t *ram) : ram_(ram), observer_(observer) {
|
||||
speaker_.set_input_rate(1'000'000);
|
||||
speaker_.set_high_frequency_cutoff(10'000.0f); // Complete guess as to frequency.
|
||||
speaker_.set_high_frequency_cutoff(2'200.0f);
|
||||
}
|
||||
|
||||
void set_next_end(uint32_t value) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user