Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caiovicentino/claude-call
/ functions
Functions
215 in github.com/caiovicentino/claude-call
⨍
Functions
215
◇
Types & classes
15
↓ 1 callers
Function
_speak
(text: str)
voice_hook.py:53
↓ 1 callers
Function
_summary
(cfg)
configure.py:322
↓ 1 callers
Function
_synth
(voice, rate, text)
configure.py:128
↓ 1 callers
Function
_tool_target
(inp: dict)
brain.py:135
↓ 1 callers
Function
_transcribe
(pcm: bytes)
voice_hook.py:74
↓ 1 callers
Method
_type_input
(self, s: str)
controls.py:327
↓ 1 callers
Method
_user_muted
(self)
echo_gate.py:28
↓ 1 callers
Function
_voices_for
(lang2)
configure.py:123
↓ 1 callers
Method
_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 callers
Method
assistant
(self, text: str)
transcript.py:43
↓ 1 callers
Method
flush_staged
Envia tudo que está no buffer de staging de uma vez.
controls.py:263
↓ 1 callers
Method
heard
(self, text: str)
ui.py:170
↓ 1 callers
Method
inject_text
Injeta um turno de TEXTO (colado/digitado) como se você tivesse falado.
brain.py:714
↓ 1 callers
Method
input
(self)
extras_mac_aec.py:137
↓ 1 callers
Method
interrupt
Para AGORA: o turno do daemon (geração+tools, via control_request) E a fala (flush do TTS via InterruptionTaskFrame).
controls.py:347
↓ 1 callers
Method
kill
(self)
extras_mac_aec.py:61
↓ 1 callers
Function
latest_session
ID da conversa mais recente desse cwd (a 'sua sessao'), ou None.
session.py:16
↓ 1 callers
Function
load
()
configure.py:82
↓ 1 callers
Function
main
()
doctor.py:34
↓ 1 callers
Function
main
()
configure.py:338
↓ 1 callers
Function
main
()
voice_hook.py:87
↓ 1 callers
Function
main
()
call.py:135
↓ 1 callers
Function
make_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 callers
Method
output
(self)
extras_mac_aec.py:142
↓ 1 callers
Method
paste
Cola o clipboard no buffer de staging. ENTER envia tudo junto. macOS: pbpaste (texto) + osascript (imagem). Windows: Get-Clipboard (texto).
controls.py:224
↓ 1 callers
Function
prewarm_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 callers
Method
reset
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 callers
Function
resolve_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 callers
Function
save
(cfg: dict)
configure.py:104
↓ 1 callers
Function
sens_from_confidence
(conf: float)
controls.py:92
↓ 1 callers
Method
set_noise
(self, level: int)
controls.py:377
↓ 1 callers
Method
set_settings
(self, **kw)
ui.py:221
↓ 1 callers
Function
start_global_hotkey
Inicia o listener global. Retorna o Listener (ou None se indisponível).
hotkey.py:28
↓ 1 callers
Method
start_typing
(self)
controls.py:315
↓ 1 callers
Method
toggle_code_effort
Alterna o effort do daemon de PROGRAMAR (voz não muda): xhigh <-> ultracode(max).
controls.py:382
↓ 1 callers
Method
toggle_mute
(self)
ui.py:205
↓ 1 callers
Method
toggle_settings
(self)
ui.py:216
↓ 1 callers
Method
tool
(self, name: str, target: str | None = None)
ui.py:177
↓ 1 callers
Method
user
(self, text: str)
transcript.py:36
↓ 1 callers
Method
work_result
(self, content, is_error=False)
ui.py:267
↓ 1 callers
Method
work_text
(self, text: str)
ui.py:280
↓ 1 callers
Method
work_think
(self, text: str)
ui.py:275
↓ 1 callers
Method
work_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
Method
can_generate_metrics
(self)
stt.py:95
Method
can_generate_metrics
(self)
stt.py:130
Method
can_generate_metrics
(self)
stt.py:209
Method
can_generate_metrics
(self)
tts.py:38
Method
cleanup
(self)
extras_mac_aec.py:94
Method
cleanup
(self)
brain.py:837
Function
edit_activation
(cfg)
configure.py:308
Function
edit_echo
(cfg)
configure.py:267
Function
edit_language
(cfg)
configure.py:163
Function
edit_model
(cfg)
configure.py:259
Function
edit_name
(cfg)
configure.py:299
Function
edit_provider
(cfg)
configure.py:171
Function
edit_rate
(cfg)
configure.py:235
Function
edit_stt
(cfg)
configure.py:281
Function
edit_style
(cfg)
configure.py:242
Function
edit_voice
(cfg)
configure.py:202
Method
feed
()
tts.py:80
Method
handle
(self, s: str)
controls.py:149
Function
on_key
()
call.py:101
Function
on_press
(k)
hotkey.py:45
Function
on_release
(k)
hotkey.py:52
Method
open_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
Method
process_frame
(self, frame: Frame, direction: FrameDirection)
audio_meter.py:23
Method
process_frame
(self, frame: Frame, direction: FrameDirection)
echo_gate.py:37
Method
process_frame
(self, frame: Frame, direction: FrameDirection)
brain.py:747
Method
run_stt
(self, audio: bytes)
stt.py:98
Method
run_stt
(self, audio: bytes)
stt.py:133
Method
run_stt
(self, audio: bytes)
stt.py:218
Method
start
(self, frame: StartFrame)
extras_mac_aec.py:105
Function
test_clean_for_speech_emoji_and_punct_only
()
tests/test_core.py:26
Function
test_clean_for_speech_keeps_text
()
tests/test_core.py:34
Function
test_clean_for_speech_markdown
()
tests/test_core.py:20
Function
test_drain_newline_boundary
()
tests/test_core.py:76
Function
test_drain_splits_sentences
()
tests/test_core.py:69
Function
test_fuzzy_wake_negative
()
tests/test_core.py:46
Function
test_fuzzy_wake_positive
()
tests/test_core.py:41
← previous
next →
101–200 of 215, ranked by callers