forked from intel/winthorpe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
speech-recognition.conf
71 lines (49 loc) · 1.37 KB
/
speech-recognition.conf
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
###################################
# speech-to-text (recognition)
#
load simple-disambiguator
sphinx = {
# source in PA corresponding to the mike Winthorpe should use
pulsesrc = alsa_input.usb-Logitech_Logitech_USB_Microphone-00-Microphone.analog-mono
hmm = /usr/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k
lm = dictionaries/demo/demo.DMP
dict = dictionaries/demo/demo.dic
fsg = dictionaries/demo/demo.fsg
general = {
lm = /usr/share/pocketsphinx/model/lm/en_US/wsj0vp.5000.DMP
dict = /usr/share/pocketsphinx/model/lm/en_US/cmu07a.dic
}
# activate 'general' decoder
decoder = general
# redirect sphinx logs to our debug infra
log = srs
verbose = true
}
load sphinx-speech
###################################
# text-to-speech (synthesis)
#
load espeak-voice
# autodiscover and load all festival voices
festival.voices = auto
load festival-loader
load festival-voice
###################################
# client API/protocol bindings
#
load native-client
load dbus-client
###################################
# special client plugins
#
mpris2 = {
player1 = rhythmbox
rhythmbox = {
service = org.gnome.Rhythmbox3
object = /org/gnome/Rhythmbox3
}
}
#load mpris2-client
# search demo client
search-command = chromium-browser "http://google.com/search?q=__url__"
load search-client