WSJT-X/Audio
Bill Somerville 50d0543c03
Test version with environment variable to set Tx audio buffer size
WSJT_TX_AUDIO_BUFFER_FRAMES takes the following values:

 -1          - use Qt/system default
 0           - use 200 mS (WSJT-X default)
 +ve integer - value is number of frames at 48 kHz

-1 is  likely to  be a  good choice on  Windows and  may macOS.  0 has
proven to be good on Windows. On Linux  0 may be OK but we need to try
other values.

The value is only a hint, the  actual value used along with the period
size (the  size of each chunk  of samples requested by  the system) is
printed  in an  info level  diagnostic message  at the  start of  each
transmission.
2020-12-03 01:49:21 +00:00
..
tools Qt v5.15 compatibility 2020-06-13 16:04:41 +01:00
Audio.pri Add a book-keeping file useful in QtCreator. 2020-09-07 18:40:26 -04:00
AudioDevice.cpp Improve audio device handling and error recovery 2020-09-20 18:20:16 +01:00
AudioDevice.hpp Improve audio device handling and error recovery 2020-09-20 18:20:16 +01:00
BWFFile.cpp Merge branch 'feat-refactor' of bitbucket.org:g4wjs/wsjtx-refactor into feat-refactor 2019-07-03 00:59:15 +01:00
BWFFile.hpp Enhanced error reporting for BWF (WAV) files 2016-06-09 23:39:33 +00:00
soundin.cpp Simplify logging of missing/extra audio input samples 2020-11-14 20:50:27 +00:00
soundin.h Simplify logging of missing/extra audio input samples 2020-11-14 20:50:27 +00:00
soundout.cpp Test version with environment variable to set Tx audio buffer size 2020-12-03 01:49:21 +00:00
soundout.h Remove unused member variable that breaks the Raspberry Pi build 2020-09-26 17:47:38 +01:00