From 59a3bd52728bae129f276f595e27f955d4ce4846 Mon Sep 17 00:00:00 2001 From: BNBOLO Date: Wed, 11 Sep 2024 06:02:54 +0000 Subject: [PATCH] Enable recording and google speech to text Signed-off-by: BNBOLO --- odas.cfg | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/odas.cfg b/odas.cfg index b3c01f0..4535b86 100644 --- a/odas.cfg +++ b/odas.cfg @@ -290,8 +290,11 @@ sss: nBits = 16; interface: { - type = "file"; - path = "separated.raw"; + # type = "file"; + # path = "separated.raw"; + type = "socket"; + ip = "127.0.0.1"; + port = 10000; }; }; @@ -304,8 +307,11 @@ sss: gain = 10.0; interface: { - type = "file"; - path = "postfiltered.raw"; + # type = "file"; + # path = "postfiltered.raw"; + type = "socket"; + ip = "127.0.0.1"; + port = 10010; }; };