From c5a0ce0b000e5d1bc9a055bd4e0db45d45481175 Mon Sep 17 00:00:00 2001 From: Xavier Date: Tue, 1 Jul 2025 14:40:45 +0200 Subject: [PATCH] Actualiser README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3206bb3..38288bd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ You can use basic and some advanced functions of your radio. 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
+Bug Audio Modification F4IYT Xavier
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'])