1
0
mirror of https://github.com/aidygus/LinVAM.git synced 2024-09-21 02:38:45 +10:00

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

View File

@ -26,10 +26,15 @@ Known bugs and planned additions
- HCS voicepacks - HCS voicepacks
## Install ## Install
- $ pip3 install PyQt5 <pre><code>pip3 install -r requirements.txt</code></pre>
- $ pip3 install python3-xlib
- $ pip3 install pyaudio - $ pip3 install pyaudio pocketsphinx
- $ pip3 install 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 - $ sudo apt-get install swig3.0
- $ (optional) sudo apt install xdotool - $ (optional) sudo apt install xdotool
- $ (optional) sudo apt install ffmpeg - $ (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 ### Improve voice recognition accuracy
Please see this resource on how to train the acoustic model of pocketsphinx to match your voice: 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/