From 33011eab73e400b1b601346e6f2675ffbb9ecf53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Retzler?= Date: Sun, 29 Nov 2015 11:43:37 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1a2f935..de68b39 100644 --- a/README.md +++ b/README.md @@ -229,3 +229,11 @@ Run `pavucontrol` and set the recording source of `arecord` to "Monitor of" your On the PC, run `fldigi`, and start to transmit: ![fldigi](/images/fldigi.png?raw=true) + +If you don't want to listen to the transmitted signal on your PC: + + sudo modprobe snd-aloop + +This will create an ALSA loopback interface. You have to make the appropriate settings in `pavucontrol`: + +![pavucontrol](/images/pavucontrol-loop.png?raw=true)