Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jasperproject/jasper-client
/ functions
Functions
282 in github.com/jasperproject/jasper-client
⨍
Functions
282
◇
Types & classes
49
Function
isValid
Returns True if input is related to the time. Arguments: text -- user-input, typically transcribed speech
client/modules/Time.py:28
Method
is_available
(cls)
client/stt.py:57
Method
is_available
(cls)
client/stt.py:177
Method
is_available
(cls)
client/stt.py:268
Method
is_available
(cls)
client/stt.py:426
Method
is_available
(cls)
client/stt.py:620
Method
is_available
(cls)
client/tts.py:63
Method
is_available
(cls)
client/tts.py:92
Method
is_available
(cls)
client/tts.py:121
Method
is_available
(cls)
client/tts.py:169
Method
is_available
(cls)
client/tts.py:204
Method
is_available
(cls)
client/tts.py:285
Method
is_available
(cls)
client/tts.py:320
Method
is_available
(cls)
client/tts.py:433
Method
is_available
(cls)
client/tts.py:538
Method
is_available
(cls)
client/tts.py:624
Method
is_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
Method
is_compiled
Checks if the vocabulary is compiled by checking if the revision file is readable. Returns: True if this vocabul
client/vocabcompiler.py:192
Method
is_compiled
Checks if the vocabulary is compiled by checking if the revision, languagemodel and dictionary files are readable. Returns:
client/vocabcompiler.py:230
Method
is_compiled
(self)
client/vocabcompiler.py:391
Method
language
(self)
client/stt.py:323
Method
languagemodel_file
Returns: The path of the the pocketsphinx languagemodel file as string
client/vocabcompiler.py:214
Method
languages
(self)
client/tts.py:382
Method
languages
(self)
client/tts.py:455
Method
languages
(self)
client/tts.py:499
Method
passiveListen
(self, PERSONA)
client/test_mic.py:16
Method
passiveListen
(self, PERSONA)
client/local_mic.py:15
Function
phonetisaurus_installed
()
tests/test_g2p.py:9
Method
play
(self, filename)
client/tts.py:73
Method
play
(self, filename)
client/tts.py:337
Function
pocketsphinx_installed
()
tests/test_stt.py:17
Function
reconnect
Reconnects before running
client/modules/MPDControl.py:184
Method
request_url
(self)
client/stt.py:319
Method
revision_file
Returns: The path of the the revision file as string
client/vocabcompiler.py:71
Method
say
(self, phrase, OPTIONS=None)
client/test_mic.py:32
Method
say
(self, phrase, OPTIONS=None)
client/local_mic.py:31
Method
say
(self, phrase, *args)
client/tts.py:70
Method
say
(self, phrase)
client/tts.py:124
Method
say
(self, phrase)
client/tts.py:173
Method
say
(self, phrase)
client/tts.py:224
Method
say
(self, phrase)
client/tts.py:290
Method
say
(self, phrase)
client/tts.py:325
Method
say
(self, phrase)
client/tts.py:463
Method
say
(self, phrase)
client/tts.py:547
Method
say
(self, phrase)
client/tts.py:629
Method
setUp
(self)
tests/test_modules.py:17
Method
setUp
(self)
tests/test_g2p.py:25
Method
setUp
(self)
tests/test_g2p.py:55
Method
setUp
(self)
tests/test_stt.py:30
Method
styleEmail
(e)
client/notifier.py:47
Method
testGmail
(self)
tests/test_modules.py:58
Method
testHN
(self)
tests/test_modules.py:69
Method
testJoke
(self)
tests/test_modules.py:43
Method
testKeywordPhraseExtraction
(self)
tests/test_vocabcompiler.py:25
Method
testLife
(self)
tests/test_modules.py:36
Method
testLog
Does Brain correctly log errors when raised by modules?
tests/test_brain.py:24
Method
testNews
(self)
tests/test_modules.py:80
Method
testPatchedVocabulary
(self)
tests/test_vocabcompiler.py:105
Method
testPhraseExtraction
(self)
tests/test_vocabcompiler.py:14
Method
testPriority
Does Brain correctly send query to higher-priority module?
tests/test_brain.py:41
Method
testPythonImportCheck
(self)
tests/test_diagnose.py:8
Method
testSortByPriority
Does Brain sort modules by priority?
tests/test_brain.py:34
Method
testTTS
(self)
tests/test_tts.py:8
Method
testTime
(self)
tests/test_modules.py:51
Method
testTranscribe
Does Jasper recognize 'time' (i.e., active listen)?
tests/test_stt.py:45
Method
testTranscribeJasper
Does Jasper recognize his name (i.e., passive listen)?
tests/test_stt.py:37
Method
testTranslateWord
(self)
tests/test_g2p.py:29
Method
testTranslateWord
(self)
tests/test_g2p.py:66
Method
testTranslateWords
(self)
tests/test_g2p.py:33
Method
testTranslateWords
(self)
tests/test_g2p.py:72
Method
testWeather
(self)
tests/test_modules.py:91
Method
token
(self)
client/stt.py:470
Method
token
(self)
client/stt.py:574
Method
transcribe
(self, fp)
client/stt.py:61
Method
transcribe
Performs STT, transcribing an audio file and returning the result. Arguments: fp -- a file object containing audio data
client/stt.py:149
Method
transcribe
(self, fp, mode=None)
client/stt.py:241
Method
transcribe
Performs STT via the Google Speech API, transcribing an audio file and returning an English string. Arguments: audio
client/stt.py:368
Method
transcribe
(self, fp)
client/stt.py:588
Method
voices
(self)
client/tts.py:510
Function
wrap
(self, *default_args, **default_kwargs)
client/modules/MPDControl.py:189
Method
write_test_lm
(text, output_file, **kwargs)
tests/test_vocabcompiler.py:112
Method
write_test_vocab
(text, output_file)
tests/test_vocabcompiler.py:107
← previous
201–282 of 282, ranked by callers