f4exb
|
98ae61f4e0
|
Reverse API: BFM demod
|
2018-12-22 07:16:15 +01:00 |
|
f4exb
|
dc2f25a00b
|
Windows: MSVC2017: fixed more attribute unused cases (1)
|
2018-11-13 00:45:03 +01:00 |
|
f4exb
|
5771ef4783
|
Foolproof AudioFifo to try fix issue #210. Consequently removed useless timeout parameter on read and write methods
|
2018-09-12 15:30:53 +02:00 |
|
f4exb
|
1770192116
|
Server: added WFM demod plugin
|
2018-05-29 11:14:24 +02:00 |
|
f4exb
|
c31a34ea41
|
BFM demod: code cosmetic changes
|
2018-05-29 10:59:30 +02:00 |
|
f4exb
|
f11cda633d
|
BFM demod: fixed squelch to be compatible with server mode
|
2018-05-29 00:14:45 +02:00 |
|
f4exb
|
e27ca22c86
|
BFM demod: fixed report mapper
|
2018-05-28 11:43:24 +02:00 |
|
f4exb
|
0c328546b0
|
WFM demod: implemeted WEB API
|
2018-05-25 10:08:47 +02:00 |
|
f4exb
|
c961fa368d
|
Web API: fixes in BFM demod and HackRF input
|
2018-05-25 02:02:21 +02:00 |
|
f4exb
|
72e58534e3
|
Web API: BFM and DSD demod fixes. SSB demod: change clipping limiter constants
|
2018-05-24 18:23:08 +02:00 |
|
f4exb
|
8d7b581879
|
BFM demod: implemeted WEB API
|
2018-05-23 14:56:29 +02:00 |
|
f4exb
|
5c51297717
|
Moved FFT filter destruction at end of the mod or demod destructor
|
2018-04-18 22:20:47 +02:00 |
|
f4exb
|
3b882e78b4
|
BFM demod: removed UDP/RTP copy audio entirely
|
2018-03-28 09:43:33 +02:00 |
|
f4exb
|
44b4b3cc85
|
Multiple audio support: WFM demodulator
|
2018-03-28 07:44:54 +02:00 |
|
f4exb
|
ae0470218c
|
Multiple audio support: BFM demodulator
|
2018-03-27 23:57:29 +02:00 |
|
f4exb
|
6f8d546ab7
|
BFM demod: removed copy to UDP/RTP
|
2018-03-27 00:30:21 +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
|
15e62814de
|
Multiple audio support: removed audio methods from DSP engine and use AudioDeviceManager instead
|
2018-03-24 03:36:49 +01:00 |
|
f4exb
|
170c59de43
|
Channel Rx demods: in constructor make sure the thread is launched when all members have been properly initialized (i.e. do it last)
|
2018-03-16 10:24:19 +01:00 |
|
f4exb
|
dc9cb0463f
|
BFM demod: implement RTP over UDP for audio copy
|
2018-03-10 07:03:11 +01:00 |
|
f4exb
|
2e5cfcafee
|
PVS-Studio static analysis corrections (3) issue #137
|
2018-02-24 10:29:27 +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
|
0d2c0ca117
|
Revert "BFM demod: implemented use RTP protocol for audio over UDP"
This reverts commit d946ceffc8 .
|
2018-02-06 01:18:13 +01:00 |
|
f4exb
|
d946ceffc8
|
BFM demod: implemented use RTP protocol for audio over UDP
|
2018-02-05 18:19:32 +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
|
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
|
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
|
b91ad7c4b7
|
Web API: added channel enumeration in /sdrangel GET. Partial implementation in channel plugins
|
2017-11-19 03:38:07 +01:00 |
|
f4exb
|
8958edd4be
|
BFM demod: fixed spectrum gui update when channel sample rate changes
|
2017-11-12 14:58:52 +01:00 |
|
f4exb
|
c4e26bf66d
|
Rx channel plugins: use the demodulator constructor separated from the demodulator GUI constructor
|
2017-11-09 01:03:05 +01:00 |
|
f4exb
|
4ad038ed9d
|
Created demod constructor method in all Rx channel plugins
|
2017-11-08 14:23:49 +01:00 |
|
f4exb
|
95f9df8396
|
Moved m_deviceAPI->addThreadedSource at the end of the constructor sequence in all channel plugins
|
2017-11-06 01:39:44 +01:00 |
|
f4exb
|
32f284a0de
|
BFM demod: fixed missing channel configuration message handling
|
2017-10-21 10:35:03 +02:00 |
|
f4exb
|
6095cf549c
|
BFM demod: use settings in the demod
|
2017-10-01 20:17:20 +02:00 |
|
f4exb
|
f10d486b28
|
BFM demod: fixed segfault
|
2017-10-01 16:02:34 +02:00 |
|
f4exb
|
b646d0c89f
|
BFM demod: GUI and demod separation
|
2017-10-01 12:48:31 +02:00 |
|
f4exb
|
a9d1b2ef65
|
BFM demod: moved RDS parser in the demod
|
2017-10-01 11:50:16 +02:00 |
|
f4exb
|
27d504e1ac
|
AM demod: implement copy audio to UDP and basic channel settings dialog
|
2017-08-26 05:32:01 +02:00 |
|
f4exb
|
8a60af3e52
|
BFM demod: added basic channel settings dialog and copy audio to UDP option
|
2017-08-25 18:56:43 +02:00 |
|
f4exb
|
511686f820
|
Use new audio fifo based on audio sample type
|
2017-08-25 00:02:49 +02:00 |
|
f4exb
|
3a3d8e3dcb
|
activated compiler warnings
|
2017-05-25 20:13:34 +02:00 |
|
f4exb
|
579c05cfe5
|
Use doubles for all power calculations
|
2017-05-16 23:39:49 +02:00 |
|
f4exb
|
30de817ba6
|
BFM and DSD Demods: added signal strength gauge. Limit height on all signal gauges
|
2016-12-06 19:06:38 +01:00 |
|
f4exb
|
6707bab1a5
|
Give the decimation method of the Interpolator class its proper name
|
2016-10-10 01:53:32 +02:00 |
|
f4exb
|
78513854ac
|
RxTx semantic move: renamed SampleSink to BasebandSampleSink
|
2016-10-02 22:29:04 +02:00 |
|