X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=benchmark_audio_mixer.cpp;h=4b8f84a93ef0458dffa25d8806a54564afa2400e;hb=refs%2Fheads%2Fmultichannel_audio;hp=8fe4710cbc8e834b4f84f6ca44a67309db7c28a1;hpb=2da661c06c945b2fb3521bbabcc7e81d63dabdd7;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