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: Clear buffer in timeout unit test
v6.1.6
ed
3 years ago
parent
1744008413
commit
a1ea76b408
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
modules/juce_audio_formats/format/juce_BufferingAudioFormatReader.cpp
+ 2
- 0
modules/juce_audio_formats/format/juce_BufferingAudioFormatReader.cpp
View File
@@ -276,6 +276,8 @@ public:
bufferingReader.setReadTimeout (10);
AudioBuffer<float> readBuffer { 2, 1024 };
readBuffer.clear();
read (bufferingReader, readBuffer);
expect (isSilent (readBuffer));
Write
Preview
Loading…
Cancel
Save