Gain tweaks so that USB and FDV passthrough sound roughly the same.

This commit is contained in:
Ed Gonzalez 2014-10-21 10:35:21 -05:00
parent 12994e06e5
commit b2a2c67d84

View file

@ -139,10 +139,10 @@ void sched_waveform_signal()
#define PACKET_SAMPLES 128
#define SCALE_RX_IN 8000.0
#define SCALE_RX_OUT 8000.0
#define SCALE_TX_IN 8000.0
#define SCALE_TX_OUT 32768.0
#define SCALE_RX_IN 16000.0 // Multiplier
#define SCALE_RX_OUT 8000.0 // Divisor
#define SCALE_TX_IN 16000.0 // Multiplier
#define SCALE_TX_OUT 32768.0 // Divisor
#define FILTER_TAPS 48
#define DECIMATION_FACTOR 3