mirror of
https://github.com/aidygus/LinVAM.git
synced 2025-04-05 04:08:43 +11:00
Update README.md
This commit is contained in:
parent
a229683c57
commit
b38914fddd
15
README.md
15
README.md
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user