f4exb
|
5c5c6d4b7a
|
Added server plugins for ATV, SSB modulators and UDP sink
|
2018-04-15 18:48:59 +02:00 |
|
f4exb
|
1c1b073eba
|
SSB modulator: Web API: fixed set windows title
|
2018-04-15 10:54:22 +02:00 |
|
f4exb
|
b38d2a2a65
|
SSB mod: Web API: settings and report implementation
|
2018-04-14 21:46:53 +02:00 |
|
f4exb
|
e3815e4076
|
SSB mod: moved AF input mode in settings structure
|
2018-04-13 08:41:34 +02:00 |
|
f4exb
|
b151b00182
|
SSBMod YAML file
|
2018-04-12 23:49:29 +02:00 |
|
f4exb
|
53beb8a92d
|
Removed UDP address and port from Channel marker
|
2018-03-30 19:06:27 +02:00 |
|
f4exb
|
e0356a39a5
|
Multiple audio: updated plugins documentation
|
2018-03-30 11:51:57 +02:00 |
|
f4exb
|
0d7f73f595
|
Multiple audio support: SSB modulator
|
2018-03-29 16:57:42 +02:00 |
|
f4exb
|
745e187e2b
|
Multiple audio support: extend audio output information to UDP/RTP information. New audio preferences dialog
|
2018-03-25 11:50:34 +02:00 |
|
f4exb
|
7aaa230eb4
|
Multiple audio support: added ability to manage more than one audio output
|
2018-03-24 23:50:28 +01:00 |
|
f4exb
|
15e62814de
|
Multiple audio support: removed audio methods from DSP engine and use AudioDeviceManager instead
|
2018-03-24 03:36:49 +01:00 |
|
f4exb
|
ea1d007710
|
Channel Tx modulators: in constructor make sure the thread is launched when all members have been properly initialized (i.e. do it last)
|
2018-03-16 10:26:49 +01:00 |
|
f4exb
|
b2e446afcc
|
Windows build: new location for export header
|
2018-03-10 20:32:46 +01:00 |
|
f4exb
|
28e9df5fe8
|
Clang clean compile
|
2018-03-04 01:47:51 +01:00 |
|
f4exb
|
67e664ef06
|
Fixed memory leak with handling of DSPSignalNotification message in modulators and demodulators. Removed reference to unused PIDController class
|
2018-02-14 20:11:36 +01:00 |
|
f4exb
|
d6519d7133
|
SSM modulator: lock mutex when size of magnitude AGC is changed
|
2018-02-03 17:26:24 +01:00 |
|
f4exb
|
b0a97510e2
|
Moving average cleanup
|
2018-02-03 10:33:02 +01:00 |
|
f4exb
|
a47587e16f
|
Specify Scope and Spectrum Vis floating point sample scale
|
2018-01-22 14:07:24 +01:00 |
|
f4exb
|
2ddcb8c358
|
Differentiate Rx and Tx DSP sample sizes
|
2018-01-22 08:46:05 +01:00 |
|
f4exb
|
491b8a6d33
|
Replaced hardcoded bit scaling literals by defines
|
2018-01-21 10:57:04 +01:00 |
|
f4exb
|
4444084b7a
|
Updated version of all modulators
|
2018-01-09 01:23:27 +01:00 |
|
f4exb
|
561420415e
|
All concerned mods: call applyChannelSettings with force=true at construction and start.
|
2018-01-09 01:10:49 +01:00 |
|
f4exb
|
5c6984899e
|
AM, SSB demod, SSB mod: fixed interpolator setting in apply channel settings. Fixes issue #117
|
2018-01-05 19:14:27 +01:00 |
|
f4exb
|
e5baca1a37
|
NFM, SSB and WFM Mods : use specific method to apply channelizer sample rate and frequency offset changes. Separate this data from settings
|
2017-12-30 00:18:51 +01:00 |
|
f4exb
|
e39e080cc0
|
Channel source/sink APIs: removed useless getDeltaFrequency pure virtual method
|
2017-12-29 05:22:26 +01:00 |
|
f4exb
|
d79ef49112
|
Plugin interface: simplify createTxChannelGUI
|
2017-12-23 10:38:45 +01:00 |
|
f4exb
|
0f7faff299
|
Plugin interface: simplify createTxChannel
|
2017-12-23 10:16:27 +01:00 |
|
f4exb
|
703aa21159
|
Plugin interface: simplify createRxChannel
|
2017-12-23 09:54:42 +01:00 |
|
f4exb
|
514e408aac
|
Server: Web API: /sdrangel/deviceset/{deviceSetIndex}/channel POST implementation and rework in the PluginInterface
|
2017-12-23 05:56:40 +01:00 |
|
f4exb
|
9dd707896d
|
Use a name field in channels to be used in headless version to replace the GUI object name that was used as the name field
|
2017-12-20 23:57:06 +01:00 |
|
f4exb
|
e1ad61d692
|
Bumped version of all channel plugins
|
2017-12-18 00:06:01 +01:00 |
|
f4exb
|
6d12443100
|
Server: changes to support DeviceSet
|
2017-12-17 23:15:42 +01:00 |
|
f4exb
|
2dd82e9eca
|
Web API: /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/settings GET for NFM demod and mod
|
2017-12-10 20:27:08 +01:00 |
|
f4exb
|
1d442fd077
|
SSB: updated documentation
|
2017-12-02 18:57:55 +01:00 |
|
f4exb
|
21e52e33fb
|
SSB: space sliders ticks more evenly depending on spectrum sample rate
|
2017-12-01 00:28:47 +01:00 |
|
f4exb
|
f4c1269540
|
SSB GUIs: added LSB and USB labels on the schematic frequency scale
|
2017-11-25 05:29:48 +01:00 |
|
f4exb
|
02e0945368
|
Web API: implemented /sdrangel/channels: Get a list of channel plugins available in this instance
|
2017-11-23 01:19:32 +01:00 |
|
f4exb
|
8c3eeb1c3a
|
SSB mod/demod: GUI: resize main window
|
2017-11-22 22:01:13 +01:00 |
|
f4exb
|
17181189ae
|
SSB GUI: enlarge minimum width
|
2017-11-21 01:48:34 +01:00 |
|
f4exb
|
9455a4c5f6
|
SSB mod/demod: improve LSB/USB experience: DSB/SSB icon shows right sideband. Filter limit sliders with ticks. Button to flip sidebands
|
2017-11-21 01:09:47 +01:00 |
|
f4exb
|
0b5ab32a90
|
Web API: changed default port to 8091
|
2017-11-19 23:58:49 +01:00 |
|
f4exb
|
9b65511931
|
SSB mod and demod: added schematic frequency scale for bandwidth filters
|
2017-11-19 21:19:19 +01:00 |
|
f4exb
|
c8ac9fbf05
|
Web API: report Tx channel info summary (2)
|
2017-11-19 19:33:20 +01:00 |
|
f4exb
|
4169833b4d
|
Web API: report Tx channel info summary
|
2017-11-19 19:14:33 +01:00 |
|
f4exb
|
2ef89f8765
|
SSB modulator: applied new channel marker signal handling
|
2017-11-14 21:24:16 +01:00 |
|
f4exb
|
e492253bc8
|
Removed obsolete basic channel settings widget
|
2017-11-12 10:36:08 +01:00 |
|
f4exb
|
9cca7100ac
|
Demdulators: removed obsolete on menu double clicked event handling. Modulators: removed obsolete basic settings shown indicator
|
2017-11-12 10:30:12 +01:00 |
|
f4exb
|
e2252836f0
|
Modulators: removed obsolete on menu double clicked event handling
|
2017-11-12 10:06:32 +01:00 |
|
f4exb
|
44b49847f9
|
Bumped to version 3.8.3
|
2017-11-11 05:14:58 +01:00 |
|
f4exb
|
e6b2d12236
|
SSB mod/demod: make sure channel marker bandwidth and low cutoff are displayed correctly
|
2017-11-10 23:01:21 +01:00 |
|