MCPcopy Create free account

hub / github.com/debpalash/VoiceStudio / functions

Functions15,058 in github.com/debpalash/VoiceStudio

↓ 861 callersMethodjoin
(self, *args, **kwargs)
tests/test_resolve_heartbeat_1414.py:262
↓ 653 callersMethodget
(self, worker_id: str)
backend/worker/pool.py:245
↓ 594 callersMethodget
(self, worker_id)
tests/test_gpu_gateway.py:108
↓ 343 callersMethodjson
(self)
tests/test_asr_openai_compat_877.py:280
↓ 295 callersMethodwarning
(self, *a, **k)
tests/test_dropped_chunk_is_not_silent.py:124
↓ 294 callersFunctiondescribe
Client-safe skill descriptor for GET /api/settings/llm-skills.
backend/services/llm_skills.py:307
↓ 283 callersMethodrun
(self, suite: EvalSuite, agent_factory: AgentFactory)
tests/evals/runner.py:48
↓ 241 callersMethodwait
(self, task_id, timeout=None)
tests/test_gpu_gateway.py:70
↓ 240 callersMethodinfo
(&self)
frontend/src-tauri/src/dictation_shortcut.rs:89
↓ 238 callersFunctionopen
()
frontend/src/test/VoiceSelector.test.jsx:36
↓ 233 callersMethodresolve
(self, token: str | None, api_key: str | None)
backend/services/admin_sessions.py:257
↓ 231 callersFunctionset
(nextLevel)
frontend/src/utils/audioInput.js:15
↓ 214 callersMethodread
()
frontend/src/utils/indexedDbLongformStore.ts:14
↓ 212 callersMethodget
(self, repo_id: str)
backend/api/routers/setup/models.py:67
↓ 201 callersMethodexecute
Run one assignment and return ``{"meta": {...}, "payload": bytes}``. Raises a ``WorkerError``-carrying exception on failure so the client
backend/worker/executor.py:109
↓ 191 callersMethodfilter
(self, record: logging.LogRecord)
backend/main.py:1914
↓ 182 callersMethoderror
(status: u16, code: &str, message: &str)
frontend/src-tauri/src/speech_sidecar.rs:70
↓ 180 callersMethodreplace
(&self, app: tauri::AppHandle, accelerator: String)
frontend/src-tauri/src/wayland_shortcut.rs:45
↓ 170 callersFunctiondb_conn
Context-managed SQLite connection that commits on clean exit and always closes.
backend/core/db.py:24
↓ 169 callersMethodclear
()
frontend/src/utils/indexedDbLongformStore.ts:16
↓ 165 callersMethodpush
Feed a token. Returns zero or more complete sentences. Two emission paths: * **Standard path** — when the buffer is at least ``min_s
backend/services/sentence_chunker.py:339
↓ 163 callersFunctionrender
(_item, path)
backend/tests/test_community.py:292
↓ 149 callersMethodwrite
(record: DurableLongformRecord)
frontend/src/utils/indexedDbLongformStore.ts:15
↓ 142 callersMethoditems
(self)
backend/services/tts_backend.py:2242
↓ 135 callersMethodadd
Parse, save and dial. Raises InvalidConnectionString on a bad paste.
backend/worker/inbound/service.py:479
↓ 125 callersMethodget
(self)
backend/worker/transport/client.py:218
↓ 120 callersFunctiont
(key)
frontend/src/components/settings/settingsCategories.test.jsx:43
↓ 120 callersMethodupdate
(self, n=1)
backend/utils/hf_progress.py:261
↓ 120 callersMethodvalues
(self)
backend/services/tts_backend.py:2249
↓ 119 callersFunctiont
(key)
frontend/src/components/dub/TrackManager.test.jsx:16
↓ 118 callersMethodfetchone
(self)
tests/test_destructive_cleanup.py:27
↓ 117 callersMethoddecode
(cls, text: str)
backend/worker/identity.py:198
↓ 103 callersMethodexception
(self, *a, **k)
tests/test_dropped_chunk_is_not_silent.py:128
↓ 102 callersMethodissue
Mint a key for one panel. The secret is returned exactly once.
backend/worker/inbound/keys.py:250
↓ 97 callersMethodconnect
Register a live session, replacing any previous one. Newest epoch wins, unconditionally. Two sessions for one worker is the race that
backend/worker/pool.py:155
↓ 94 callersMethodmonotonic
(self)
tests/test_admin_sessions.py:45
↓ 92 callersFunctionapiFetch
(path: string, opts: ApiFetchOptions = {})
frontend/src/api/client.ts:335
↓ 89 callersMethodexecute
(self, query, _params=())
tests/test_destructive_cleanup.py:36
↓ 87 callersMethodremove
(self, endpoint: str)
backend/worker/inbound/service.py:673
↓ 84 callersMethodnext_assignment
Bind the highest-ranked waiting task to the best worker for it. Returns ``None`` when nothing can be dispatched — either the queue is
backend/worker/scheduler.py:601
↓ 83 callersFunction_pool
(*workers, slots: int = 2, now: float = 1000.0)
tests/test_worker_scheduler.py:61
↓ 83 callersFunction_record
( worker_id: str, *, priority: int = 50, consent: bool = True, operations: list[str] | Non
tests/test_worker_scheduler.py:33
↓ 83 callersFunctionapiJson
(path: string, opts: RequestInit = {})
frontend/src/api/client.ts:579
↓ 83 callersMethodcancel
(self, *args)
tests/test_worker_scheduler.py:943
↓ 81 callersMethodget
(self, job_id: str)
backend/core/job_queue.py:110
↓ 79 callersFunction_submit
(sched: Scheduler, **kw)
tests/test_worker_scheduler.py:79
↓ 78 callersFunction_scheduler
(pool: WorkerPool, **kw)
tests/test_worker_scheduler.py:75
↓ 76 callersMethodassign
Submit one task and bind it to the connected worker.
tests/test_worker_server_integrity.py:162
↓ 74 callersFunctioncn
(...inputs: ClassValue[])
frontend/src/lib/utils.ts:12
↓ 73 callersMethodencode
Serialize for display/copy-paste. One opaque string, prefixed.
backend/worker/identity.py:184
↓ 71 callersMethodkeys
(self)
backend/worker/inbound/service.py:238
↓ 71 callersMethodstart
(self)
tests/test_worker_transport.py:666
↓ 66 callersMethodload
Load a prompt saved with :meth:`save`. The returned prompt can be passed directly to :meth:`OmniVoice.generate`; the audio tokens are
omnivoice/models/omnivoice.py:125
↓ 60 callersFunctionapiPost
( path: string, body?: unknown, opts: RequestInit = {}, )
frontend/src/api/client.ts:584
↓ 60 callersFunctionresolve
Return ``now`` when supplied — including ``0.0`` — else the wall clock.
backend/worker/clock.py:17
↓ 58 callersMethodencode
(self, audio)
tests/test_omnivoice_reference_bound.py:17
↓ 57 callersMethodgenerate
(self, *a, **k)
tests/test_mm2_lifecycle.py:39
↓ 56 callersMethodis_available
(cls)
tests/test_mm2_lifecycle.py:38
↓ 56 callersMethodresult
(self)
tests/test_sherpa_dictation.py:42
↓ 55 callersMethodcreate
(self, **kw)
tests/test_dub_translate.py:342
↓ 54 callersMethodsubmit
(self, **kwargs)
tests/test_gpu_gateway.py:436
↓ 53 callersMethodaddEventListener
(type: string, listener: EventListener)
frontend/src/utils/longformPersistence.ts:46
↓ 53 callersMethodclose
(self)
tests/test_worker_upload_client.py:309
↓ 53 callersMethodextend
(self, pcm: bytes)
backend/api/routers/capture_ws.py:576
↓ 53 callersMethodok
(body: Value)
frontend/src-tauri/src/speech_sidecar.rs:66
↓ 49 callersFunctiont
(key, params = {})
frontend/src/utils/micError.test.js:59
↓ 47 callersMethodclose
(self)
backend/utils/hf_progress.py:286
↓ 47 callersMethodto
(self, device)
tests/test_tts_placement_self_heal.py:64
↓ 47 callersFunctionuseAppStore
(selector)
frontend/src/test/VoiceGalleryActions.test.jsx:59
↓ 46 callersFunction_client
TestClient anchored to a loopback (or non-loopback) client tuple. The admin dependency reads `request.client.host`; the default TestClient tu
tests/backend/api/test_engines_route_shape.py:66
↓ 46 callersMethodrunning
One task assigned to this worker and rendering.
tests/test_worker_upload_server.py:166
↓ 45 callersMethoddiscard
(self)
backend/worker/transport/server.py:562
↓ 45 callersFunctioninvoke
(...args)
frontend/src/components/FirstRunSetup.jsx:33
↓ 44 callersFunctionwrite
(record)
frontend/src/utils/indexedDbLongformStore.ts:152
↓ 43 callersMethodcommit
Verify, then rename. Never the other way round.
backend/worker/transport/server.py:469
↓ 43 callersMethodis_empty
(self)
backend/services/director.py:82
↓ 42 callersMethodremoveEventListener
(type: string, listener: EventListener)
frontend/src/utils/longformPersistence.ts:47
↓ 42 callersMethodsub
(self, *_args, **_kwargs)
tests/test_scrub.py:154
↓ 40 callersFunctionto_thread_and_drain_on_cancel
Run a blocking call without detaching it when its waiter is cancelled.
backend/worker/async_utils.py:28
↓ 38 callersMethodemit
(self, record)
tests/test_dub_error_transparency.py:94
↓ 37 callersMethodaccept
(self, attempt_id: str, **kw)
backend/worker/lifecycle.py:413
↓ 37 callersFunctionscrub_text
Return ``text`` with secrets and home paths redacted. Never raises. If a redaction pass itself fails, return only the redaction marker: diagn
backend/core/scrub.py:91
↓ 36 callersFunction_ref
(plane, task, attempt, *, payload=b"", sha256=None, size=None)
tests/test_worker_upload_server.py:528
↓ 36 callersMethodgetvalue
(self)
tests/test_indextts_config_and_timeout_1611.py:180
↓ 36 callersFunctionresolve_routing
Resolve the effective device + status for an engine on this host. Rules are evaluated in order; the first match wins (see spec §2). ``min_vra
backend/services/engine_routing.py:74
↓ 35 callersMethodcancel
(self, *, reason: str = "cancelled by user", now: Optional[float] = None)
backend/worker/lifecycle.py:585
↓ 35 callersMethodpublic_bytes
(self)
backend/worker/identity.py:109
↓ 35 callersMethodsave
Save this prompt to ``path`` for reuse in a later session. The file stores a plain dict with the audio tokens moved to CPU, so it can
omnivoice/models/omnivoice.py:104
↓ 35 callersMethodstart
(self, attempt_id: str, **kw)
backend/worker/lifecycle.py:421
↓ 34 callersFunctionField
({ label, hint, error, icon, children })
frontend/src/ui/Input.jsx:45
↓ 34 callersMethodcancel
(self, worker_id: str, task_id: str, attempt_id: str, epoch: int)
backend/worker/transport/server.py:2685
↓ 34 callersFunctionlog_safe
Return one bounded log-line value with controls rendered visibly. User filenames, identifiers, subprocess diagnostics, and exception text can
backend/core/logging_utils.py:10
↓ 34 callersMethodshutdown
(self)
tests/test_analytics_optin.py:264
↓ 34 callersMethodstatus
What the "lend this machine" panel renders, in one call.
backend/worker/agent.py:789
↓ 33 callersMethodis_available
Check if the engine can run in the current environment. Returns: (True, "Ready") if available. (False, "pip install .
backend/services/plugin_sdk.py:97
↓ 32 callersFunction_client
(*, https: bool = False, loopback: bool = False, host: str | None = None)
tests/test_auth_session_api.py:30
↓ 32 callersFunctionresolve_within
Resolve *value* beneath *root*, rejecting traversal and symlink escapes. Absolute values are accepted only when they already resolve inside the
backend/core/path_security.py:52
↓ 32 callersMethodset_text
(key, value)
tests/test_worker_join_api.py:49
↓ 32 callersMethodsize
(self)
omnivoice/scripts/denoise_audio.py:514
↓ 31 callersFunction_worker_modules
Resolve app modules at test runtime, after isolation fixtures run.
tests/test_worker_inbound_transport.py:26
next →1–100 of 15,058, ranked by callers