Mooneer Salem
Mooneer Salem
This proposed feature is to make it easier to immediately replay files recorded using the existing Record button. Currently, people have to go to the Tools menu and locate the...
Basically something similar to what WSJT-X does where you can load a separate configuration while FreeDV is still running (i.e. no need to re-execute the process with `-f` as we...
Now that we're under the Software Freedom Conservancy (SFC), we'll need to figure out a plan for transitioning away from GitHub (context [here](https://sfconservancy.org/blog/2022/jun/30/give-up-github-launch/)). This issue is being created to track...
This PR disables LPCNet for 32-bit builds to allow FreeDV to build on 32-bit Bookworm. 64-bit builds *should* still include it, though (if I'm understanding Ansible correctly, anyway; I'm having...
## Introduction Add infrastructure so that external vocoders can be used. This is to support demoing of [RADAE](https://github.com/drowe67/radae). *WARNING: This is experimental. You probably don't want to use this right...
I recently wiped and redid my MacPorts setup. While making sure I can still build FreeDV, etc., I ended up running into the following ctest failure: ``` MooneerMBP13700:build mooneer$ ctest...
Resolves #742 by setting a timeout when connecting to the radio via Hamlib. Note that this requires hamlib 4.6~git to have full effect (especially with Icom radios).
Reported on the mailing list. Basically, when using the incorrect serial port with a modern Icom radio, hamlib `rig_open` never seems to return, hanging the UI (both in Easy Setup...
### Contact Details tmiw ### Feature for this project Currently, when FreeDV is compiled with PulseAudio support (the default), it displays the internal PulseAudio names for each audio device on...
~~This PR embeds the socket.io-client-cpp source tree, including all required submodules, into the freedv-gui codebase (as of commit https://github.com/socketio/socket.io-client-cpp/commit/da779141a7379cc30c870d48295033bc16a23c66). This is being done for several reasons:~~ ~~1. The above commit...