Skip to content

Commit

Permalink
set filled after pre-buffering
Browse files Browse the repository at this point in the history
  • Loading branch information
h3ndrik committed Aug 31, 2018
1 parent 2dc5263 commit 428726e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AudioFileSourceBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ bool AudioFileSourceBuffer::fill(uint32_t len, uint32_t max_delay)
if (!src->loop()) return false;
fill();
}
filled = true;
if (length < len) return false;
return true;
}
Expand Down

0 comments on commit 428726e

Please sign in to comment.