|
@@ -7,7 +7,7 @@ class JarvisTrigger:
|
|
"""
|
|
"""
|
|
def __init__(self):
|
|
def __init__(self):
|
|
# TODO update this to load the file from settings
|
|
# TODO update this to load the file from settings
|
|
- self.model = "stt/snowboy/resources/snowboy.umdl"
|
|
|
|
|
|
+ self.model = "stt/snowboy/resources/jarviss.pmdl"
|
|
# boolean used to stop the snowbow listening
|
|
# boolean used to stop the snowbow listening
|
|
self.interrupted = False
|
|
self.interrupted = False
|
|
|
|
|