1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -04:00

Audio inout: added DC block and IQ imbalance

This commit is contained in:
f4exb
2023-03-11 05:05:58 +01:00
parent 4adcd22491
commit e606805beb
17 changed files with 896 additions and 10 deletions
@@ -34,6 +34,8 @@ struct AudioInputSettings {
LR,
RL
} m_iqMapping;
bool m_dcBlock;
bool m_iqImbalance;
bool m_useReverseAPI;
QString m_reverseAPIAddress;