Fixed typo

This commit is contained in:
Ryzerth 2020-10-20 19:15:43 +02:00
parent 71f6be8d08
commit f6cfe83d45
4 changed files with 48 additions and 47 deletions

View File

@ -127,7 +127,6 @@ private:
ImGui::Text("Snap Interval"); ImGui::Text("Snap Interval");
ImGui::SetNextItemWidth(menuColumnWidth - ImGui::GetCursorPosX()); ImGui::SetNextItemWidth(menuColumnWidth - ImGui::GetCursorPosX());
if (ImGui:)
} }
static void scriptCreateHandler(void* ctx, duk_context* dukCtx, duk_idx_t objId) { static void scriptCreateHandler(void* ctx, duk_context* dukCtx, duk_idx_t objId) {

View File

@ -1,43 +1,43 @@
{ {
"audio": { "audio": {
"Radio": { "Radio": {
"device": "Speakers (Realtek High Definiti", "device": "Speakers (Realtek High Definiti",
"sampleRate": 48000.0, "sampleRate": 48000.0,
"volume": 0.60546875 "volume": 0.60546875
}, },
"Radio 1": { "Radio 1": {
"device": "CABLE-A Input (VB-Audio Cable A)", "device": "CABLE-A Input (VB-Audio Cable A)",
"sampleRate": 48000.0, "sampleRate": 48000.0,
"volume": 1.0 "volume": 1.0
}, },
"Radio 2": { "Radio 2": {
"device": "CABLE Input (VB-Audio Virtual Cable)", "device": "CABLE Input (VB-Audio Virtual Cable)",
"sampleRate": 48000.0, "sampleRate": 48000.0,
"volume": 1.0 "volume": 1.0
} }
}, },
"bandPlan": "General", "bandPlan": "General",
"bandPlanEnabled": true, "bandPlanEnabled": true,
"fftHeight": 300, "fftHeight": 300,
"frequency": 99015000, "frequency": 99100000,
"max": 0.0, "max": 0.0,
"maximized": false, "maximized": false,
"menuOrder": [ "menuOrder": [
"Source", "Source",
"Radio", "Radio",
"Recorder", "Recorder",
"Audio", "Audio",
"Scripting", "Scripting",
"Band Plan", "Band Plan",
"Display" "Display"
], ],
"menuWidth": 300, "menuWidth": 300,
"min": -72.05882263183594, "min": -72.05882263183594,
"showWaterfall": true, "showWaterfall": true,
"source": "", "source": "",
"sourceSettings": {}, "sourceSettings": {},
"windowSize": { "windowSize": {
"h": 1053, "h": 720,
"w": 959 "w": 1280
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"Radio": "./radio/radio.so", "Radio": "./radio/Release/radio.dll",
"Recorder": "./recorder/recorder.so", "Recorder": "./recorder/Release/recorder.dll",
"Soapy": "./soapy/soapy.so", "Soapy": "./soapy/Release/soapy.dll",
"RTLTCPSource": "./rtl_tcp_source/rtl_tcp_source.so" "RTLTCPSource": "./rtl_tcp_source/Release/rtl_tcp_source.dll"
} }

View File

@ -284,6 +284,8 @@ private:
} }
i++; i++;
} }
_this->dev->
} }
static void _worker(SoapyModule* _this) { static void _worker(SoapyModule* _this) {