From a19ab221860d89403ddf3c20943933d1b9053c48 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 22 Jun 2026 00:28:58 +0000 Subject: [PATCH] fix(voice-detect): replace em dashes in net-new descriptions Project style forbids em/en dashes. Replace the three U+2014 chars introduced by the voice-detect gallery/index wiring with `-`/`:`. Signed-off-by: Ettore Di Giacinto Assisted-by: Claude:claude-opus-4-8 [Claude Code] --- core/config/backend_capabilities.go | 2 +- gallery/index.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/config/backend_capabilities.go b/core/config/backend_capabilities.go index 201f2c267..ffa453876 100644 --- a/core/config/backend_capabilities.go +++ b/core/config/backend_capabilities.go @@ -546,7 +546,7 @@ var BackendCapabilities = map[string]BackendCapability{ GRPCMethods: []GRPCMethod{MethodVoiceVerify, MethodVoiceEmbed, MethodVoiceAnalyze}, PossibleUsecases: []string{UsecaseSpeakerRecognition}, DefaultUsecases: []string{UsecaseSpeakerRecognition}, - Description: "voice-detect.cpp — C++/ggml speaker embedding, verification and voice analysis (age/gender/emotion)", + Description: "voice-detect.cpp: C++/ggml speaker embedding, verification and voice analysis (age/gender/emotion)", }, "silero-vad": { GRPCMethods: []GRPCMethod{MethodVAD}, diff --git a/gallery/index.yaml b/gallery/index.yaml index 43828302d..205a7ad84 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -8527,7 +8527,7 @@ Speaker (voice) recognition with SpeechBrain's ECAPA-TDNN trained on VoxCeleb, ported to C++/ggml and shipped as a single GGUF for the `voice-detect` backend. 192-d L2-normalised embeddings, ~1.9% Equal - Error Rate on VoxCeleb1-O. APACHE 2.0 — commercial-safe. + Error Rate on VoxCeleb1-O. APACHE 2.0 - commercial-safe. No Python / torch runtime: voice-detect.cpp reads the embedding architecture (`voicedetect.arch`) directly from the GGUF metadata, @@ -8671,7 +8671,7 @@ model, converted to a C++/ggml GGUF for the `voice-detect` backend. Drives the VoiceAnalyze gRPC rpc and the /v1/voice/analyze REST endpoint, returning a continuous age estimate plus gender and - emotion class scores for a single utterance. CC-BY-NC-SA-4.0 — + emotion class scores for a single utterance. CC-BY-NC-SA-4.0 - research / non-commercial use only. The analysis architecture (`voicedetect.arch`) is read from the