pull/16/head
Ryzerth 2020-08-16 14:26:22 +02:00
rodzic eadaf3ce6b
commit 9830337103
3 zmienionych plików z 13 dodań i 1 usunięć

Wyświetl plik

@ -7,6 +7,7 @@ if (MSVC)
include_directories(sdrpp "C:/Program Files/PothosSDR/include/volk/")
include_directories(sdrpp "C:/Program Files/PothosSDR/include/")
else()
# set(CMAKE_CXX_FLAGS "-O3 -std=c++17 -fsanitize=address -g")
set(CMAKE_CXX_FLAGS "-O3 -std=c++17 -fsanitize=address -g")
include_directories(sdrpp "/usr/include/volk")
link_libraries(pthread)

Wyświetl plik

@ -1,5 +1,9 @@
{
"frequency": 90500000,
"bandPlan": "General",
"bandPlanEnabled": true,
"frequency": 98000000,
"max": 0.0,
"min": -70.0,
"source": "",
"sourceSettings": {}
}

Wyświetl plik

@ -152,6 +152,13 @@ void windowInit() {
// Load last band plan configuration
// TODO: Save/load config for audio streams + window size/fullscreen
// Also add a loading screen
// And a module add/remove/change order menu
// get rid of watchers and use if() instead
// Add squelsh
// Bandwidth ajustment
// DSB / CW and RAW modes;
// Write a recorder
// Update UI settings