Mooneer Salem
Mooneer Salem
To reproduce: 1. Plug in Arduno and allow it to connect to the network. 2. Update IP address of NTP server in Windows Control Panel and push Update Now until...
@barjac reported an AddressSanitizer error during freedv-gui build: ``` [100%] Built target freedv_datac0c1_rx make[1]: Leaving directory '/home/baz/build/BLD/BLD_MgaX_FREEDV/freedv-git/SOURCES/freedv-1.9.9-202403221300-3e864/codec2/build_linux' /usr/bin/cmake -E cmake_progress_start /home/baz/BLD/BLD_MgaX_FREEDV/freedv-git/SOURCES/freedv-1.9.9-202403221300-3e864/codec2/build_linux/CMakeFiles 0 + cd src + export LD_LIBRARY_PATH=/home/baz/BLD/BLD_MgaX_FREEDV/freedv-git/SOURCES/freedv-1.9.9-202403221300-3e864/LPCNet/build_linux/src + LD_LIBRARY_PATH=/home/baz/BLD/BLD_MgaX_FREEDV/freedv-git/SOURCES/freedv-1.9.9-202403221300-3e864/LPCNet/build_linux/src...
This PR fixes the libasan-related crashes per #43. On x86_64, all tests now pass except for `test_demo_700d_python` (likely due to how libasan interacts with Python itself) and `test_clang_format` (Fedora's `clang-format`...
I see the following compiler warnings when compiling ezDV: ``` [1221/1349] Building C object _deps/codec2-build/src/CMakeFiles/codec2.dir/fmfsk.c.obj /Users/mooneer/ezDV/firmware/build/_deps/codec2-src/src/fmfsk.c: In function 'fmfsk_demod': /Users/mooneer/ezDV/firmware/build/_deps/codec2-src/src/fmfsk.c:186:9: warning: unused variable 'eye_max' [-Wunused-variable] 186 | float eye_max; |...
The following failures were discovered on `main` during work on #12: ``` The following tests FAILED: 5 - tst_ofdm_mod_plain (Failed) 6 - tst_ofdm_mod_ldpc (Failed) 7 - tst_ofdm_demod_quick (Failed) 8 -...
Per previous PLT discussion, this PR reimplements #57 in a manner that should have lower impact: * The lowest supported macOS release is set to 10.5 unconditionally. CMake/Apple Clang from...
This PR cleans up the following warnings: ``` /home/mooneer/freedv-gui/build_win_x86_64/LPCNet_src/src/lpcnet.c:149:16: warning: variable 'count' set but not used [-Wunused-but-set-variable] static int count = 0; ^ 1 warning generated. /home/mooneer/freedv-gui/build_win_x86_64/LPCNet_src/src/lpcnet_enc.c:150:9: warning: variable 'f'...
## Steps to Reproduce 1. Plug Raspberry Pi 5 into TV via HDMI. 2. Compile FreeDV using `./build_linux.sh portaudio`. 3. Execute FreeDV and configure the speaker device to be the...
This PR adds a new `flatpak` folder in the source tree to enable generation of Flatpak packages for FreeDV. By doing so, this should hopefully allow users who prefer to...
This PR adds auto-update functionality for Windows and macOS through the use of the [Sparkle](https://sparkle-project.org/) (macOS) and [WinSparkle](https://github.com/vslavik/winsparkle/) (Windows). By adding this functionality, this ensures that FreeDV users more easily...