diff --git a/core/src/sound/mod.rs b/core/src/sound/mod.rs index cb80463..9e23e54 100644 --- a/core/src/sound/mod.rs +++ b/core/src/sound/mod.rs @@ -293,7 +293,7 @@ impl SoundController { self.cycles_per_sample = 512 >> resolution; info!( "bias - setting sample frequency to {}hz", - self.cycles_per_sample + self.sample_rate ); // TODO this will not affect the currently scheduled sample event }