1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Direct sampling.

This commit is contained in:
John Greb
2014-11-07 19:26:02 +00:00
parent 1f63911faf
commit 9c3b58d7a3
5 changed files with 100 additions and 1 deletions
@@ -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);
}