Commit Graph

6073 Commits

Author SHA1 Message Date
f4exb 2293061bcc RTL-SDR bias tee: REST API: swagger file 2020-06-27 10:34:58 +02:00
f4exb 111c7237aa Frequency tracker: REST API: added tracking delta frequency in report. Implements #550 2020-06-27 10:34:47 +02:00
f4exb 01a26d51dd Frequency tracker: REST API: added tracking delta frequency in report. Generated code 2020-06-27 10:34:18 +02:00
f4exb 32bb49b631 Fixed swagger code generation script 2020-06-27 10:33:11 +02:00
f4exb 77bd2d1219 Frequency tracker: REST API: added tracking delta frequency in report 2020-06-27 10:13:12 +02:00
f4exb 423476140a LocalSource: fixed DSPSignalNotification& message passing to baseband 2020-06-27 10:05:12 +02:00
f4exb eee7640cdd LocalSink: fixed DSPSignalNotification& message passing to baseband and size sink FIFO depending on channel sample rate 2020-06-27 10:05:03 +02:00
f4exb 83e78deb9f Downchannelizer: correct debug message 2020-06-27 10:04:46 +02:00
f4exb d4959e0a40 LocalSink: increase device link FIFO size 2020-06-27 10:04:38 +02:00
f4exb cf6c964e69 Fixed LocalSink and LocalInput samples threading model by adding one decoupling FIFO. Fixes issue #549 2020-06-27 10:04:25 +02:00
f4exb 18cee9d101 Updated version and changelogs 2020-06-24 05:25:56 +02:00
f4exb f13783b4e5 IQ swap: fixed transverter dialog 2020-06-23 22:25:54 +02:00
f4exb 5e10105dac Attempt to fix MSVC issue C2491 with decimators FI and FF 2020-06-23 20:04:03 +02:00
f4exb cbb1f9b685 Appveyor: build Ubuntu release for 20.04 only 2020-06-23 20:03:46 +02:00
f4exb 128f091566 IQ swap: updated plugins GUI 2020-06-23 20:00:24 +02:00
f4exb 4b388f02c3 IQ swap: implementation in transverter dialog 2020-06-23 19:58:08 +02:00
f4exb 77c583385a IQ swap: updated plugins documentation 2020-06-23 19:57:54 +02:00
f4exb 2b35a7019c Make dedicated readme for TransverterDialog 2020-06-23 19:57:21 +02:00
f4exb c8f87d1c87 IQ swap: fixed decimators 2020-06-23 19:57:05 +02:00
f4exb c4136c6a44 IQ swap: REST API: implementation in plugins 2020-06-23 19:56:50 +02:00
f4exb db870cbecd IQ swap: REST API: generated code 2020-06-23 19:56:29 +02:00
f4exb 07be30325e REST API Swagger code generation using Docker 2020-06-23 19:45:32 +02:00
f4exb 647941b2bc REST API Swagger code generation using Docker: updated http server address 2020-06-23 19:45:14 +02:00
f4exb ea5a91891e IQ swap: REST API: implementation in swagger yaml files 2020-06-23 19:40:01 +02:00
f4exb cc5d614f67 IQ swap: initial implementation in plugins 2020-06-23 19:29:58 +02:00
f4exb 9508e8b88a Updated version and changelogs 2020-06-20 10:02:23 +02:00
f4exb f86cd887f3 Fixed Soapy SDR find module. Implements issue #519 2020-06-20 09:59:29 +02:00
f4exb 6dee94b218 Added SWSCALE to the list of required FFMpeg modules. Implements issue #437 2020-06-20 09:52:53 +02:00
f4exb cba77b8f35 Channel analyzer: fixed scope vis feed regression. Fixes issue #547 2020-06-20 09:50:13 +02:00
f4exb fcff673317 Sepectrum GUI: use spin boxes for reference level and range with finer steps. Implements issue #546 2020-06-20 09:49:44 +02:00
f4exb bbfece704b Updated version and changelogs 2020-06-15 23:22:17 +02:00
f4exb e72754aad6 added debug directory to .gitignore 2020-06-15 23:21:44 +02:00
f4exb 6370c14472 DSD demod: DMR basic privacy: use v1.8.7 of dsdcc for CI build 2020-06-15 21:23:52 +02:00
f4exb 1c4b936ece AppVeyor: added Ubuntu 20.04 build 2020-06-15 21:15:32 +02:00
f4exb 662ac6ef6d DSD demod: REST API: DMR private key implementation 2020-06-15 13:51:46 +02:00
f4exb eda67a6a21 DSD demod: REST API: generated code 2020-06-15 13:51:21 +02:00
f4exb 5c40eee412 DSD demod: REST API: added DMR basic privacy index 2020-06-15 13:45:55 +02:00
f4exb e72ec4c879 DSD demod: implemented DMR basic privacy followinf dsdcc v1.8.7 changes 2020-06-15 12:40:59 +02:00
f4exb 8ad440f893
Merge pull request #536 from Texas-C/master
fix tiny build issue on Qt5.15.0 #535
2020-06-07 01:57:02 +02:00
Texas.C bc13dab313 fix tiny build issue on Qt5.15.0 2020-06-07 02:24:26 +08:00
f4exb 213d5ed82e
Merge pull request #530 from Unrud/fix_flatpak
Fix Flatpak build
2020-05-30 11:05:29 +02:00
Unrud 8326487350 Fix Flatpak build 2020-05-29 23:44:47 +02:00
f4exb 3a45b059d2 Updated version and changelogs 2020-05-24 03:11:32 +02:00
f4exb e42257c374 RTP audio: fixed codec setting when usinf REST API 2020-05-24 03:09:22 +02:00
f4exb 86bc8be8d0 Updated version and changelogs 2020-05-20 14:14:49 +02:00
f4exb 0c38888be1 Prevent use of not existent devices: removed default MIMO device setting 2020-05-20 11:26:30 +02:00
f4exb e79e11546c PlutoSDR: fixed handling of open device status. Fixes issue #510 2020-05-20 11:23:51 +02:00
f4exb 187502b5f3 Prevent use of not existent devices when fiddling with user device parameters. Fixes issue #510 partially 2020-05-20 11:23:43 +02:00
f4exb 3823f2b621 Main GUI app: moved app creation after setting attributes. Fixes #522 2020-05-20 11:23:04 +02:00
f4exb 0260c3aefc AudioDeviceManager: make sure a negative or null sample rate is never returned 2020-05-20 11:07:30 +02:00