MCPcopy Create free account

hub / github.com/caiovicentino/claude-call / functions

Functions215 in github.com/caiovicentino/claude-call

↓ 1 callersFunction_speak
(text: str)
voice_hook.py:53
↓ 1 callersFunction_summary
(cfg)
configure.py:322
↓ 1 callersFunction_synth
(voice, rate, text)
configure.py:128
↓ 1 callersFunction_tool_target
(inp: dict)
brain.py:135
↓ 1 callersFunction_transcribe
(pcm: bytes)
voice_hook.py:74
↓ 1 callersMethod_type_input
(self, s: str)
controls.py:327
↓ 1 callersMethod_user_muted
(self)
echo_gate.py:28
↓ 1 callersFunction_voices_for
(lang2)
configure.py:123
↓ 1 callersMethod_wave
Wave SINCRONIZADA com o áudio real do mic (VU meter scrollando). Mais alta (7 linhas), com ganho e uma textura leve de ruído pra não ficar ret
ui.py:389
↓ 1 callersMethodassistant
(self, text: str)
transcript.py:43
↓ 1 callersMethodflush_staged
Envia tudo que está no buffer de staging de uma vez.
controls.py:263
↓ 1 callersMethodheard
(self, text: str)
ui.py:170
↓ 1 callersMethodinject_text
Injeta um turno de TEXTO (colado/digitado) como se você tivesse falado.
brain.py:714
↓ 1 callersMethodinput
(self)
extras_mac_aec.py:137
↓ 1 callersMethodinterrupt
Para AGORA: o turno do daemon (geração+tools, via control_request) E a fala (flush do TTS via InterruptionTaskFrame).
controls.py:347
↓ 1 callersMethodkill
(self)
extras_mac_aec.py:61
↓ 1 callersFunctionlatest_session
ID da conversa mais recente desse cwd (a 'sua sessao'), ou None.
session.py:16
↓ 1 callersFunctionload
()
configure.py:82
↓ 1 callersFunctionmain
()
doctor.py:34
↓ 1 callersFunctionmain
()
configure.py:338
↓ 1 callersFunctionmain
()
voice_hook.py:87
↓ 1 callersFunctionmain
()
call.py:135
↓ 1 callersFunctionmake_stt
Cria o STT. provider='local' -> whisper.cpp (server, senao cli). Caso contrario, usa o provider de API (ElevenLabs/Groq/OpenAI), caindo pro local
stt.py:265
↓ 1 callersMethodoutput
(self)
extras_mac_aec.py:142
↓ 1 callersMethodpaste
Cola o clipboard no buffer de staging. ENTER envia tudo junto. macOS: pbpaste (texto) + osascript (imagem). Windows: Get-Clipboard (texto).
controls.py:224
↓ 1 callersFunctionprewarm_edge_cache
Sintetiza (em background, no startup) as frases fixas — fillers e greeting — pra já estarem no cache quando a call precisar delas. Falha silencios
tts.py:131
↓ 1 callersMethodreset
Volta TUDO pro padrão: remove overrides do .env, VAD nível 2 (upstream), mic = computador (default do sistema), barge-in OFF, desmuta.
controls.py:190
↓ 1 callersFunctionresolve_device
Index ATUAL do device pelo NOME salvo (índices do pyaudio mudam — por isso por nome). Sem nome ou não achou -> mic do computador.
controls.py:82
↓ 1 callersFunctionsave
(cfg: dict)
configure.py:104
↓ 1 callersFunctionsens_from_confidence
(conf: float)
controls.py:92
↓ 1 callersMethodset_noise
(self, level: int)
controls.py:377
↓ 1 callersMethodset_settings
(self, **kw)
ui.py:221
↓ 1 callersFunctionstart_global_hotkey
Inicia o listener global. Retorna o Listener (ou None se indisponível).
hotkey.py:28
↓ 1 callersMethodstart_typing
(self)
controls.py:315
↓ 1 callersMethodtoggle_code_effort
Alterna o effort do daemon de PROGRAMAR (voz não muda): xhigh <-> ultracode(max).
controls.py:382
↓ 1 callersMethodtoggle_mute
(self)
ui.py:205
↓ 1 callersMethodtoggle_settings
(self)
ui.py:216
↓ 1 callersMethodtool
(self, name: str, target: str | None = None)
ui.py:177
↓ 1 callersMethoduser
(self, text: str)
transcript.py:36
↓ 1 callersMethodwork_result
(self, content, is_error=False)
ui.py:267
↓ 1 callersMethodwork_text
(self, text: str)
ui.py:280
↓ 1 callersMethodwork_think
(self, text: str)
ui.py:275
↓ 1 callersMethodwork_tool
Tool real do Claude com input cheio -> work.feed (o que aparece na aba).
ui.py:244
Method__init__
(self, *, ui, vad_analyzer, task, brain, loop, sens_level, start_secs, stop_secs, device_inde
controls.py:129
Method__init__
(self, *, name: str = "Claude", session_id: str = "", lang: str = "pt", cwd: str = "")
transcript.py:13
Method__init__
(self, *, base_url: str, language="en", sample_rate=WHISPER_RATE, **kwargs)
stt.py:89
Method__init__
(self, *, model: str, language="en", binary="whisper-cli", sample_rate=WHISPER_RATE, threads=
stt.py:125
Method__init__
(self, bridge: _BridgeProc, params: MacAECTransportParams)
extras_mac_aec.py:67
Method__init__
(self, bridge: _BridgeProc, params: MacAECTransportParams)
extras_mac_aec.py:100
Method__init__
(self, params: MacAECTransportParams | None = None)
extras_mac_aec.py:127
Method__init__
(self, *, session_id, cwd, lang="pt", name="Claude", max_actions=6)
ui.py:92
Method__init__
(self, *, voice: str, rate: str = "+0%", pitch: str = "+0Hz", sample_rate: int = 24000, **kwa
tts.py:30
Method__init__
(self, ui, *, gain: float = 9.0)
audio_meter.py:18
Method__init__
(self, *, tail_secs: float = 0.4, ui=None, anti_echo: bool = True)
echo_gate.py:20
Method__init__
( self, *, voice_rules: str, model: str | None = None, effort: str | N
brain.py:161
Function_dispatch
(c=ch)
call.py:84
Method_drain_stderr
(self)
extras_mac_aec.py:55
Function_fire
()
hotkey.py:38
Method_g_token
(self)
stt.py:212
Function_on_sigint
(*_)
call.py:250
Method_read_loop
(self, loop)
extras_mac_aec.py:84
Function_reader
()
call.py:71
Method_reset_captei
()
brain.py:814
Method_write
(self, data: bytes)
extras_mac_aec.py:110
Methodcan_generate_metrics
(self)
stt.py:95
Methodcan_generate_metrics
(self)
stt.py:130
Methodcan_generate_metrics
(self)
stt.py:209
Methodcan_generate_metrics
(self)
tts.py:38
Methodcleanup
(self)
extras_mac_aec.py:94
Methodcleanup
(self)
brain.py:837
Functionedit_activation
(cfg)
configure.py:308
Functionedit_echo
(cfg)
configure.py:267
Functionedit_language
(cfg)
configure.py:163
Functionedit_model
(cfg)
configure.py:259
Functionedit_name
(cfg)
configure.py:299
Functionedit_provider
(cfg)
configure.py:171
Functionedit_rate
(cfg)
configure.py:235
Functionedit_stt
(cfg)
configure.py:281
Functionedit_style
(cfg)
configure.py:242
Functionedit_voice
(cfg)
configure.py:202
Methodfeed
()
tts.py:80
Methodhandle
(self, s: str)
controls.py:149
Functionon_key
()
call.py:101
Functionon_press
(k)
hotkey.py:45
Functionon_release
(k)
hotkey.py:52
Methodopen_window
Abre uma ABA no mesmo terminal mostrando o feed ao vivo. Bloqueia (osascript), entao chame via asyncio.to_thread. Retorna True se abriu.
ui.py:300
Methodprocess_frame
(self, frame: Frame, direction: FrameDirection)
audio_meter.py:23
Methodprocess_frame
(self, frame: Frame, direction: FrameDirection)
echo_gate.py:37
Methodprocess_frame
(self, frame: Frame, direction: FrameDirection)
brain.py:747
Methodrun_stt
(self, audio: bytes)
stt.py:98
Methodrun_stt
(self, audio: bytes)
stt.py:133
Methodrun_stt
(self, audio: bytes)
stt.py:218
Methodstart
(self, frame: StartFrame)
extras_mac_aec.py:105
Functiontest_clean_for_speech_emoji_and_punct_only
()
tests/test_core.py:26
Functiontest_clean_for_speech_keeps_text
()
tests/test_core.py:34
Functiontest_clean_for_speech_markdown
()
tests/test_core.py:20
Functiontest_drain_newline_boundary
()
tests/test_core.py:76
Functiontest_drain_splits_sentences
()
tests/test_core.py:69
Functiontest_fuzzy_wake_negative
()
tests/test_core.py:46
Functiontest_fuzzy_wake_positive
()
tests/test_core.py:41
← previousnext →101–200 of 215, ranked by callers