Skip to content

Commit

Permalink
send seek() was ineffective
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrick87 committed Dec 9, 2023
1 parent cf8827c commit 87a6679
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,6 @@ bool SndfileSource::open_() {
(unsigned long)sample_rate_, (unsigned long)sf_info_in_.channels,
(unsigned long)0, (int)is_file_);

sf_seek(sndfile_input_, 0, SEEK_SET);

return true;
}

Expand Down

0 comments on commit 87a6679

Please sign in to comment.