mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Differentiate Rx and Tx DSP sample sizes
This commit is contained in:
@@ -49,7 +49,7 @@ private:
|
||||
|
||||
unsigned int m_log2Interp;
|
||||
|
||||
Interpolators<qint8, SDR_SAMP_SZ, 8> m_interpolators;
|
||||
Interpolators<qint8, SDR_TX_SAMP_SZ, 8> m_interpolators;
|
||||
|
||||
void run();
|
||||
void callback(qint8* buf, qint32 len);
|
||||
|
||||
Reference in New Issue
Block a user