Actualiser README.md

This commit is contained in:
Xavier 2025-07-01 14:40:45 +02:00
parent 2020618709
commit c5a0ce0b00

View File

@ -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. You use the speaker and microphone of your computer to communicate.
This project is more oriented for voice (phone) or CW. This project is more oriented for voice (phone) or CW.
<b>Modification pour compatible audio<b> F4IYT Xavier<br> <b>Bug Audio Modification<b> F4IYT Xavier<br>
Add: line 214 on UHRR<br> Add: line 214 on UHRR<br>
#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'])<br> #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'])<br>
self.inp = alsaaudio.PCM(alsaaudio.PCM_CAPTURE, alsaaudio.PCM_NORMAL, device=config['AUDIO']['inputdevice'])<br> self.inp = alsaaudio.PCM(alsaaudio.PCM_CAPTURE, alsaaudio.PCM_NORMAL, device=config['AUDIO']['inputdevice'])<br>