This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
BufferingAudioReader: Don't pre-read chunks in constructor
v6.1.6
ed
4 years ago
parent
b3bdfdb34c
commit
b17ca5200a
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
modules/juce_audio_formats/format/juce_BufferingAudioFormatReader.cpp
+ 0
- 3
modules/juce_audio_formats/format/juce_BufferingAudioFormatReader.cpp
View File
@@ -40,9 +40,6 @@ BufferingAudioReader::BufferingAudioReader (AudioFormatReader* sourceReader,
bitsPerSample = 32;
usesFloatingPointData = true;
for (int i = 3; --i >= 0;)
readNextBufferChunk();
timeSliceThread.addTimeSliceClient (this);
}
Write
Preview
Loading…
Cancel
Save