new stuff

This commit is contained in:
Ryzerth
2020-09-18 00:23:03 +02:00
parent c1052b1b28
commit 1ef31f0f8b
16 changed files with 873 additions and 402 deletions

View File

@ -3,13 +3,13 @@
"Radio": {
"device": "Speakers (Realtek High Definiti",
"sampleRate": 48000.0,
"volume": 0.2956989109516144
"volume": 0.4032258093357086
}
},
"bandPlan": "General",
"bandPlanEnabled": true,
"fftHeight": 300,
"frequency": 103184112,
"frequency": 100100000,
"max": 0.0,
"maximized": false,
"menuWidth": 300,
@ -27,7 +27,7 @@
}
},
"windowSize": {
"h": 720,
"h": 725,
"w": 1280
}
}

View File

@ -1,4 +1,4 @@
{
"Radio": "./modules/radio.dll",
"Recorder": "./modules/recorder.dll"
"Radio": "../build/modules/radio/Release/radio.dll",
"Recorder": "../build/modules/recorder/Release/recorder.dll"
}