1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -04:00

XTRX output: implemented baseband or device sample rate input option

This commit is contained in:
f4exb
2019-04-10 22:10:49 +02:00
parent 719f04493a
commit c94b7ccbe2
9 changed files with 108 additions and 19 deletions
@@ -129,6 +129,7 @@ void XTRXOutputThread::run()
params.tx.chs = XTRX_CH_AB;
params.tx.wfmt = XTRX_WF_16;
params.tx.hfmt = XTRX_IQ_INT16;
params.tx.flags |= XTRX_RSP_SWAP_IQ;
if (m_nbChannels == 1)
{