mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
Direct sampling.
This commit is contained in:
@@ -229,3 +229,8 @@ bool RTLSDRInput::applySettings(const GeneralSettings& generalSettings, const Se
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
void RTLSDRInput::set_ds_mode(int on){
|
||||
rtlsdr_set_direct_sampling(m_dev, on);
|
||||
}
|
||||
Reference in New Issue
Block a user