Skip to content

Commit

Permalink
comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdsk committed Oct 11, 2023
1 parent a0cd112 commit cb5b76a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/decoder/vorbis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ where

#[inline]
fn try_seek(&mut self, pos: Duration) -> Result<(), SeekError> {
// number of PCM samples per channel

// number of PCM samples per channel
let samples = pos.as_secs_f32() * self.sample_rate() as f32;
self.stream_reader.seek_absgp_pg(samples as u64)?;
Expand Down

0 comments on commit cb5b76a

Please sign in to comment.