Mise à jour de 'README.md'

This commit is contained in:
Xavier 2023-02-09 08:42:34 +01:00
parent 49ac525dad
commit 7691a7ffc5

View File

@ -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. This project is more oriented for voice (phone) or CW.
<b>Modification pour compatible audio<b> F4IYT Xavier<br> <b>Modification pour compatible audio<b> F4IYT Xavier<br>
Add:<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>
self.inp.setchannels(1)<br> self.inp.setchannels(1)<br>