Commit Graph

53 Commits

Author SHA1 Message Date
f4exb 358f683e37 Server: added UDP source plugin 2018-05-29 11:24:20 +02:00
f4exb 3d8d9d34e0 UDP source: implemeted WEB API (2) 2018-05-25 18:44:24 +02:00
f4exb 54019d7a06 UDP source: implemeted WEB API (1) 2018-05-25 10:45:40 +02:00
f4exb 56c0aaedcd Mag AGC: corrected step calculation. Added method to combine step up and down smoothing 2018-05-06 02:39:39 +02:00
f4exb befc08f2e1 UDP source: send audio samples always on 16 bits. Options to send raw I/Q in either 16 or 24 bits regardless of sample size at compile time 2018-04-19 13:34:22 +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 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 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 4c22be880c UDP source: optimization for FM modes 2018-01-28 03:06:30 +01:00
f4exb b57793607c UDP source: adaptation to 24 bit DSP 2018-01-28 02:30:15 +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 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 e2ff0da18a UDP source: full usage of settings 2017-10-07 06:30:30 +02:00
f4exb 63d94ac9a1 UDP source: fixed settings passing 2017-10-07 06:04:05 +02:00
f4exb bb6b313bc8 UDP source: use settings class 2017-10-07 05:44:43 +02:00
f4exb e3284760f8 UDP source: moved samples format enum to settings class 2017-10-05 08:17:49 +02:00
f4exb d0943b384f UDP source: separate demod and GUI phase 1 2017-10-04 22:41:58 +02:00
f4exb a1afc0ebe6 UDP source: refactor constructor 2017-10-04 22:05:38 +02:00
f4exb 95b191353b Fixed warnings with g++ 6.3 2017-09-30 04:05:32 +02:00
f4exb a7d6b3a75d UDP source plugin: use channel marker address and port 2017-08-25 12:12:46 +02:00
f4exb 511686f820 Use new audio fifo based on audio sample type 2017-08-25 00:02:49 +02:00
f4exb 3803f72e9f UDP channel plugins: Windows build 2017-08-21 13:10:54 +02:00
f4exb f56bea2afe UDP source plugin: optimize squelch gate and release times for SSB 2017-08-20 23:44:40 +02:00
f4exb 872fa9bd20 UDP source plugin: AM with DV block optimization 2017-08-20 22:51:22 +02:00
f4exb 8a16e99e48 UDP source plugin: new AM mode with 300 Hz low cutoff bandpass filter 2017-08-20 22:18:33 +02:00
f4exb 7cfdb9efdd UDP source plugin: reduce AM average length 2017-08-20 09:05:09 +02:00
f4exb 1c36d07254 UDP source plugin fixes 2017-08-20 03:47:21 +02:00
f4exb 65b4930171 UDP source plugin: adjust AM and AGC times 2017-08-20 01:56:23 +02:00
f4exb 79f53275de UDP source plugin: implemented AM with DC filtering and AGC 2017-08-20 00:32:40 +02:00
f4exb b3bd9967a4 UDPSink plugin: implemented squelch gate control 2017-08-19 00:52:10 +02:00
f4exb 587d38665d UDP source plugin: implemented squelch gate 2017-08-19 00:12:56 +02:00
f4exb dda67c0947 UDP source plugin: fixed AM demod 2017-08-18 12:30:12 +02:00
f4exb 32510091df UDPSrc plugin: full squelch implementation 2017-08-18 00:10:15 +02:00
f4exb c6b58431fe UDPSrc plugin: partial squelch implementation 2017-08-17 20:23:17 +02:00
f4exb c601d8dbaa UDPSource and UDPSink plugins: UI refactoring 2017-08-17 12:57:45 +02:00
f4exb ff9eb18a4f UDPSink plugin: added UDP handler 2017-08-15 16:08:12 +02:00
f4exb 9786640322 UDPSink utility: use fixed payload size in bytes 2017-08-15 12:29:54 +02:00
f4exb 3a3d8e3dcb activated compiler warnings 2017-05-25 20:13:34 +02:00
f4exb 7f539f0314 TCP and UDP sources: removed useless dependency on QThread 2017-05-20 05:48:39 +02:00
f4exb 6707bab1a5 Give the decimation method of the Interpolator class its proper name 2016-10-10 01:53:32 +02:00