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'])