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)