CubicSDR/src
vsonnier fc0f20f07d Removed recording duration limitation:
- Limit WAV size to 2GB for maximum compatibility,
- Continue recording on another file when size gets too big (XXX_001.wav, then XXX_002.wav and so on)
- The sequence assure up to 2000GB worth of recording which should be enough
- Changed file pattern to international Year.Month.Day so its recognizable whether you are English of French or whatever :)
2018-01-07 08:59:39 +01:00
..
audio Removed recording duration limitation: 2018-01-07 08:59:39 +01:00
demod Removed recording duration limitation: 2018-01-07 08:59:39 +01:00
forms About Dialog code update, passive vcredist install 2018-01-02 00:13:09 -05:00
modules/modem Make ReBuffer refcount management automatic, using std::shared_ptr: 2017-05-24 12:28:37 +02:00
panel Fix reloading of gains at startup. 2017-11-25 09:47:43 +01:00
process Fixes #581 ?: Do not set std::shared_ptr to nullptr in constructors (useless anyway) since they could be wrongly interpreted 2017-10-16 18:50:55 +02:00
rig Initial commit: working... 2017-08-27 11:11:30 +02:00
sdr Fix reloading of gains at startup. 2017-11-25 09:47:43 +01:00
ui Cleanup: remove some unused params and variables, conversion warnings seen with #550. 2017-05-29 20:22:10 +02:00
util ThreadBlockingQueue : remove useless/dangerous operations, forbid both copy and assignment. 2017-09-10 19:35:12 +02:00
visual Menu and demod display tweaks 2018-01-02 23:51:32 -05:00
AppConfig.cpp Recording path notify, bookmark panel record buttons, tweaks and adjustments 2017-12-04 22:44:47 -05:00
AppConfig.h Recording path notify, bookmark panel record buttons, tweaks and adjustments 2017-12-04 22:44:47 -05:00
AppFrame.cpp Menu and demod display tweaks 2018-01-02 23:51:32 -05:00
AppFrame.h Menu and demod display tweaks 2018-01-02 23:51:32 -05:00
BookmarkMgr.cpp Add 'R' toggle key + fixes from initial testing 2017-10-12 00:08:22 -04:00
BookmarkMgr.h Initial commit: working... 2017-08-27 11:11:30 +02:00
CubicSDR.cpp Merge branch 'master' into audio_recording 2017-12-31 14:54:41 -05:00
CubicSDR.h Merge branch 'master' into audio_recording 2017-12-31 14:54:41 -05:00
CubicSDR.png
CubicSDR.xpm Better initial sample rate setup, remove hard-coded default rate and use device info matching /w fallback 2015-03-22 20:47:07 -04:00
CubicSDRDefs.h #513 Workaround in case the number of samples rates is too much to be handled by the menu, decimate to 25 max. 2017-10-28 13:12:27 +02:00
DemodLabelDialog.cpp Initial commit: working... 2017-08-27 11:11:30 +02:00
DemodLabelDialog.h Initial commit: working... 2017-08-27 11:11:30 +02:00
FrequencyDialog.cpp Frequency entry dialog font is slightly too big to fit, use the same as Label dialog instead 2017-09-24 12:46:33 +02:00
FrequencyDialog.h Initial commit: working... 2017-08-27 11:11:30 +02:00
IOThread.cpp Threads vs. Queues lifetimes, cleanups. 2017-08-13 19:19:25 +02:00
IOThread.h Try not to use atomics in performance code 2017-09-22 22:53:59 +02:00
ModemProperties.cpp Initial commit: working... 2017-08-27 11:11:30 +02:00
ModemProperties.h Initial commit: working... 2017-08-27 11:11:30 +02:00