diff --git a/Controller.cpp b/Controller.cpp index 4acaf4e..7dabd8d 100644 --- a/Controller.cpp +++ b/Controller.cpp @@ -25,8 +25,8 @@ #include "TranscoderPacket.h" #include "Controller.h" -#define AMBE_GAIN 12 //Encoder gain in dB (I use 12 here) -#define AMBE2_GAIN -12 //Encoder gain in dB (I use -12 here) +#define AMBE_GAIN 0 //Encoder gain in dB (I use 12 here) +#define AMBE2_GAIN 0 //Encoder gain in dB (I use -12 here) CController::CController() : keep_running(true) {}