Skip to content

Commit

Permalink
no_std: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Apr 28, 2024
1 parent 7e943f5 commit b9eb210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beat_detector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOFTWARE.
use crate::EnvelopeInfo;
use crate::{AudioHistory, EnvelopeIterator};
use biquad::{Biquad, Coefficients, DirectForm1, ToHertz, Type, Q_BUTTERWORTH_F32};
use std::fmt::{Debug, Formatter};
use core::fmt::{Debug, Formatter};

/// Cutoff frequency for the lowpass filter to detect beats.
const CUTOFF_FREQUENCY_HZ: f32 = 95.0;
Expand Down

0 comments on commit b9eb210

Please sign in to comment.