mirror of
https://github.com/mudler/LocalAI.git
synced 2026-06-22 07:39:02 -04:00
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 <mudler@localai.io> Assisted-by: Claude:claude-opus-4-8 [Claude Code]
This commit is contained in:
@@ -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},
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user