From 9340e1b3a43f61f47d67ae3f658e75288dcbdbda Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Fri, 21 Mar 2025 12:07:08 +0100 Subject: [PATCH] Rename "speech-to-text" to "speech-processing" --- community/{agent-stt.yaml => agent-speech-processing.yaml} | 2 +- pro/{agent-stt.yaml => agent-speech-processing.yaml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename community/{agent-stt.yaml => agent-speech-processing.yaml} (99%) rename pro/{agent-stt.yaml => agent-speech-processing.yaml} (99%) diff --git a/community/agent-stt.yaml b/community/agent-speech-processing.yaml similarity index 99% rename from community/agent-stt.yaml rename to community/agent-speech-processing.yaml index bd9430e..01f3c07 100644 --- a/community/agent-stt.yaml +++ b/community/agent-speech-processing.yaml @@ -3,7 +3,7 @@ ############################## # Docker image of the agent. -docker_image: docker.io/openvidu/agent-speech-to-text:main +docker_image: docker.io/openvidu/agent-speech-processing:main # Whether this agent should run or not, and how it will connect to Rooms (automatic|manual|disabled) # automatic: the agent will run and will automatically connect to new Rooms. diff --git a/pro/agent-stt.yaml b/pro/agent-speech-processing.yaml similarity index 99% rename from pro/agent-stt.yaml rename to pro/agent-speech-processing.yaml index bd9430e..01f3c07 100644 --- a/pro/agent-stt.yaml +++ b/pro/agent-speech-processing.yaml @@ -3,7 +3,7 @@ ############################## # Docker image of the agent. -docker_image: docker.io/openvidu/agent-speech-to-text:main +docker_image: docker.io/openvidu/agent-speech-processing:main # Whether this agent should run or not, and how it will connect to Rooms (automatic|manual|disabled) # automatic: the agent will run and will automatically connect to new Rooms.