X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fbenchmark_audio_mixer.cpp;h=935295b3bee3ac8996e3122ac0387345f8654738;hb=HEAD;hp=3f1ed7c1552b7251e975778d0658054a3e966a48;hpb=ecaec75dd52d076ba53cafa1fed716ebc0d93da6;p=nageru diff --git a/nageru/benchmark_audio_mixer.cpp b/nageru/benchmark_audio_mixer.cpp index 3f1ed7c..9eefc73 100644 --- a/nageru/benchmark_audio_mixer.cpp +++ b/nageru/benchmark_audio_mixer.cpp @@ -14,10 +14,9 @@ #include "audio_mixer.h" #include "decibel.h" -#include "defs.h" #include "input_mapping.h" #include "resampling_queue.h" -#include "shared/timebase.h" +#include "shared/shared_defs.h" #define NUM_BENCHMARK_CARDS 4 #define NUM_WARMUP_FRAMES 100 @@ -52,9 +51,9 @@ void reset_lcgrand() void callback(float level_lufs, float peak_db, std::vector bus_levels, - float global_level_lufs, float range_low_lufs, float range_high_lufs, - float final_makeup_gain_db, - float correlation) + float global_level_lufs, float range_low_lufs, float range_high_lufs, + float final_makeup_gain_db, + float correlation) { // Empty. }