Alexa Tilbrook, KI5JYD

Results 2 comments of Alexa Tilbrook, KI5JYD

@sm0svx this issue has been open for 4+ years. PulseAudio is default on many Linux distros. Why have you not implemented this yet? Without PulseAudio support, Qtel is useless. Might...

A quick Google helped me here: ``` #!/bin/bash # Kinda-sorta PulseAudio compatibility # source: https://ubuntuforums.org/showthread.php?t=1606849 # 73 KI5JYD arecord -r 96000 -D pulse -c 1 > /dev/null 2>&1 & padsp...