Skip to content

Commit

Permalink
Dumb typo on sine sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Aug 10, 2024
1 parent 7d4c9d7 commit 2783904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/sine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::Source;

use super::SeekError;

const SAMPLE_RATE: u32 = 46000;
const SAMPLE_RATE: u32 = 48000;

/// An infinite source that produces a sine.
///
Expand Down

0 comments on commit 2783904

Please sign in to comment.