sec rel
Some checks are pending
CI / ruff (push) Waiting to run
CI / mypy (push) Waiting to run
CI / pytest (push) Waiting to run
CI / package (push) Waiting to run
CI / Install smoke (${{ matrix.label }}) (linux, ubuntu-latest) (push) Blocked by required conditions
CI / Install smoke (${{ matrix.label }}) (macos-arm64, macos-14) (push) Blocked by required conditions
Some checks are pending
CI / ruff (push) Waiting to run
CI / mypy (push) Waiting to run
CI / pytest (push) Waiting to run
CI / package (push) Waiting to run
CI / Install smoke (${{ matrix.label }}) (linux, ubuntu-latest) (push) Blocked by required conditions
CI / Install smoke (${{ matrix.label }}) (macos-arm64, macos-14) (push) Blocked by required conditions
This commit is contained in:
parent
b5f82fb48c
commit
ecb24e916d
|
|
@ -1,17 +1,17 @@
|
||||||
# speech-to-speech — Descripción del Proyecto
|
# speech-to-speech — Descripción del Proyecto
|
||||||
|
|
||||||
> **Paquete**: `speech-to-speech`
|
> **Paquete**: `Vocero speech-to-speech`
|
||||||
> **Versión**: `0.2.11`
|
> **Versión**: `0.2.11`
|
||||||
> **Autor**: Hugging Face
|
> **Autor**: Alessandro Valenti
|
||||||
> **Licencia**: Apache-2.0
|
> **Licencia**: Apache-2.0
|
||||||
> **Python**: 3.10 – 3.12
|
> **Python**: 3.10 – 3.12
|
||||||
> **Lema**: Pipeline Speech-to-Speech de baja latencia end-to-end para construir agentes de voz en tiempo real.
|
> **Lema**: Pipeline Speech-to-Speech de baja latencia end-to-end para construir agentes de voz en tiempo real.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 1. ¿Qué es `speech-to-speech`?
|
## 1. ¿Qué es `Vocero speech-to-speech`?
|
||||||
|
|
||||||
`speech-to-speech` es una **pipeline de audio modular y de baja latencia** que convierte la entrada hablada del usuario en una respuesta hablada encadenando cuatro etapas de IA:
|
`Vocero speech-to-speech` es una **pipeline de audio modular y de baja latencia** que convierte la entrada hablada del usuario en una respuesta hablada encadenando cuatro etapas de IA:
|
||||||
**VAD → STT → LLM → TTS**.
|
**VAD → STT → LLM → TTS**.
|
||||||
|
|
||||||
De fábrica expone un **endpoint WebSocket compatible con el protocolo OpenAI Realtime** (`ws://host:port/v1/realtime`),
|
De fábrica expone un **endpoint WebSocket compatible con el protocolo OpenAI Realtime** (`ws://host:port/v1/realtime`),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user