mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
BufferingAudioReader: Don't pre-read chunks in constructor
This commit is contained in:
parent
b3bdfdb34c
commit
b17ca5200a
1 changed files with 0 additions and 3 deletions
|
|
@ -40,9 +40,6 @@ BufferingAudioReader::BufferingAudioReader (AudioFormatReader* sourceReader,
|
|||
bitsPerSample = 32;
|
||||
usesFloatingPointData = true;
|
||||
|
||||
for (int i = 3; --i >= 0;)
|
||||
readNextBufferChunk();
|
||||
|
||||
timeSliceThread.addTimeSliceClient (this);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue