mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Adjust emphasis gains
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
#define SWAP_BYTES_16(a) (((a >> 8) & 0x00FFU) | ((a << 8) & 0xFF00U))
|
#define SWAP_BYTES_16(a) (((a >> 8) & 0x00FFU) | ((a << 8) & 0xFF00U))
|
||||||
|
|
||||||
const float DEEMPHASIS_GAIN_DB = 0.0F;
|
const float DEEMPHASIS_GAIN_DB = 0.0F;
|
||||||
const float PREEMPHASIS_GAIN_DB = 0.0F;
|
const float PREEMPHASIS_GAIN_DB = 13.0F;
|
||||||
const float FILTER_GAIN_DB = 0.0F;
|
const float FILTER_GAIN_DB = 0.0F;
|
||||||
const unsigned int FM_MASK = 0x00000FFFU;
|
const unsigned int FM_MASK = 0x00000FFFU;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user