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
|
54e46837dd
|
REST API: changed binary tx parameter to ternary direction parameter (0: rx, 1: tx, 2: any)
|
2019-05-07 14:43:38 +02:00 |
|
f4exb
|
d504b060f9
|
REST API: added missing bits in some modulators and demodulators for reverse API
|
2019-04-20 19:53:16 +02:00 |
|
f4exb
|
ef15157a50
|
Fixed incomplete copyright headers (1)
|
2019-04-11 06:39:30 +02:00 |
|
f4exb
|
4e4d293e01
|
Reverse API originator information: implemented in all channel Rx plugins
|
2019-03-25 13:53:48 +01:00 |
|
f4exb
|
5036e805d7
|
Reverse API: WFM demod
|
2018-12-24 14:46:15 +01:00 |
|
f4exb
|
dc2f25a00b
|
Windows: MSVC2017: fixed more attribute unused cases (1)
|
2018-11-13 00:45:03 +01:00 |
|
f4exb
|
3f7cfb4dd8
|
WFM demod: fixed a missing mutex when re-configuring interpolator
|
2018-10-03 04:19:05 +02: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
|
a839695c3a
|
AM, NFM, SSB and WFM demods: changed channel Id URI
|
2018-05-30 22:25:57 +02:00 |
|
f4exb
|
1770192116
|
Server: added WFM demod plugin
|
2018-05-29 11:14:24 +02:00 |
|
f4exb
|
0c328546b0
|
WFM demod: implemeted WEB API
|
2018-05-25 10:08:47 +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
|
231cb45aa6
|
Removed obsolete references to AudioNetSink
|
2018-03-28 10:00:56 +02:00 |
|
f4exb
|
814764eeee
|
WFM demod: remove UDP/RTP copy audio entirely
|
2018-03-28 09:18:28 +02:00 |
|
f4exb
|
44b4b3cc85
|
Multiple audio support: WFM demodulator
|
2018-03-28 07:44:54 +02:00 |
|
f4exb
|
d67c3adeb4
|
Plugins: RTP cleanup
|
2018-03-27 09:20:23 +02:00 |
|
f4exb
|
ebf3b1fc4b
|
RTP fixes
|
2018-03-27 09:04:10 +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
|
7bf9252039
|
WFM demod: implement RTP over UDP for audio copy
|
2018-03-10 06:13:15 +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
|
b0a97510e2
|
Moving average cleanup
|
2018-02-03 10:33:02 +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
|
cf2f099c37
|
WFM demod: implemented copy audio to UDP
|
2017-11-21 23:30:09 +01:00 |
|
f4exb
|
dc50ba1249
|
Web API: report Rx channel info summary
|
2017-11-19 18:18:17 +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
|
ba55803efd
|
WFM demod: fixed segfault (issue #88) by re-organizing constructor instructions sequence
|
2017-11-06 00:17:40 +01:00 |
|
f4exb
|
08cc475583
|
WFM demod: separate GUI and demod phase 1
|
2017-10-08 03:29:33 +02:00 |
|
f4exb
|
f9b426de69
|
WFM demod: use settings in demod
|
2017-10-08 03:17:13 +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
|
9fcc3cd426
|
Remved default constuctors in Moving average and AGC classes
|
2017-05-11 18:39:00 +02:00 |
|
f4exb
|
6b97d9ea59
|
WFM Demod: implemented the signal gauge
|
2017-04-26 11:09:07 +02:00 |
|
f4exb
|
64de0eca3c
|
WFM demod: Set fixed geometry. Audio mute
|
2017-04-26 10:04:02 +02:00 |
|
f4exb
|
faffb7f7ca
|
WFM demod: fixed excursion handling. Changed discriminator
|
2017-04-26 04:33:25 +02:00 |
|
f4exb
|
e99a5c5f6d
|
WFM demod: code cleanup
|
2017-01-05 10:12:22 +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 |
|
f4exb
|
20c6fb19cc
|
RxTx semantic move: renamed Channelizer to DownChannelizer
|
2016-10-02 21:52:39 +02:00 |
|
f4exb
|
1f7df6548a
|
RxTx semantic move: renamed channel plugins directory to channelrx
|
2016-10-02 13:18:07 +02:00 |
|