MCPcopy Create free account

hub / github.com/debpalash/VoiceStudio / functions

Functions15,058 in github.com/debpalash/VoiceStudio

↓ 7 callersFunctionis_local_host
(host: str | None)
backend/core/auth.py:109
↓ 7 callersFunctionis_model_silent
True when the dictation model produced NO text despite real speech. Distinguishes "the user said nothing" (fine — stay quiet) from "the model
backend/api/routers/capture_ws.py:592
↓ 7 callersFunctionissue_session
( *, worker_id: str, key_id: str, epoch: int, ttl_seconds: int = _DEFAULT_SESSION_TTL_SECO
backend/worker/identity.py:271
↓ 7 callersMethodlose_attempt
The grace window expired without word from the worker. Unknown outcome, not failure: the worker is excluded (we cannot ask it again)
backend/worker/lifecycle.py:527
↓ 7 callersMethodmarkers
(&self)
frontend/src-tauri/tests/backend_lifecycle.rs:441
↓ 7 callersMethodmem_get_info
()
tests/test_unified_memory_offload.py:116
↓ 7 callersMethodok
The verdict: only blocking failures matter.
tests/probe/report.py:82
↓ 7 callersMethodpoll
()
backend/tests/test_omnivoice_subprocess.py:246
↓ 7 callersFunctionprincipal_for
( connection, *, store: AdminSessionStore | None = None, )
backend/core/auth.py:416
↓ 7 callersMethodpush_far_end
Append far-end (playback) audio to the reference ring buffer. Accepts raw int16 little-endian mono PCM at the configured rate.
backend/services/aec.py:153
↓ 7 callersFunctionpush_marker
Prepend `marker` and keep only the newest [`MAX_MARKERS`]. Pure so the rotation policy is unit-tested without touching the filesystem.
frontend/src-tauri/src/crash.rs:133
↓ 7 callersMethodrefresh_capabilities
Re-probe and publish after model/download/residency changes.
backend/worker/transport/client.py:696
↓ 7 callersMethodregister
(self)
tests/test_worker_upload_server.py:124
↓ 7 callersFunctionrequire_admin_action
(*args, **kwargs)
tests/test_loopback_server_mode.py:33
↓ 7 callersFunctionrespawn_backend
Take the port back and bring a healthy backend up on it, from scratch if need be. Shared by the Retry button and by a scoped reset (`reset.rs`), which
frontend/src-tauri/src/bootstrap.rs:232
↓ 7 callersMethodresult_acked
Drop a result only after the panel acknowledges its task commit.
backend/worker/inbound/artifacts.py:656
↓ 7 callersFunctionsanitize
Redact secrets and strip the home path from a string. - HF tokens (reuses the regex from ``core.logging_filter``) - values of env vars whose
backend/core/failure.py:668
↓ 7 callersFunctionscrubText
(text)
frontend/src/utils/scrub.js:49
↓ 7 callersFunctionsend
(msg)
tests/test_generate_streaming.py:191
↓ 7 callersFunctionsetLanguage
(v)
frontend/src/pages/AudiobookTab.jsx:61
↓ 7 callersMethodslot_key
(engine: str, model_id: str)
backend/worker/capacity.py:164
↓ 7 callersMethodsnapshot
(self, now: Optional[float] = None)
backend/utils/download_aggregator.py:107
↓ 7 callersMethodstage_in
Hand a previously pushed input to the executor. Copied rather than moved: an attempt that is retried asks for the same input again, a
backend/worker/inbound/artifacts.py:956
↓ 7 callersMethodsubmit
Enqueue a coroutine-returning callable. Idempotent on job_id.
backend/core/job_queue.py:92
↓ 7 callersFunctionsynthesize_chapter
Render a chapter's spans to one waveform via an injected ``synth``. ``synth(text, voice_id, speed)`` returns a float32 audio tensor — 1-D ``(
backend/services/audiobook.py:242
↓ 7 callersMethodsystem_of
(self, call)
tests/test_dub_translation_quality.py:34
↓ 7 callersMethodto_dict
(self)
backend/core/job_queue.py:53
↓ 7 callersMethodto_dict
(self)
tests/evals/case.py:63
↓ 7 callersMethodunload
(self)
tests/test_unload_advertised_ids.py:33
↓ 7 callersFunctionword_error_rate
Normalized token edit distance in [0.0, 1.0+]. 0.0 = the ASR heard exactly the target text. ~1.0 = entirely different. Can exceed 1.0 when th
backend/services/dub_qc.py:53
↓ 6 callersMethodAttach
(self, _frames, metadata=())
tests/test_worker_inbound_transport.py:552
↓ 6 callersMethod__init__
(self, kernel_size: int)
omnivoice/eval/models/utmos.py:244
↓ 6 callersFunction_apply_fitted_times
Overlay fitted cue times onto subtitle segments (copies; non-destructive). Matches by segment ``id``; when the fitted record carries no ids at al
backend/api/routers/dub_export.py:497
↓ 6 callersFunction_body
(path, kind="models_dir")
tests/test_models_dir_setting.py:35
↓ 6 callersFunction_body
(segments, **extra)
tests/test_redub_incremental.py:235
↓ 6 callersFunction_cat
(report, cid)
tests/test_storage_report.py:77
↓ 6 callersFunction_check_available
Check if AudioSeal is installed and importable.
backend/services/watermark.py:166
↓ 6 callersFunction_clamp
Re-implement the inline clamp from dub_export.py so we can unit-test it without standing up a full FastAPI app + ffmpeg subprocess.
tests/test_dub_export_bitrate.py:12
↓ 6 callersFunction_convert
(rel: str, fn_name: str)
tests/test_sidecar_downmix_is_channel_aware.py:47
↓ 6 callersFunction_crash_once
(kind="generate")
backend/tests/test_run_sentinel.py:203
↓ 6 callersFunction_dead
(chunks)
tests/test_no_unspeakable_chunks_1330.py:39
↓ 6 callersFunction_degrade
(b, free_gb, device="cuda", compute="float16")
tests/test_asr_vram_preflight.py:25
↓ 6 callersMethod_discard_reserved_input_locked
(self, path: str, *published: str)
backend/worker/inbound/artifacts.py:460
↓ 6 callersFunction_durable_makedirs
Create a directory chain and persist each new parent entry.
backend/worker/agent.py:539
↓ 6 callersMethod_ensure_asr
(self)
backend/services/asr_backend.py:613
↓ 6 callersFunction_entry
(**overrides)
tests/test_worker_executor_residency.py:468
↓ 6 callersFunction_err
(cls: ErrorClass, code: str = "BOOM")
tests/test_worker_lifecycle.py:32
↓ 6 callersMethod_fenced
Resolve a task for an inbound message, dropping stale sessions.
backend/worker/scheduler.py:663
↓ 6 callersFunction_force_cpu_host
(monkeypatch)
tests/backend/api/test_engines_route_shape.py:263
↓ 6 callersFunction_install_fake_argos
Fake `argostranslate` translating en→es to `[es]<text>` offline.
tests/test_dub_duration_plan_api.py:28
↓ 6 callersFunction_is_retryable_download_error
Whether a failed download attempt is worth retrying. Decides by CLASSIFICATION, not by exception type. The type-based tuple this replaced — `
backend/api/routers/setup/download.py:350
↓ 6 callersFunction_jid
()
tests/test_dub_pipeline_state.py:21
↓ 6 callersFunction_job
(segments, seg_clones, speaker_clones=None)
tests/test_dub_voice_match.py:37
↓ 6 callersFunction_load_fixture
(name: str)
tests/test_dub_transcribe.py:43
↓ 6 callersFunction_load_tts_backend_module
Import services.tts_backend without forcing the heavy engine deps that some subclasses pull in at module import. We don't need a live engine t
backend/tests/test_tts_backend_lifecycle.py:31
↓ 6 callersFunction_loopback_client
()
tests/test_network_share.py:66
↓ 6 callersFunction_make_fake_engine
(engine_id="fake-agent-engine")
tests/test_agentic_provider_contract.py:30
↓ 6 callersFunction_make_fake_venv
Create a fake venv layout with a real Python executable symlink. Returns the path to the venv's python executable. The python is a symlink to
tests/backend/services/test_indextts_backward_compat.py:34
↓ 6 callersFunction_make_mlx_audio_available
mlx-audio is Apple-Silicon-gated; force is_available()=True + a CPU-friendly host so the routing gate doesn't block these tests on non-mac CI
tests/backend/api/test_engines_route_shape.py:474
↓ 6 callersFunction_make_owned
(argv)
backend/tests/test_contained_subprocess_waitid_fallback.py:19
↓ 6 callersFunction_make_zip
(names)
tests/test_media_tools.py:62
↓ 6 callersFunction_master_headers
()
tests/test_auth_session_api.py:39
↓ 6 callersFunction_mm
()
tests/test_flashinfer_optin.py:21
↓ 6 callersFunction_module
(**names)
tests/test_moss_entry_point_1287.py:33
↓ 6 callersFunction_optional_dub_artifact
(value: object, job_id: str)
backend/api/routers/dub_export.py:157
↓ 6 callersFunction_paths
()
backend/worker/agent.py:381
↓ 6 callersMethod_purge_locked
(self, now: float)
backend/services/admin_sessions.py:211
↓ 6 callersFunction_read
(path)
backend/tests/test_run_sentinel.py:58
↓ 6 callersMethod_release_committed_input_locked
(self, staged: _Staged)
backend/worker/inbound/artifacts.py:471
↓ 6 callersMethod_release_committed_result_locked
(self, staged: _Staged)
backend/worker/inbound/artifacts.py:356
↓ 6 callersFunction_render_archetype_wav
Render an archetype's sample script to ``out_path`` using the live engine. Reuses generation.py's inference primitives so there is exactly one TT
backend/api/routers/archetypes.py:286
↓ 6 callersFunction_render_with_pauses
Synthesize ``[(text, pause_ms), ...]`` spans and stitch silence between them (issue #276). ``gen_span(text) -> torch.Tensor`` synthesizes one
backend/api/routers/generation.py:146
↓ 6 callersFunction_rows_by_id
(resp)
tests/test_dub_duration_plan_api.py:65
↓ 6 callersFunction_run_stream
(job_id, num_speakers=None)
tests/test_speaker_hint.py:130
↓ 6 callersMethod_save_locked
(self)
backend/worker/inbound/keys.py:201
↓ 6 callersFunction_seed_job
(dc_module, tmp_path: Path, duration: float, scene_cuts=None)
tests/test_dub_transcribe.py:89
↓ 6 callersFunction_seg
(start, end, text, sid=None)
tests/test_dub_qc.py:37
↓ 6 callersFunction_seg
(i, start, end, text)
tests/test_duration_planner.py:101
↓ 6 callersFunction_server_mode
Whether this process is a headless server deployment (Docker image). In Docker the loopback gate is *unenforceable*: Docker's network NAT rew
backend/api/dependencies.py:37
↓ 6 callersFunction_stream_events
POST /generate with stream=true; return [(event_dict, recv_time), ...].
tests/test_generate_streaming.py:147
↓ 6 callersFunction_stream_events
(client, **overrides)
tests/test_generation_remote_routing.py:182
↓ 6 callersFunction_t
Sidecars expect a torch tensor (they call .detach()).
tests/test_sidecar_downmix_is_channel_aware.py:63
↓ 6 callersFunction_tone
(n=2400)
tests/test_dropped_audio_reaches_the_user_1330.py:41
↓ 6 callersFunction_upload_refused
A terminal ack that commits nothing and says why. Refusals are answered rather than aborted: the ack is the only frame this RPC ever sends ba
backend/worker/transport/server.py:340
↓ 6 callersFunction_use_stub
(monkeypatch, stub_path)
backend/tests/test_omnivoice_subprocess.py:111
↓ 6 callersFunction_venv_python
Venv python path, per-OS layout (Windows: Scripts/, POSIX: bin/).
backend/services/sidecar_install.py:196
↓ 6 callersFunction_wav_bytes
()
backend/tests/test_community.py:25
↓ 6 callersFunction_wire_stream
Common monkeypatching for driving the stream happy path end-to-end.
tests/test_speaker_hint.py:104
↓ 6 callersFunction_write_wav
(path, lead_silence_s=1.0, speech_s=1.0)
tests/test_dub_onsets_route.py:21
↓ 6 callersMethodacquire
(self)
backend/api/routers/generation.py:46
↓ 6 callersFunctionactive_backend_id
()
backend/services/asr_backend.py:2558
↓ 6 callersFunctionaddBreadcrumb
(action)
frontend/src/utils/breadcrumbs.js:20
↓ 6 callersFunctionasObject
(value: unknown)
frontend/src/utils/longformPersistence.ts:97
↓ 6 callersFunctionaskConfirm
(message, title = 'Confirm')
frontend/src/components/settings/native.js:10
↓ 6 callersFunctionassign_speakers_from_turns
Assign speaker_id by overlap against a list of ``{start, end, speaker}`` turns produced by an ASR backend that diarizes inline (e.g. FunASR's cam+
backend/services/segmentation.py:547
↓ 6 callersFunctionavailable_memory
Free/total memory right now. Never raises; fields absent when unknown. Always includes system RAM (``ram_available_gb`` / ``ram_total_gb``). On a
backend/services/memory_budget.py:32
↓ 6 callersFunctionbackend_log_path
()
frontend/src-tauri/src/backend.rs:244
↓ 6 callersFunctionbackend_stop_requested
(app: &tauri::AppHandle<R>)
frontend/src-tauri/src/bootstrap.rs:822
↓ 6 callersFunctionbind
(accelerator: &str)
frontend/src-tauri/src/wayland_shortcut.rs:460
↓ 6 callersFunctionbind_host
Where the listener binds. Localhost by default, which is nearly useless on its own — that is the point. Reaching this node from another machi
backend/worker/inbound/service.py:120
← previousnext →601–700 of 15,058, ranked by callers