f4exb
|
0d4da317b3
|
Demod Analyzer: fixed sample rate handling. Fixes #931
|
2021-06-29 21:47:27 +02:00 |
|
f4exb
|
ee0e5fc777
|
AFC: implemented message pipes for sending back channel settings. Implemented in all relevant channel plugins. Removed obsolete methods
|
2020-12-13 13:04:36 +01:00 |
|
f4exb
|
89a901e383
|
Fixed getURI method in channels and features
|
2020-11-22 19:29:27 +01:00 |
|
Kacper Michajłow
|
f2d01b61d3
|
Avoid global QString init in plugins
This workarounds issue with LTO with GCC #716
|
2020-11-22 04:06:32 +01:00 |
|
f4exb
|
82f98ab6c1
|
cmake: re-integrated -Woverloaded-virtual and fixed corresponding warnings
|
2020-11-15 08:31:49 +01:00 |
|
f4exb
|
6f4f7910f1
|
Channel settings feature feedback: all plugins
|
2020-10-27 06:16:17 +01:00 |
|
f4exb
|
6ebf4569bf
|
Delete channel API from DeviceUISet. Update FeatureUISet
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
a93a93cec0
|
Channel API: new getURI method. Applied to common plugins
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
c41cf68d60
|
Demod plugins with configurable audio: fixed audio sample rate handling
|
2020-08-03 12:59:31 +02:00 |
|
f4exb
|
653f8c1330
|
Renamed DownSampleChannelizer back to (new) DownChannelizer
|
2019-12-13 15:15:21 +01:00 |
|
f4exb
|
5b83b2a4a8
|
Rx plugins: refactoring of classes (1)
|
2019-11-23 07:40:36 +01:00 |
|
f4exb
|
51a07c3f7b
|
Channel Rx plugins: implement MIMO support
|
2019-10-09 07:39:52 +02:00 |
|
f4exb
|
2274d20856
|
REST API: config: GET (5): all API supported channels refactoring to use static methods for settings GET. PUT. PATCH
|
2019-08-03 01:05:16 +02:00 |
|
f4exb
|
a5e9f251ef
|
Single channel API
|
2019-05-09 17:27:12 +02:00 |
|
f4exb
|
89e53cf179
|
Single DeviceAPI interface (1)
|
2019-05-08 22:11:53 +02:00 |
|
f4exb
|
ef15157a50
|
Fixed incomplete copyright headers (1)
|
2019-04-11 06:39:30 +02:00 |
|
f4exb
|
6dc443c512
|
Reverse API: DSD demod
|
2018-12-22 13:05:48 +01:00 |
|
f4exb
|
f8e90827ac
|
Renamed the UDPSink from sdrbase utils to UDPSinkUtil
|
2018-09-11 23:45:56 +02:00 |
|
f4exb
|
f368c62329
|
Fixed power display going to floor value in some demods
|
2018-08-05 12:44:06 +02:00 |
|
f4exb
|
e86120969a
|
DSD decoder: NXDN implementation
|
2018-06-20 09:15:17 +02:00 |
|
f4exb
|
128ac7ea1f
|
DSD demod: implemeted WEB API
|
2018-05-24 12:17:29 +02:00 |
|
f4exb
|
84538f1acf
|
DSD demod: use buffered squelch to start decoding at the very beginning of the transmission regardless of squelch gate length
|
2018-04-21 09:56:12 +02:00 |
|
f4exb
|
c4b092dff0
|
Multiple audio support: DSD demodulator
|
2018-03-28 08:00:27 +02:00 |
|
f4exb
|
a0282dd3d9
|
DSD demod: removed copy to UDP/RTP
|
2018-03-27 00:38:26 +02:00 |
|
f4exb
|
1728f91d15
|
DSD demod: GUI scope simplification (2)
|
2018-03-12 05:23:09 +01:00 |
|
f4exb
|
de68eb360f
|
DSD demod: GUI scope simplification (1)
|
2018-03-12 05:07:51 +01:00 |
|
f4exb
|
d34ff61032
|
DSD demod: implement RTP over UDP for audio copy (part 2)
|
2018-03-08 08:59:17 +01:00 |
|
f4exb
|
3dbf59cd1d
|
DSD demod: implement RTP over UDP for audio copy (part 1)
|
2018-03-07 01:39:02 +01:00 |
|
f4exb
|
28e9df5fe8
|
Clang clean compile
|
2018-03-04 01:47:51 +01:00 |
|
f4exb
|
b0a97510e2
|
Moving average cleanup
|
2018-02-03 10:33:02 +01:00 |
|
f4exb
|
c2594836b0
|
DSD Demod: compatibility with 24 bit samples in DSP
|
2018-01-24 23:57:36 +01:00 |
|
f4exb
|
6885dd1fe6
|
All concerned demods: call applyChannelSettings with force=true at construction and start.
|
2018-01-09 00:59:10 +01:00 |
|
f4exb
|
d476736487
|
Demods : use specific method to apply channelizer sample rate and frequency offset changes. Separate this data from settings
|
2017-12-29 11:04:47 +01:00 |
|
f4exb
|
e39e080cc0
|
Channel source/sink APIs: removed useless getDeltaFrequency pure virtual method
|
2017-12-29 05:22:26 +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
|
6d12443100
|
Server: changes to support DeviceSet
|
2017-12-17 23:15:42 +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
|
dc50ba1249
|
Web API: report Rx channel info summary
|
2017-11-19 18:18:17 +01:00 |
|
f4exb
|
d0572a6f84
|
Added microsecond epoch as unique id to channel instances
|
2017-11-19 11:36:20 +01:00 |
|
f4exb
|
4ad038ed9d
|
Created demod constructor method in all Rx channel plugins
|
2017-11-08 14:23:49 +01:00 |
|
f4exb
|
3405424ad1
|
DSD demod: old code cleanup
|
2017-10-04 00:29:47 +02:00 |
|
f4exb
|
392f1f43d6
|
DSD demod: use settings in demod
|
2017-10-04 00:02:59 +02:00 |
|
f4exb
|
96530f13f4
|
DSD demod: rescale squelch
|
2017-10-03 23:03:29 +02:00 |
|
f4exb
|
6e2e8dc2b5
|
DSD demod: rescale demod gain and volume
|
2017-10-03 23:00:18 +02:00 |
|
f4exb
|
65ec5015df
|
DSD demod: rescale RF bandwidth and FM deviation
|
2017-10-03 22:49:30 +02:00 |
|
f4exb
|
878871e120
|
DSD demod: reorder parameters in configure method
|
2017-10-03 22:43:34 +02:00 |
|
f4exb
|
918aff8b8f
|
DSD demod: separate GUI from demod
|
2017-10-02 13:56:40 +02:00 |
|
f4exb
|
115379bcf2
|
DSD demod: use AudioSample type for the UDP sink buffer
|
2017-08-25 01:17:21 +02:00 |
|
f4exb
|
d98d8757b0
|
Moved audio sample definitions to dsp types definitions
|
2017-08-24 15:24:28 +02:00 |
|
f4exb
|
f74e74af12
|
DSD demod: implemented audio duplication to UDP
|
2017-08-24 13:51:24 +02:00 |
|