X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=mixer.h;h=89a80dd52fabaccd8e81f1743c491f41b4d329ff;hp=252f961f7668cbf4ceaeab2364bf2196c799131d;hb=194872611b21bb070f4dfcf5beda6c36d25459ea;hpb=beaf0e95b0e474c3088ee8ee74191b6c504fef82 diff --git a/mixer.h b/mixer.h index 252f961..89a80dd 100644 --- a/mixer.h +++ b/mixer.h @@ -22,6 +22,7 @@ #include #include "bmusb/bmusb.h" +#include "alsa_output.h" #include "ebu_r128_proc.h" #include "h264encode.h" #include "httpd.h" @@ -262,6 +263,8 @@ private: StereoCompressor compressor; std::atomic compressor_threshold_dbfs{ref_level_dbfs - 12.0f}; // -12 dB. std::atomic compressor_enabled{true}; + + std::unique_ptr alsa; }; extern Mixer *global_mixer;