From 6fc05bcc14dd4a931d5326f34eb37851c4c8e0f8 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Mon, 26 Oct 2015 11:06:56 +0100 Subject: [PATCH] Change used Rostock array BRIR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f45d8878..bca4be29 100644 --- a/README.md +++ b/README.md @@ -620,7 +620,7 @@ include all loudspeakers and head orientations in just one file. ```Matlab conf = SFS_config_example; -brir = 'BRIR_NoAbsorbers_ArrayCentre_Emitters1to64.sofa'; +brir = 'BRIR_AllAbsorbers_ArrayCentre_Emitters1to64.sofa'; conf.secondary_sources.geometry = 'custom'; conf.secondary_sources.x0 = brir; conf.N = 44100;