-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.txt
More file actions
42 lines (25 loc) · 871 Bytes
/
Copy pathdependencies.txt
File metadata and controls
42 lines (25 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# General Python library's
pip install termcolor
pip install colored
=========================
# Differentiation
sudo apt-get install python2.7 python-wxgtk2.8 openjdk-7-jdk gstreamer0.10-plugins-base
gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly
gstreamer-tools sox mplayer python-setuptools
sudo easy_install MplayerCtrl
( sudo apt-get install subversion )
svn checkout http://voiceid.googlecode.com/svn/trunk voiceid
cd voiceid
sudo python setup.py install
=========================
# SpeechRecognition
sudo apt-get install sox
pip install SpeechRecognition
sudo apt-get install python-pyaudio python3-pyaudio
sudo apt-get install lame
sudo apt-get install mpg123
=========================
# Audio Setup
apt-get install alsa-utils
apt-get install lame
=========================