summaryrefslogtreecommitdiff
path: root/test/audiocachetest.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2017-03-22 20:19:45 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2017-03-23 20:17:53 +0100
commit6c5b062ba00388951b67dc1ea555dc6ad8af4ede (patch)
tree2ebc3884a6423d39c6729bd7e1e018e1f504d49a /test/audiocachetest.cc
parenta6c134a82143acd32f80b2f9679f8fcf194a5402 (diff)
Use cache limit for preloading. Add re-load support through reload counter. Refactor AudioFile.
Diffstat (limited to 'test/audiocachetest.cc')
-rw-r--r--test/audiocachetest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/audiocachetest.cc b/test/audiocachetest.cc
index 546a5c4..b194b14 100644
--- a/test/audiocachetest.cc
+++ b/test/audiocachetest.cc
@@ -61,7 +61,7 @@ public:
// Reference file:
AudioFile audio_file_ref(filename, channel);
printf("audio_file_ref.load\n");
- audio_file_ref.load(ALL_SAMPLES);
+ audio_file_ref.load();
// Input file:
AudioFile audio_file(filename, channel);