MCPcopy Create free account

hub / github.com/Shaunwei/RealChar / functions

Functions276 in github.com/Shaunwei/RealChar

↓ 1 callersFunctionsendTokenToServer
client/web/src/components/Auth/SignIn.js:15
↓ 1 callersFunctionsetupAvatarLipSync
(audioContext, audioPlayer)
client/web/src/components/AvatarView/index.jsx:18
↓ 1 callersFunctionsignout
()
client/web/src/components/Auth/SignOut.js:18
↓ 1 callersFunctionspeechRecognition
()
realtime_ai_character/static/script.js:226
↓ 1 callersFunctionstart_client
(session_id, url)
client/cli.py:183
↓ 1 callersMethodstart_playing
(self, wav_data)
client/cli.py:54
↓ 1 callersMethodstop_playing
(self)
client/cli.py:62
↓ 1 callersMethodto_dict
(self)
realtime_ai_character/models/feedback.py:21
↓ 1 callersMethodtranscribe
(self, audio_bytes, platform, prompt="", language="en-US")
realtime_ai_character/audio/speech_to_text/whisper.py:59
↓ 1 callersFunctiontryConnect
()
client/web/src/pages/Conversation.jsx:109
↓ 1 callersFunctionunlockAudioContext
client/web/src/utils/audioUtils.js:10
↓ 1 callersFunctionunlockAudioContext
(audioContext)
realtime_ai_character/static/script.js:584
↓ 1 callersFunctionupdateQuivrInfo
(token, quivrApiKey, quivrBrainId)
client/web/src/components/AdvancedOptions/index.js:24
↓ 1 callersFunctionuseMediaRecorder
( isConnected, audioSent, callActive, send, closeSocket )
client/web/src/hooks/useMediaRecorder.js:10
↓ 1 callersFunctionuseSpeechRecognition
( callActive, preferredLanguage, shouldPlayAudio, isConnected, audioSent, stopAudioPlayback, sen
client/web/src/hooks/useSpeechRecognition.js:11
↓ 1 callersFunctionuseWebsocket
( token, onOpen, onMessage, selectedModel, preferredLanguage, useSearch, useQuivr, selectedCha
client/web/src/hooks/useWebsocket.js:14
FunctionApp
()
client/web/src/App.jsx:32
FunctionButton
({ onClick, name })
client/web/src/components/Common/Button.js:11
FunctionCallView
({ isRecording, isPlaying, isResponding, audioPlayer, handleStopCall, handleContinueCall, audioQ
client/web/src/components/CallView/index.jsx:19
FunctionCharCreate
({ token })
client/web/src/pages/CharCreate.jsx:44
FunctionCharDelete
({ token, isMobile, characterGroups })
client/web/src/pages/CharDelete.jsx:13
FunctionConversation
({ isConnecting, isConnected, isRecording, isPlaying, isThinking, isResponding, audioPlayer, h
client/web/src/pages/Conversation.jsx:19
FunctionCustomTooltipContent
({ tooltip })
client/web/src/components/Models/index.jsx:39
FunctionFeedback
({ messageId, token })
client/web/src/components/Feedback/index.jsx:18
FunctionFooter
()
client/web/src/components/Footer/index.jsx:12
FunctionHeader
({ user, isLoggedIn, setToken, handleDisconnect })
client/web/src/components/Header/index.jsx:15
FunctionHome
({ isMobile, selectedCharacter, setSelectedCharacter, isPlaying, characterGroups, setCharacterGrou
client/web/src/pages/Home.jsx:17
FunctionIconButton
({ Icon, className, onClick, bgcolor = 'default', disabled = false, })
client/web/src/components/Common/IconButton.js:11
FunctionLanguages
({ preferredLanguage, setPreferredLanguage })
client/web/src/components/Languages/index.jsx:11
FunctionMediaDevices
({ selectedDevice, setSelectedDevice })
client/web/src/components/MediaDevices/index.jsx:11
FunctionMobileWarning
()
client/web/src/components/MobileWarning/index.jsx:11
FunctionModels
({ isMobile, selectedModel, setSelectedModel })
client/web/src/components/Models/index.jsx:15
FunctionSettings
({ setSelectedCharacter, isMobile, preferredLanguage, setPreferredLanguage, selectedDevice, setSel
client/web/src/pages/Settings.jsx:21
FunctionSharedConversation
()
client/web/src/pages/SharedConversation.jsx:15
FunctionSignIn
({ isLoggedIn, setToken })
client/web/src/components/Auth/SignIn.js:68
FunctionSignOut
({ isLoggedIn, user, handleDisconnect })
client/web/src/components/Auth/SignOut.js:16
Method__init__
(self)
client/cli.py:33
Method__init__
(self)
realtime_ai_character/utils.py:70
Method__init__
(self, model)
realtime_ai_character/llm/anthropic_llm.py:17
Method__init__
(self, model)
realtime_ai_character/llm/anyscale_llm.py:17
Method__init__
(self, on_new_token=None, token_buffer=None, on_llm_end=None, *args, **kwargs)
realtime_ai_character/llm/base.py:17
Method__init__
(self, text_to_speech=None, websocket=None, tts_event=None, voice_id="", language="en-US", *a
realtime_ai_character/llm/base.py:38
Method__init__
(self)
realtime_ai_character/llm/base.py:87
Method__init__
(self, model)
realtime_ai_character/llm/openai_llm.py:21
Method__init__
(self, overwrite=True)
realtime_ai_character/character_catalog/catalog_manager.py:24
Method__init__
(self)
realtime_ai_character/audio/speech_to_text/google.py:28
Method__init__
(self, use="local")
realtime_ai_character/audio/speech_to_text/whisper.py:41
Method__init__
(self)
realtime_ai_character/audio/text_to_speech/edge_tts.py:13
Method__init__
(self)
realtime_ai_character/audio/text_to_speech/google_cloud_tts.py:36
Method__init__
(self)
realtime_ai_character/audio/text_to_speech/unreal_speech.py:26
Method__init__
(self)
realtime_ai_character/audio/text_to_speech/elevenlabs.py:35
Method__iter__
(self)
realtime_ai_character/utils.py:32
Methodachat
(self, history: List[BaseMessage], user_input: str,
realtime_ai_character/llm/anthropic_llm.py:35
Methodachat
(self, history: List[BaseMessage], user_input: str,
realtime_ai_character/llm/anyscale_llm.py:37
Methodachat
(self, history: List[BaseMessage], user_input: str,
realtime_ai_character/llm/openai_llm.py:48
Methodadd_to_queue
(self, wav_data)
client/cli.py:68
FunctionautoGenerate
()
client/web/src/pages/CharCreate.jsx:147
Functioncharacters
(user=Depends(get_current_user))
realtime_ai_character/restful_routes.py:79
FunctioncloneNewVoice
()
client/web/src/pages/CharCreate.jsx:164
Functionclone_voice
( files: list[UploadFile] = Form(...), user = Depends(get_current_user))
realtime_ai_character/restful_routes.py:377
Functionconfigs
()
realtime_ai_character/restful_routes.py:104
Functioncreate_character
(character_request: CharacterRequest, user = Depends(get_current_user),
realtime_ai_character/restful_routes.py:172
Functiondelete_character
(delete_character_request: DeleteCharacterRequest, user = Depends(get_current_user)
realtime_ai_character/restful_routes.py:222
Functiondocker_build
(name, rebuild)
cli.py:18
Functiondocker_delete
(name)
cli.py:50
Functiondocker_run
(name, db_file)
cli.py:32
Functiondowngrade
()
alembic/versions/0f355a71adbb_added_interaction_table.py:31
Functiondowngrade
()
alembic/versions/9ed6d1431c1d_add_platform_and_action_types.py:26
Functiondowngrade
()
alembic/versions/523fdfc40626_add_language_column.py:23
Functiondowngrade
()
alembic/versions/27fe156a6d72_change_schema_to_unicode.py:26
Functiondowngrade
()
alembic/versions/0128f1234177_add_llm_settings.py:24
Functiondowngrade
()
alembic/versions/209a70fa64cf_create_account_table.py:23
Functiondowngrade
()
alembic/versions/80f7320fdfbe_add_character_table.py:36
Functiondowngrade
()
alembic/versions/3821f7adaca9_add_session_id.py:24
Functiondowngrade
()
alembic/versions/ed4f07e2e353_add_memory_table.py:30
Functiondowngrade
()
alembic/versions/8b16bd92d2a1_add_tts_for_character.py:25
Functiondowngrade
()
alembic/versions/eced1ae3918a_add_string_user_id.py:34
Functiondowngrade
()
alembic/versions/42a5deca5cd3_add_character_id_column.py:24
Functiondowngrade
()
alembic/versions/565747ade2c0_add_feedback_table.py:31
Functiondowngrade
()
alembic/versions/5df1c3818f70_add_message_id_column.py:24
Functiondowngrade
()
alembic/versions/10cf721bd7a5_add_tools_column.py:23
Functiondowngrade
()
alembic/versions/ead242c61258_added_user_table.py:30
Functiondowngrade
()
alembic/versions/6a306e613100_rename_memories_table.py:23
Functionedit_character
(edit_character_request: EditCharacterRequest, user = Depends(get_current_user),
realtime_ai_character/restful_routes.py:191
Functiongenerate_audio
(text: str, tts: str = None, user = Depends(get_current_user))
realtime_ai_character/restful_routes.py:251
Methodgenerate_audio
(self, text, voice_id = "", language='en-US')
realtime_ai_character/audio/text_to_speech/google_cloud_tts.py:90
Methodgenerate_audio
(self, text, voice_id=5, *args, **kwargs)
realtime_ai_character/audio/text_to_speech/unreal_speech.py:52
Methodgenerate_audio
(self, *args, **kwargs)
realtime_ai_character/audio/text_to_speech/base.py:9
Methodgenerate_audio
(self, text, voice_id = "", language='en-US')
realtime_ai_character/audio/text_to_speech/elevenlabs.py:69
Functionget_catalog_manager
()
realtime_ai_character/character_catalog/catalog_manager.py:192
Methodget_config
(self)
realtime_ai_character/llm/anthropic_llm.py:32
Methodget_config
(self)
realtime_ai_character/llm/anyscale_llm.py:34
Methodget_config
(self)
realtime_ai_character/llm/openai_llm.py:45
Functionget_current_user
Heler function for auth with Firebase.
realtime_ai_character/restful_routes.py:38
Functionget_session_history
(session_id: str, db: Session = Depends(get_db))
realtime_ai_character/restful_routes.py:110
FunctionhandleAudioClick
()
client/web/src/components/TextView/index.js:127
FunctionhandleBackgroundChange
client/web/src/pages/CharCreate.jsx:136
FunctionhandleChange
client/web/src/pages/CharCreate.jsx:125
FunctionhandleCharacterSelection
client/web/src/components/Characters/index.js:32
FunctionhandleCloseDialog
()
client/web/src/components/Characters/index.js:40
← previousnext →101–200 of 276, ranked by callers