MCPcopy Create free account

hub / github.com/jasperproject/jasper-client / functions

Functions282 in github.com/jasperproject/jasper-client

FunctionisValid
Returns True if input is related to the time. Arguments: text -- user-input, typically transcribed speech
client/modules/Time.py:28
Methodis_available
(cls)
client/stt.py:57
Methodis_available
(cls)
client/stt.py:177
Methodis_available
(cls)
client/stt.py:268
Methodis_available
(cls)
client/stt.py:426
Methodis_available
(cls)
client/stt.py:620
Methodis_available
(cls)
client/tts.py:63
Methodis_available
(cls)
client/tts.py:92
Methodis_available
(cls)
client/tts.py:121
Methodis_available
(cls)
client/tts.py:169
Methodis_available
(cls)
client/tts.py:204
Methodis_available
(cls)
client/tts.py:285
Methodis_available
(cls)
client/tts.py:320
Methodis_available
(cls)
client/tts.py:433
Methodis_available
(cls)
client/tts.py:538
Methodis_available
(cls)
client/tts.py:624
Methodis_compiled
Checks if the vocabulary is compiled by checking if the revision file is readable. This method should be overridden by subclasses to
client/vocabcompiler.py:79
Methodis_compiled
Checks if the vocabulary is compiled by checking if the revision file is readable. Returns: True if this vocabul
client/vocabcompiler.py:192
Methodis_compiled
Checks if the vocabulary is compiled by checking if the revision, languagemodel and dictionary files are readable. Returns:
client/vocabcompiler.py:230
Methodis_compiled
(self)
client/vocabcompiler.py:391
Methodlanguage
(self)
client/stt.py:323
Methodlanguagemodel_file
Returns: The path of the the pocketsphinx languagemodel file as string
client/vocabcompiler.py:214
Methodlanguages
(self)
client/tts.py:382
Methodlanguages
(self)
client/tts.py:455
Methodlanguages
(self)
client/tts.py:499
MethodpassiveListen
(self, PERSONA)
client/test_mic.py:16
MethodpassiveListen
(self, PERSONA)
client/local_mic.py:15
Functionphonetisaurus_installed
()
tests/test_g2p.py:9
Methodplay
(self, filename)
client/tts.py:73
Methodplay
(self, filename)
client/tts.py:337
Functionpocketsphinx_installed
()
tests/test_stt.py:17
Functionreconnect
Reconnects before running
client/modules/MPDControl.py:184
Methodrequest_url
(self)
client/stt.py:319
Methodrevision_file
Returns: The path of the the revision file as string
client/vocabcompiler.py:71
Methodsay
(self, phrase, OPTIONS=None)
client/test_mic.py:32
Methodsay
(self, phrase, OPTIONS=None)
client/local_mic.py:31
Methodsay
(self, phrase, *args)
client/tts.py:70
Methodsay
(self, phrase)
client/tts.py:124
Methodsay
(self, phrase)
client/tts.py:173
Methodsay
(self, phrase)
client/tts.py:224
Methodsay
(self, phrase)
client/tts.py:290
Methodsay
(self, phrase)
client/tts.py:325
Methodsay
(self, phrase)
client/tts.py:463
Methodsay
(self, phrase)
client/tts.py:547
Methodsay
(self, phrase)
client/tts.py:629
MethodsetUp
(self)
tests/test_modules.py:17
MethodsetUp
(self)
tests/test_g2p.py:25
MethodsetUp
(self)
tests/test_g2p.py:55
MethodsetUp
(self)
tests/test_stt.py:30
MethodstyleEmail
(e)
client/notifier.py:47
MethodtestGmail
(self)
tests/test_modules.py:58
MethodtestHN
(self)
tests/test_modules.py:69
MethodtestJoke
(self)
tests/test_modules.py:43
MethodtestKeywordPhraseExtraction
(self)
tests/test_vocabcompiler.py:25
MethodtestLife
(self)
tests/test_modules.py:36
MethodtestLog
Does Brain correctly log errors when raised by modules?
tests/test_brain.py:24
MethodtestNews
(self)
tests/test_modules.py:80
MethodtestPatchedVocabulary
(self)
tests/test_vocabcompiler.py:105
MethodtestPhraseExtraction
(self)
tests/test_vocabcompiler.py:14
MethodtestPriority
Does Brain correctly send query to higher-priority module?
tests/test_brain.py:41
MethodtestPythonImportCheck
(self)
tests/test_diagnose.py:8
MethodtestSortByPriority
Does Brain sort modules by priority?
tests/test_brain.py:34
MethodtestTTS
(self)
tests/test_tts.py:8
MethodtestTime
(self)
tests/test_modules.py:51
MethodtestTranscribe
Does Jasper recognize 'time' (i.e., active listen)?
tests/test_stt.py:45
MethodtestTranscribeJasper
Does Jasper recognize his name (i.e., passive listen)?
tests/test_stt.py:37
MethodtestTranslateWord
(self)
tests/test_g2p.py:29
MethodtestTranslateWord
(self)
tests/test_g2p.py:66
MethodtestTranslateWords
(self)
tests/test_g2p.py:33
MethodtestTranslateWords
(self)
tests/test_g2p.py:72
MethodtestWeather
(self)
tests/test_modules.py:91
Methodtoken
(self)
client/stt.py:470
Methodtoken
(self)
client/stt.py:574
Methodtranscribe
(self, fp)
client/stt.py:61
Methodtranscribe
Performs STT, transcribing an audio file and returning the result. Arguments: fp -- a file object containing audio data
client/stt.py:149
Methodtranscribe
(self, fp, mode=None)
client/stt.py:241
Methodtranscribe
Performs STT via the Google Speech API, transcribing an audio file and returning an English string. Arguments: audio
client/stt.py:368
Methodtranscribe
(self, fp)
client/stt.py:588
Methodvoices
(self)
client/tts.py:510
Functionwrap
(self, *default_args, **default_kwargs)
client/modules/MPDControl.py:189
Methodwrite_test_lm
(text, output_file, **kwargs)
tests/test_vocabcompiler.py:112
Methodwrite_test_vocab
(text, output_file)
tests/test_vocabcompiler.py:107
← previous201–282 of 282, ranked by callers