f4exb
|
b00aea8989
|
PVS studio static analyzer fixes (1)
|
2018-06-21 19:28:11 +02:00 |
|
beta-tester
|
1c952d3b0e
|
force 24h time format
changed hh:mm to HH:mm
changed dd.MM.yyyy to yyyy-MM-dd to uniform all date format
|
2018-05-11 11:00:08 +02:00 |
|
f4exb
|
7bf777e498
|
Get rid of ugly native dialogs on file chooser dialogs
|
2018-05-11 00:00:15 +02:00 |
|
f4exb
|
0dd36d4f3e
|
Sink plugins: put a serializer and deserializer in the core plugin for server
|
2017-12-28 04:04:50 +01:00 |
|
f4exb
|
db86bc5813
|
Web API: use message passing to start/stop device, applied to BladeRF output and file output
|
2017-12-14 00:38:22 +01:00 |
|
f4exb
|
c3de895301
|
Removed direct reference to the DeviceSinkAPI in the sink GUIs. Removed DeviceSourceAPI forward declaration in source GUI headers
|
2017-10-30 02:54:22 +01:00 |
|
f4exb
|
35391e0d66
|
Removed GLSpectrum getter from DeviceSinkAPI
|
2017-10-30 01:11:35 +01:00 |
|
f4exb
|
1b95457d96
|
Device source and sink APIs: removed direct reference to main window
|
2017-10-22 23:50:10 +02:00 |
|
f4exb
|
ca674efb24
|
FileSink output: force settings at startup and on deserialize
|
2017-10-14 07:28:57 +02:00 |
|
f4exb
|
512900d98c
|
Finalized the new source/sink GUI messaging scheme
|
2017-09-17 17:35:03 +02:00 |
|
f4exb
|
9dd99a4530
|
Separate construction/destruction for the sink output plugin core and the GUI
|
2017-09-16 11:34:25 +02:00 |
|
f4exb
|
3cddc772b1
|
Output core creation method implementation in all sink plugins
|
2017-09-14 13:55:57 +02:00 |
|
f4exb
|
87016e7485
|
Device sink API: renamed input and output message queues getters to more meaningful names
|
2017-09-13 23:42:28 +02:00 |
|
f4exb
|
5e62da4437
|
Standardize all output sinks to the same ready/running/error color status
|
2017-06-05 23:00:28 +02:00 |
|
f4exb
|
3a3d8e3dcb
|
activated compiler warnings
|
2017-05-25 20:13:34 +02:00 |
|
f4exb
|
747f400a78
|
New value dial color schemes. apply to File and AM demod plugins
|
2017-05-16 16:21:59 +02:00 |
|
f4exb
|
73c9340e4e
|
File Sink: implemented arbitrary sample rate selection
|
2017-04-06 19:19:32 +02:00 |
|
f4exb
|
870f44a51b
|
File Sink: added more sample rates
|
2017-03-09 19:07:07 +01:00 |
|
f4exb
|
a4f286835d
|
Tx supoort: removed file record option. Unify play button status colors
|
2017-01-04 21:11:51 +01:00 |
|
f4exb
|
fa0afb6c92
|
Tx support: implemented final interpolation stage in FileSink plugin
|
2017-01-02 03:14:46 +01:00 |
|
f4exb
|
c5f1acdcf1
|
AM Modulator: audio input (mic) basic support
|
2016-11-29 01:09:06 +01:00 |
|
f4exb
|
283742cada
|
Tx ph.2: FileSink: more sample rates
|
2016-10-31 00:33:25 +01:00 |
|
f4exb
|
f5bbbb7cab
|
Tx ph.2: UpChannelizer: allow any sample rate
|
2016-10-30 22:01:20 +01:00 |
|
f4exb
|
e9f0bb0d45
|
Tx ph.2: UpChannelizer: interpolator (1) draft
|
2016-10-28 18:39:45 +02:00 |
|
f4exb
|
babd4f8014
|
Tx ph.2: allow decimation in AM modulator i.e. output sample rate lower than audio rate
|
2016-10-28 04:34:06 +02:00 |
|
f4exb
|
4d273d8a13
|
Tx ph.2: use a specialized interpolator similar to the decimator derived from the ancient interpolator
|
2016-10-28 03:18:24 +02:00 |
|
f4exb
|
63083885be
|
Tx ph.2: allow 80 kS/s sample rate for non (N+1)/N interpolation
|
2016-10-27 17:59:00 +02:00 |
|
f4exb
|
50c5836c0e
|
Tx ph.2: allow nore sample rates below 96 kS/s on FileSink to test just the channel plugin interpolator
|
2016-10-27 17:00:05 +02:00 |
|
f4exb
|
f87b714ac7
|
AM demod: removed useless local samples buffer
|
2016-10-23 20:02:39 +02:00 |
|
f4exb
|
c7bec82677
|
Tx ph.1: fixed stream time display in FileSink
|
2016-10-23 12:22:52 +02:00 |
|
f4exb
|
e42a717c69
|
Tx ph.1: Fixed sample rate and center frequency handling in File Sink
|
2016-10-23 10:38:44 +02:00 |
|
f4exb
|
119127fdab
|
Tx ph.1: Fixes to file sink GUI and some debug messages
|
2016-10-23 02:22:00 +02:00 |
|
f4exb
|
987c23004c
|
Tx ph.1: Enable center frequecy UI in FileSinkGUI
|
2016-10-22 21:47:59 +02:00 |
|
f4exb
|
774920a1f0
|
Tx ph.1: removed unused signal connection in FileSink
|
2016-10-22 05:08:26 +02:00 |
|
f4exb
|
ffb8b4d737
|
Tx ph.1: review file sink settings handling
|
2016-10-21 01:21:17 +02:00 |
|
f4exb
|
fbb816ebdf
|
Tx ph.1: Added FileSink (2) compiles. Added plugin/samplesink in all builds
|
2016-10-19 22:32:14 +02:00 |
|
f4exb
|
6c82c36958
|
Tx ph.1: Added FileSink (1)
|
2016-10-19 18:42:57 +02:00 |
|