-
Amateur radio enthusiast and bad software dev
- Joined on
2021-10-09
Block a user
7142ef0b0d
Updated versions and changelogs
afc106b51f
Simple PTT feature: implemented vox. Issue #1002
79ac722e79
PTT: vox (1)
VE7UWU
synced commits to refs/tags/v6.17.7 at VE7UWU/sdrangel from mirror
2022-01-03 17:26:18 -05:00
VE7UWU
synced new reference refs/tags/v6.17.7 to VE7UWU/sdrangel from mirror
2022-01-03 17:26:18 -05:00
7de805b433
Merge pull request #1094 from srcejon/fix_980
88499f08dd
Fix FileInput API report of absolute time following PR #981.
60c0e31173
Merge pull request #1092 from srcejon/fix_1087
cc3f4ab2f8
Fix for #1087. Support compilation with Boost >= 1.77
5c742a873b
Fallback oct -> Qt::oct and dec -> Qt::dec replacement
bb25211b29
Make code compatible with Qt 5.12
327cc957d6
Fixed more compilation warnings
fc7615e7d1
Swagger generated code: fixed warnings with latest swagger-codegen commit
33ce771e24
Fixed QProcess::execute and QProcess::startDetached warnings
5a11ef6a8b
Updated versions and changelogs
58a9b2996d
Remote input/sink implemented remote control. Implements #1074
1d2187d059
Remote Input: fixed read pointer initialization. Fixes segfault when stream sample rate is lowered
d981912eee
Remote input: removed API calls from GUI
9bb3a273b3
Remote input/sink implemented remote control (1)
VE7UWU
synced commits to refs/tags/v6.17.6 at VE7UWU/sdrangel from mirror
2021-12-26 14:06:13 -05:00
VE7UWU
synced new reference refs/tags/v6.17.6 to VE7UWU/sdrangel from mirror
2021-12-26 14:06:13 -05:00
7c8cb7a85a
Remote: more fixes in conversion routines
ab9f316737
Remote sink/input: implemented choice of sample size in transmission.
9278b12e25
Remote output/source: implemented choice of sample size in transmission. Fixes in the size conversion routines
6cc1616cb8
Remote output: variable sample size in transmission. For now fixed to 16
316e635466
Remote data queue: fixed sample conversion
VE7UWU
synced commits to refs/tags/v6.17.5 at VE7UWU/sdrangel from mirror
2021-12-16 10:41:13 -05:00
VE7UWU
synced new reference refs/tags/v6.17.5 to VE7UWU/sdrangel from mirror
2021-12-16 10:41:13 -05:00
100f6f7f86
Change screenshots for frequency dials replaced by labels
73d676060b
Remote source and output: updated documentation
d471f09cc2
Replaced frequency dials by labels for unmodifiable frequency displays
54866a1a1e
Remote output/source: use queue langth for rate control and derive rate from Tx side. Other fixes
1168eefcc9
Remote Source: use fixed sample rate set to baseband sample rate. Remote Output: use sample rate from remote
56ba6f3d80
Remote Output: removed center frequency from settings but add it to the device report
a5948c8b24
RemoteOutput: remove from GUI all API interactions with the remote
96411edd3c
Remote Output and Remote Source more fixes