Enable selecting audio input / output device based on name

This commit is contained in:
zenith 2025-07-14 18:11:34 -04:00
parent bb68c94be7
commit 875050af07

View file

@ -36,7 +36,9 @@ sudo apt install libhamlib-utils
4. Move FreeDVInterface.py to the "interfaces" folder in your Reticulum install location 4. Move FreeDVInterface.py to the "interfaces" folder in your Reticulum install location
``` ```
mv FreeDVInterface.py ~/.reticlum/interfaces git clone https://github.com/RFnexus/FreeDVInterface.git
cd FreeDVInterface
mv FreeDVInterface.py ~/.reticulum/interfaces
``` ```
5. Add a FreeDVInterface to your Reticulum config 5. Add a FreeDVInterface to your Reticulum config
@ -67,8 +69,6 @@ An example config looks like this. Here we are using `rigctld` to key on / off t
--- ---
## Troubleshooting ## Troubleshooting
> I keep seeing "Invalid sample rate" > I keep seeing "Invalid sample rate"