From da12da2350434f03333956d91b542cd52d6eef2c Mon Sep 17 00:00:00 2001 From: 3ll3d00d Date: Sat, 2 Mar 2024 10:44:58 +0000 Subject: [PATCH] fix bad example --- examples/ezbeq_10x10_custom.yml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/examples/ezbeq_10x10_custom.yml b/examples/ezbeq_10x10_custom.yml index da02774..c854c37 100644 --- a/examples/ezbeq_10x10_custom.yml +++ b/examples/ezbeq_10x10_custom.yml @@ -10,19 +10,12 @@ devices: name: 10x10 fs: 48000 routes: - - side: input - channels: - - 0 - - 1 - - 2 - - 3 + - name: input + channels: [ 0, 1, 2, 3 ] + slots: [0,1,2,3] biquads: 6 - - side: output - channels: - - 0 + - name: output + channels: [0] biquads: 6 - beq: - - 3 - - 4 - - 5 + slots: [ 0, 1, 2, 3, 4, 5 ] port: 8080