X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=benchmark_audio_mixer.cpp;fp=benchmark_audio_mixer.cpp;h=4b8f84a93ef0458dffa25d8806a54564afa2400e;hb=cf7b9ee186d4ef8e5da0531b75854c97b821be44;hp=8fe4710cbc8e834b4f84f6ca44a67309db7c28a1;hpb=0f92317cbf05facc242ff50756331ebd9a539dc8;p=nageru diff --git a/benchmark_audio_mixer.cpp b/benchmark_audio_mixer.cpp index 8fe4710..4b8f84a 100644 --- a/benchmark_audio_mixer.cpp +++ b/benchmark_audio_mixer.cpp @@ -2,12 +2,21 @@ // with the default settings, feeds some white noise to the inputs and // runs a while. Useful for e.g. profiling. -#include +#include +#include #include -#include +#include +#include #include +#include +#include +#include + #include "audio_mixer.h" #include "db.h" +#include "defs.h" +#include "input_mapping.h" +#include "resampling_queue.h" #include "timebase.h" #define NUM_BENCHMARK_CARDS 4