MCPcopy Create free account

hub / github.com/RobotTelevision/CrowAssistant / functions

Functions105 in github.com/RobotTelevision/CrowAssistant

↓ 12 callersMethodstart
(self)
CrowSTT.py:638
↓ 8 callersMethod_set_state
(self, new_state)
CrowSTT.py:1117
↓ 5 callersMethod_preprocess_output
(self, text, preview=False)
CrowSTT.py:1176
↓ 4 callersMethod_set_spinner
(self, text)
CrowSTT.py:1165
↓ 4 callersMethodtranscribe
(self)
CrowSTT.py:563
↓ 4 callersFunctionwintts
(text, model)
CrowAssistant.py:170
↓ 3 callersMethod_on_realtime_transcription_stabilized
(self, text)
CrowSTT.py:1217
↓ 3 callersFunctioncontains_word
(text, word)
CrowAssistant.py:165
↓ 3 callersMethodget_window_info
(self, hwnd)
Crow.py:252
↓ 3 callersMethodstop
(self)
CrowSTT.py:670
↓ 2 callersMethod_is_webrtc_speech
(self, chunk, all_frames_must_be_true=False)
CrowSTT.py:1062
↓ 2 callersMethod_start_thread
(self, target=None, args=())
CrowSTT.py:367
↓ 2 callersMethodcount_tokens
Count the number of tokens in a list of messages.
CrowBrain.py:35
↓ 2 callersMethodgenerate
(self, input_text, conversation_id)
CrowBrain.py:151
↓ 2 callersMethodget_instance
(cls)
CrowBrain.py:17
↓ 2 callersMethodget_volume
(self)
Volume.py:21
↓ 2 callersFunctionload_sprite_sheet
(filename, sprite_size)
Crow.py:44
↓ 2 callersMethodmove_to_window
(self, hwnd)
Crow.py:261
↓ 2 callersFunctionname_to_index
(device_name, is_input)
CrowAssistant.py:503
↓ 2 callersMethodset_volume
(self, volume)
Volume.py:36
↓ 1 callersMethodEnd
(self)
Crow.py:392
↓ 1 callersMethodUpdate
(self)
Crow.py:334
↓ 1 callersMethod_check_voice_activity
(self, data)
CrowSTT.py:1098
↓ 1 callersMethod_find_tail_match_in_text
(self, text1, text2, length_of_match=10)
CrowSTT.py:1193
↓ 1 callersMethod_is_voice_active
(self)
CrowSTT.py:1113
↓ 1 callersMethod_on_realtime_transcription_update
(self, text)
CrowSTT.py:1223
↓ 1 callersMethodabort
(self)
CrowSTT.py:519
↓ 1 callersMethodaddSystemMessage
(self, input_text, conversation_id)
CrowBrain.py:142
↓ 1 callersMethoddelete_conversation
(self, conversation_id)
CrowBrain.py:206
↓ 1 callersFunctiondelete_wav_files
()
CrowAssistant.py:83
↓ 1 callersFunctionforce_thread_termination
(thread)
CrowAssistant.py:492
↓ 1 callersFunctionget_audio_output_devices
Prints a list of audio output devices and their device indices on Windows.
CrowAssistant.py:515
↓ 1 callersMethodget_conversations
(self)
CrowBrain.py:132
↓ 1 callersMethodget_focused_window
(self)
Crow.py:243
↓ 1 callersMethodget_instance
(cls)
Crow.py:162
↓ 1 callersFunctionhandle_completed_sentence
(sentence)
CrowAssistant.py:144
↓ 1 callersFunctionis_blank
(sprite)
Crow.py:58
↓ 1 callersMethodlaunch_webpage
(self)
Crow.py:329
↓ 1 callersMethodlist_audio_input_names
(self)
CrowBrain.py:217
↓ 1 callersMethodlist_audio_output_names
(self)
CrowBrain.py:227
↓ 1 callersMethodload_config
(self)
CrowConfig.py:24
↓ 1 callersFunctionload_sprite_animation
(name)
Crow.py:31
↓ 1 callersFunctionmain
()
CrowAssistant.py:401
↓ 1 callersMethodmove_to_taskbar_clock
(self)
Crow.py:276
↓ 1 callersMethodnew_conversation
(self)
CrowBrain.py:125
↓ 1 callersFunctionplay_wav
(wavefile)
CrowAssistant.py:261
↓ 1 callersMethodrender
(self, screen)
Crow.py:136
↓ 1 callersMethodsave_config
(self)
CrowBrain.py:121
↓ 1 callersMethodselect_conversation
(self, conversation_id)
CrowBrain.py:137
↓ 1 callersMethodset_always_on_top
(self)
Crow.py:234
↓ 1 callersMethodset_test_voice_callback
Set the callback function for testing voice.
CrowBrain.py:23
↓ 1 callersMethodsetup_routes
(self)
CrowBrain.py:237
↓ 1 callersFunctionshutdown
()
CrowAssistant.py:451
↓ 1 callersMethodshutdown
(self)
CrowSTT.py:739
↓ 1 callersMethodshutdown
()
CrowBrain.py:267
↓ 1 callersMethodstart_server_thread
(self)
CrowBrain.py:111
↓ 1 callersMethodtest_voice
(self, voice_id)
CrowBrain.py:27
↓ 1 callersMethodtext
(self, on_transcription_finished=None, )
CrowSTT.py:617
↓ 1 callersMethodtrim_messages
Trim the messages to fit within max_tokens.
CrowBrain.py:47
↓ 1 callersMethodupdate
(self)
Crow.py:90
↓ 1 callersMethodupdate_position
(self)
Crow.py:296
↓ 1 callersMethodwait_audio
(self)
CrowSTT.py:527
FunctionInit
()
Crow.py:155
FunctionInit
()
CrowBrain.py:305
Method__enter__
(self)
CrowSTT.py:1229
Method__exit__
(self, exc_type, exc_value, traceback)
CrowSTT.py:1233
Method__init__
(self, model: str = INIT_MODEL_TRANSCRIPTION, language: str = "",
CrowSTT.py:64
Method__init__
(self, device_index=None)
Volume.py:4
Method__init__
(self, crow)
Crow.py:68
Method__init__
(self)
Crow.py:167
Method__init__
(self)
CrowBrain.py:60
Method__init__
(self)
CrowConfig.py:6
Method_audio_data_worker
(audio_queue, sample_rate, buffer_size,
CrowSTT.py:448
Method_is_silero_speech
(self, chunk)
CrowSTT.py:1042
Method_process_wakeword
Processes audio data to detect wake words.
CrowSTT.py:578
Method_realtime_worker
(self)
CrowSTT.py:914
Method_recording_worker
(self)
CrowSTT.py:788
Method_transcription_worker
(conn, model_path, compute_type,
CrowSTT.py:380
Methodadd_message
()
CrowBrain.py:143
Functionaibrains
()
CrowAssistant.py:373
Functioncallback
(in_data, frame_count, time_info, status)
CrowAssistant.py:242
Methoddelete_conversation_route
()
CrowBrain.py:262
Methodfeed_audio
(self, chunk, original_sample_rate=16000)
CrowSTT.py:696
Methodgenerate_route
()
CrowBrain.py:256
Methodget_conversations_route
()
CrowBrain.py:247
Methodget_instance
(cls)
CrowSTT.py:58
Methodindex
()
CrowBrain.py:239
Methodlist_devices
()
Volume.py:53
Methodload_config
(self)
CrowBrain.py:118
Functionmy_start_callback
()
CrowAssistant.py:318
Functionmy_stop_callback
()
CrowAssistant.py:330
Methodnew_conversation_route
()
CrowBrain.py:243
Functionplay_and_delete_wav
()
CrowAssistant.py:208
Functionprocess_text
(text)
CrowAssistant.py:306
Methodrun_server
(self, host='0.0.0.0', port=5000)
CrowBrain.py:108
Methodsave_config
(self)
CrowConfig.py:33
Methodselect_conversation_route
()
CrowBrain.py:251
Methodset_microphone
Set the microphone on or off.
CrowSTT.py:732
Methodsettings_route
()
CrowBrain.py:275
Functiontest_voice
(vid)
CrowAssistant.py:160
next →1–100 of 105, ranked by callers