Update README.md

This commit is contained in:
RochaLAJ 2021-11-26 23:22:56 -03:00 committed by GitHub
parent a229683c57
commit b38914fddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 5 deletions

View File

@ -26,10 +26,15 @@ Known bugs and planned additions
- HCS voicepacks
## Install
- $ pip3 install PyQt5
- $ pip3 install python3-xlib
- $ pip3 install pyaudio
- $ pip3 install pocketsphinx
<pre><code>pip3 install -r requirements.txt</code></pre>
- $ pip3 install pyaudio pocketsphinx
- NOTE: if any error returns, try your distro version.
<p>Fedora</p>
<pre><code>sudo dnf install python-pyaudio python-pocketsphinx</code></pre>
<p>Ubuntu</p>
<pre><code>sudo apt install python-pyaudio python-pocketsphinx</code></pre>
- $ sudo apt-get install swig3.0
- $ (optional) sudo apt install xdotool
- $ (optional) sudo apt install ffmpeg
@ -78,4 +83,4 @@ If you own a HCS voicepack, copy the whole voicepack folder (like 'hcspack', 'hc
### Improve voice recognition accuracy
Please see this resource on how to train the acoustic model of pocketsphinx to match your voice:
https://cmusphinx.github.io/wiki/tutorialadapt/
https://cmusphinx.github.io/wiki/tutorialadapt/