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; }; };