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
|
bfce9a4fcc
|
Multiple audio support: serialization and deserialization of audio data
|
2018-03-25 04:22:54 +02:00 |
|
f4exb
|
c500b1853b
|
Multiple audio support: use device names for sample rates and volumes maps
|
2018-03-25 01:47:22 +01:00 |
|
f4exb
|
a4b6edbf07
|
Multiple audio support: added ability to manage more than one audio input
|
2018-03-25 00:57:14 +01:00 |
|
f4exb
|
7aaa230eb4
|
Multiple audio support: added ability to manage more than one audio output
|
2018-03-24 23:50:28 +01:00 |
|
f4exb
|
d7db3405a0
|
ThreadedBasebandSampleSource: destructor: call stop only if thread is running
|
2018-03-24 22:39:16 +01:00 |
|
f4exb
|
1156a1931f
|
ThreadedBasebandSampleSink: destructor: call stop only if thread is running
|
2018-03-24 22:37:36 +01:00 |
|
f4exb
|
408b80fa1d
|
Merge branch 'dev' of /shared/development/sdrangel into dev
|
2018-03-24 09:13:15 +01:00 |
|
f4exb
|
5b844c2618
|
Windows build updates
|
2018-03-24 09:12:34 +01:00 |
|
f4exb
|
6cc370e93e
|
Documentation updates
|
2018-03-24 04:55:51 +01:00 |
|
f4exb
|
5b7cbdf0e5
|
Multiple audio support: transfer start/stop audio to audio FIFO management in AudioDeviceManager
|
2018-03-24 04:18:58 +01:00 |
|
f4exb
|
937bc19375
|
Multiple audio support: removed useless start/stop immediate methods from AudioOutput
|
2018-03-24 03:50:09 +01:00 |
|
f4exb
|
90843df58d
|
Multiple audio support: removed useless start/stop immediate methods from AudioDeviceManager
|
2018-03-24 03:42:33 +01: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
|
f387ae884c
|
wqMerge branch 'dev' of ssh://192.168.0.2/z1/development/sdrangel into dev
|
2018-03-23 19:28:07 +01:00 |
|
f4exb
|
95ac9a41d3
|
Multiple audio support: DSPEngine: cleanup of unused audio routines (2)
|
2018-03-23 18:32:55 +01:00 |
|
f4exb
|
20527975c9
|
Multiple audio support: DSPEngine: cleanup of unused audio routines
|
2018-03-23 18:30:28 +01:00 |
|
f4exb
|
09ec0de581
|
Multiple audio support: renamed AudioDeviceInfo to AudioDeviceManager: Windows build
|
2018-03-23 18:10:01 +01:00 |
|
f4exb
|
e2aabde641
|
Multiple audio support: renamed AudioDeviceInfo to AudioDeviceManager
|
2018-03-23 18:08:38 +01:00 |
|
f4exb
|
f85111251b
|
Multiple audio support: moved AudioDeviceInfo in DSPEngine and added management methods to AudioDeviceInfo
|
2018-03-23 17:52:16 +01:00 |
|
f4exb
|
1ac8f34857
|
Web API: scanner: verbosity in loop. Resume delay
|
2018-03-23 09:24:50 +01:00 |
|
f4exb
|
94d3c7155c
|
TV screen: removed useless render immediate indicator
|
2018-03-23 09:24:18 +01:00 |
|
f4exb
|
ee027eda6a
|
Web API: scanner example updates
|
2018-03-22 09:18:49 +01:00 |
|
f4exb
|
1204734b58
|
Web API: AM demod and AirspyHF: many fixes
|
2018-03-22 06:34:51 +01:00 |
|
f4exb
|
0cf53e1dc9
|
Bumped version to 3.13.1
|
2018-03-22 05:14:24 +01:00 |
|
f4exb
|
db2e7fe71b
|
Web API: AirspyHF: implemented settings entry points
|
2018-03-22 05:10:13 +01:00 |
|
f4exb
|
7ad8e50651
|
Web API: AM demod: implemented settings and report entry points
|
2018-03-21 23:49:16 +01:00 |
|
f4exb
|
e6eecf3e28
|
Web API: use MSVC export prefix in swagger library
|
2018-03-20 20:14:04 +01:00 |
|
f4exb
|
72e29fd3f8
|
Moved export.h file to root of exports directory and removed util
|
2018-03-20 13:49:21 +01:00 |
|
f4exb
|
afa7351811
|
LimeSDR: fixed LO frequency setting with the latest version of LimeSuite
|
2018-03-20 08:45:03 +01:00 |
|
f4exb
|
3f4fc02065
|
Web API: NFM scanner Python script example (4)
|
2018-03-20 08:23:52 +01:00 |
|
f4exb
|
0e669cf56a
|
Web API: NFM scanner Python script example (3)
|
2018-03-19 18:39:55 +01:00 |
|
f4exb
|
efcbf9b7cb
|
Web API: NFM scanner Python script example (2)
|
2018-03-19 08:44:23 +01:00 |
|
f4exb
|
a2e1f674d7
|
Web API: NFM scanner Python script example (1)
|
2018-03-19 02:19:36 +01:00 |
|
f4exb
|
5cb64c3daa
|
Web API: implemented channel reporting entry points in server instance
|
2018-03-19 00:20:54 +01:00 |
|
f4exb
|
6fbbd14fd1
|
Web API: entry point to get all channel reports at once
|
2018-03-19 00:08:38 +01:00 |
|
f4exb
|
d4e1521c90
|
Web API: new entry point to get a channel report. Applied to NFM mod and demod
|
2018-03-18 20:17:11 +01:00 |
|
f4exb
|
733c213bf2
|
RTLSDR: updated plugin version
|
2018-03-18 11:16:39 +01:00 |
|
f4exb
|
eb2dcfb74b
|
RTLSDR: start direct mode frequency range at DC (0 kHz)
|
2018-03-17 19:56:07 +01:00 |
|
f4exb
|
d042507c8f
|
DATV demod: fixed initialization sequence in constructor
|
2018-03-17 01:00:46 +01:00 |
|
f4exb
|
f4918ee201
|
LimeSDR: Debian build fixed kiki
|
2018-03-16 23:16:03 +01:00 |
|
f4exb
|
791b93cb4b
|
LimeSDR: Debian build cmake file for new LimeSuite (2)
|
2018-03-16 23:09:06 +01:00 |
|
f4exb
|
6c0d6332f2
|
LimeSDR: Debian build cmake file for new LimeSuite
|
2018-03-16 22:56:46 +01:00 |
|
f4exb
|
cca17093b6
|
LimeSDR: updated latest status in documentation
|
2018-03-16 22:42:01 +01:00 |
|
f4exb
|
ea1d007710
|
Channel Tx modulators: in constructor make sure the thread is launched when all members have been properly initialized (i.e. do it last)
|
2018-03-16 10:26: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
|
8d69272a76
|
Threaded baseband source/sink stop before delete
|
2018-03-16 10:15:35 +01:00 |
|
f4exb
|
904bcf2dc1
|
On DeviceUISet load channels delete all channels before adding new channels. This ensures channels are placed in the same order (sorted) as in the preset
|
2018-03-16 10:13:02 +01:00 |
|
f4exb
|
6e5e912c74
|
TVScreen: correct debug messages
|
2018-03-16 10:11:32 +01:00 |
|
f4exb
|
55cd795eb4
|
LimeSDR: fix NCO direction as Tx is opposed to Rx
|
2018-03-15 23:48:25 +01:00 |
|