From e4f21a7b9e04158ff9f1642e1b514999a615f716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu> Date: Wed, 13 Feb 2019 19:13:52 +0100 Subject: [PATCH] remove format key from demokit conf, refs #28067 --- 13.Demokit/1.Deploy_demokit/mirisconf/recorderd/room-a.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/13.Demokit/1.Deploy_demokit/mirisconf/recorderd/room-a.json b/13.Demokit/1.Deploy_demokit/mirisconf/recorderd/room-a.json index 9c7b5898..f166f482 100755 --- a/13.Demokit/1.Deploy_demokit/mirisconf/recorderd/room-a.json +++ b/13.Demokit/1.Deploy_demokit/mirisconf/recorderd/room-a.json @@ -78,7 +78,6 @@ "template": "alsasource", "device": "hw:0,1", "channels": 1, - "format": "S16LE", "rate": 44100 }, { @@ -86,7 +85,6 @@ "name": "sonycam_1", "template": "rtspasource", "channels": 1, - "format": "S16LE", "rate": 44100 }, { @@ -94,7 +92,6 @@ "name": "sonyve_1", "template": "rtspasource", "channels": 1, - "format": "S16LE", "rate": 44100 }, { @@ -102,7 +99,6 @@ "name": "srg360_1", "template": "rtspasource_adts_workaround", "channels": 1, - "format": "S16LE", "rate": 44100 }, { @@ -111,7 +107,6 @@ "template": "rawrtpasource", "port": 6010, "channels": 2, - "format": "S16LE", "rate": 44100 }, { @@ -120,7 +115,6 @@ "template": "atestsource", "wave": "ticks", "channels": 1, - "format": "S16LE", "rate": 44100 } ], -- GitLab