Mise à jour de 'README.md'
This commit is contained in:
parent
39325a806f
commit
49ac525dad
11
README.md
11
README.md
|
@ -5,8 +5,15 @@ 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.
|
||||
|
||||
<b>Please send me an email with your success story.</b> olivier@f4htb.fr<br>
|
||||
<b>Modification pour compatible audio<b> F4IYT Xavier
|
||||
<b>Modification pour compatible audio<b> F4IYT Xavier<br>
|
||||
Add:<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.setchannels(1)<br>
|
||||
self.inp.setrate(8000)<br>
|
||||
self.inp.setformat(alsaaudio.PCM_FORMAT_FLOAT_LE)<br>
|
||||
self.inp.setperiodsize(256)<br>
|
||||
<br>
|
||||
|
||||
<b>More info on the wiki page:</b> https://github.com/F4HTB/Universal_HamRadio_Remote_HTML5/wiki
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user