mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-25 02:18:30 +01:00
fixed airspyhf module missing function
This commit is contained in:
parent
552b886cea
commit
a3374c7eca
@ -131,9 +131,6 @@ public:
|
||||
sampleRateListTxt += '\0';
|
||||
}
|
||||
|
||||
blockSize = airspyhf_get_output_size(dev);
|
||||
spdlog::info("AirspyHF block size {0}", blockSize);
|
||||
|
||||
srId = 0;
|
||||
|
||||
airspyhf_close(dev);
|
||||
@ -276,7 +273,6 @@ private:
|
||||
std::string name;
|
||||
airspyhf_device_t* openDev;
|
||||
bool enabled = true;
|
||||
int blockSize = 0;
|
||||
dsp::stream<dsp::complex_t> stream;
|
||||
double sampleRate;
|
||||
SourceManager::SourceHandler handler;
|
||||
|
@ -64,7 +64,7 @@ namespace LoadingScreen {
|
||||
ImGui::Spacing();
|
||||
ImGui::Spacing();
|
||||
ImGui::Spacing();
|
||||
ImGui::Text(msg.c_str());
|
||||
ImGui::Text("%s", msg.c_str());
|
||||
|
||||
ImGui::EndPopup();
|
||||
ImGui::PopStyleVar(1);
|
||||
|
@ -3,6 +3,8 @@
|
||||
![Screenshot](https://i.imgur.com/WejsiFN.png)
|
||||
SDR++ is a cross-platform and open source SDR software with the aim of being bloat free and simple to use.
|
||||
|
||||
![CMake](https://github.com/AlexandreRouma/SDRPlusPlus/workflows/CMake/badge.svg)
|
||||
|
||||
* [Patreon](https://patreon.com/ryzerth)
|
||||
* [Discord Server](https://discord.gg/aFgWjyD)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user