diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-03-22 20:19:45 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-03-23 20:17:53 +0100 |
commit | 6c5b062ba00388951b67dc1ea555dc6ad8af4ede (patch) | |
tree | 2ebc3884a6423d39c6729bd7e1e018e1f504d49a /test/audiocachetest.cc | |
parent | a6c134a82143acd32f80b2f9679f8fcf194a5402 (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.cc | 2 |
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); |