1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-08-26 15:56:35 -04:00
Commit Graph

5095 Commits

Author SHA1 Message Date
f4exb
bd48a2feb5 Copy audio to UDP/RTP: Opus implementation (5) 2019-02-19 02:07:26 +01:00
f4exb
0aaab42f95 Copy audio to UDP/RTP: Opus implementation (4) 2019-02-19 00:36:32 +01:00
f4exb
297dcce2d3 Copy audio to UDP/RTP: Opus implementation (3) 2019-02-18 22:06:43 +01:00
f4exb
4c85516741 Copy audio to UDP/RTP: Opus implementation (2) 2019-02-18 18:29:37 +01:00
f4exb
44649fe486 Windows build fixes for G722 and Opus codecs 2019-02-18 13:19:47 +01:00
f4exb
a269462b55 Copy audio to UDP/RTP: Opus implementation (1) 2019-02-18 07:57:03 +01:00
f4exb
c1fb4bb46c Copy audio to UDP/RTP: Opus environment setting 2019-02-18 02:30:43 +01:00
f4exb
ef27776a48 Opus basic encoder 2019-02-18 02:07:30 +01:00
f4exb
ea0767f040 Copy to UDP/RTP: corrected audio dialog G722 sample rate SDP string display 2019-02-17 18:30:19 +01:00
f4exb
d98c4cd3ac Copy audio to UDP/RTP: adapt decimation filter to codec also 2019-02-17 13:32:17 +01:00
f4exb
010f6b7ec6 Copy audio to UDP/RTP: G722 fixes 2019-02-17 06:15:12 +01:00
f4exb
0ff40fb286 Bumped version 2019-02-17 04:39:18 +01:00
f4exb
202d67f141 Copy to UDP/RTP: implemented G722 2019-02-17 03:40:11 +01:00
f4exb
752e71c402 Copy audio to UDP/RTP: use audio filter frequency cutoff corresponding to decimation 2019-02-17 01:32:32 +01:00
f4exb
6d4cb53eb6 Implement variable cutoff frequency for audio filter 2019-02-17 01:31:59 +01:00
f4exb
7a16ccff06 Added a G722 encoder 2019-02-16 11:06:34 +01:00
f4exb
6ed8e97576 Audio UDP/RTP codec and decimation: REST API updates 2019-02-15 12:10:01 +01:00
f4exb
fda0690e81 Audio UDP/RTP: renamed decimation attribute 2019-02-15 07:57:16 +01:00
f4exb
8e4082f53c UDP/RTP copy: documented latest changes 2019-02-15 01:09:26 +01:00
f4exb
475d8647f0 Audio UDP/RTP: implemented audio decimation in the net sink 2019-02-14 17:21:14 +01:00
f4exb
8582d52739 Audio UDP/RTP: fixed A-law / mu-law compressors 2019-02-14 14:28:01 +01:00
f4exb
c46bf5b110 Audio UDP/RTP: added a lowpass filter for decimation 2019-02-14 14:27:06 +01:00
f4exb
5cd7f4a2e6 Audio UDP/RTP: prevent null decimation factor 2019-02-14 10:14:22 +01:00
f4exb
c0a86b3077 Audio UDP/RTP: implemented decimation GUI 2019-02-14 08:31:18 +01:00
f4exb
ef564cdb4f Copy audio to UDP/RTP: added a 8 bit linear option 2019-02-13 10:34:36 +01:00
f4exb
1de6ea4e60 Added PCMA and PCMU encoding for UDP/RTP audio 2019-02-13 07:53:38 +01:00
f4exb
bfb686742a Updated general readme according to recent changes 2019-02-12 19:49:24 +01:00
f4exb
42cb3ea74f SoapySDR: fixed some GUI issues 2019-02-07 23:45:16 +01:00
f4exb
211bfcf873 Windows build fixes 2019-02-03 11:09:09 +01:00
f4exb
a64de98571 PlutoSDR: bumped plugin version 2019-02-03 02:20:16 +01:00
f4exb
8a0508c609 SDRDaemon device plugins migration to Remote device: final changes to remove daemon references. Updated version and Debian changelog 2019-02-03 01:52:11 +01:00
f4exb
60ca383a6e Rename SDRDaemonSource device plugin to RemoteInput (2): REST API 2019-02-03 00:49:57 +01:00
f4exb
4fe16095d4 Rename SDRDaemonSource device plugin to RemoteInput (1) 2019-02-03 00:26:26 +01:00
f4exb
ffb766b42d Rename SDRDaemonSink device plugin to RemoteOutput (2): REST API 2019-02-02 23:27:34 +01:00
f4exb
ad66b4af49 Rename SDRDaemonSink device plugin to RemoteOutput (1) 2019-02-02 22:58:42 +01:00
f4exb
8ccab8acf4
Merge pull request #283 from rgetz/dev
plutosdr: grab the RF bandwidth range from the device
2019-02-02 06:50:34 +01:00
Robin Getz
95edff4985 plutosdr: grab the RF bandwidth range from the device
This will use the RF bandwidth from the device, which is different
between AD9363 and AD9364.

Things are now managed like the device likes - analog low pass bandwidth
is RF (complex) bandwidth, not baseband single I or Q bandwidth.

Signed-off-by: Robin Getz <robin.getz@analog.com>
2019-02-01 16:42:08 -05:00
f4exb
1480b393fb Change DaemonSink to RemoteSink in REST API Python examples 2019-01-27 19:46:50 +01:00
f4exb
f941887a22 Windows: fallen back to libusb 1.0.21 2019-01-27 18:26:00 +01:00
f4exb
4372938b15 Windows build: fixed SoapySDR build 2019-01-27 13:21:12 +01:00
f4exb
6fb6cc4dc4 Windows build: fixed rtlsdr build 2019-01-27 10:41:10 +01:00
f4exb
a9377890cc Bumped version and updated Debian changelog 2019-01-27 10:07:53 +01:00
f4exb
c294f0a017 Migration of DaemonSource channel to RemoteSource 2019-01-23 00:44:13 +01:00
f4exb
5b04cf4b5a Migration of DaemonSink channel to RemoteSink 2019-01-22 23:39:12 +01:00
f4exb
e5b23e9864 Voice type modulators: corrected documentation on sound file input format 2019-01-22 13:30:54 +01:00
f4exb
62e1a5f4da
Merge pull request #278 from qswain2/fix-typo-in-start-stop
Fix typo in start stop
2019-01-20 09:54:06 +01:00
Quentin Swain
876b547997 Fix typo in example script 2019-01-19 20:32:15 -05:00
f4exb
5ad63b7376 XTRX: refactored GPS lock test using workaround using change in 1PPS iterval clock counts. Fixes hanging for 1PPS signal 2019-01-20 00:52:57 +01:00
f4exb
989dbc28b6 REST API examples: added randomize_colors.py in the readme 2019-01-18 01:15:12 +01:00
f4exb
918e42e8c5 Updated XTRX documentation and Debian changelog 2019-01-18 00:45:19 +01:00