82e6b51b8ffb0d7415a2459e352b3ecc62b638ef
[profile/ivi/speech-recognition.git] / packaging / speech-recognition.conf.in
1 #########################
2 # plugins we always need (at least currently)
3 #
4 load simple-disambiguator
5
6 #########################
7 # sphinx speech engine
8 #
9 # default mike input
10 sphinx.pulsesrc = alsa_input.usb-Logitech_Logitech_USB_Microphone-00-Microphone.analog-mono
11 # language models and dictionaries
12 sphinx.hmm  = /usr/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k
13 sphinx.lm   = /usr/share/speech-recognition/dictionaries/demo/demo.DMP
14 sphinx.dict = /usr/share/speech-recognition/dictionaries/demo/demo.dic
15 sphinx.fsg  = /usr/share/speech-recognition/dictionaries/demo/demo.fsg
16 sphinx.decoder      = general
17 sphinx.general.lm   = /usr/share/pocketsphinx/model/lm/en_US/wsj0vp.5000.DMP
18 sphinx.general.dict = /usr/share/pocketsphinx/model/lm/en_US/cmu07a.dic
19
20 load sphinx-speech
21
22 #########################
23 # festival voice engine
24 #
25 festival.voices = auto
26
27 load festival-loader
28 load festival-voice
29
30 #########################
31 # MPRIS2 and bluetooth clients (for iPhone control)
32 #
33
34 #mpris2.player1 = Anssi_Kostiainen__Intel____s_iPhone_Music
35
36 #load mpris2-client
37 #load bluetooth-client
38
39 #########################
40 # dumb search plugin
41 #
42 search.command = /usr/bin/MiniBrowser "http://google.com/search?q=__url__"
43
44 load search-client
45
46 #########################
47 # client API plugins
48 #
49 load native-client
50
51 w3c-speech.address  = unxs:@winthorpe.w3c-speech
52 w3c-speech.grammars = @DATADIR@/speech-recognition/w3c-grammars
53 load w3c-speech
54
55 # wrt-media-client needs GMainLoop
56 gmainloop = true
57 load wrt-media-client