From 7691a7ffc5d0d2dd33e9bc16853e50d9136a6fb7 Mon Sep 17 00:00:00 2001 From: Xavier Date: Thu, 9 Feb 2023 08:42:34 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5b0f20..f691959 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ You use the speaker and microphone of your computer to communicate. This project is more oriented for voice (phone) or CW. Modification pour compatible audio F4IYT Xavier
-Add:
+Add: line 214 on UHRR
#self.inp = alsaaudio.PCM(alsaaudio.PCM_CAPTURE, alsaaudio.PCM_NORMAL, channels=1, rate=8000, format=alsaaudio.PCM_FORMAT_FLOAT_LE, periodsize=256, device=config['AUDIO']['inputdevice'])
self.inp = alsaaudio.PCM(alsaaudio.PCM_CAPTURE, alsaaudio.PCM_NORMAL, device=config['AUDIO']['inputdevice'])
self.inp.setchannels(1)