From 8820cf7e8ae5890d862677847e100393f6fd4ce1 Mon Sep 17 00:00:00 2001 From: Christian Hoene Date: Sun, 15 Oct 2023 12:21:54 +0200 Subject: [PATCH] Removed limitation on room type --- src/hrtf/check.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/hrtf/check.c b/src/hrtf/check.c index 97a7441..3e234a7 100644 --- a/src/hrtf/check.c +++ b/src/hrtf/check.c @@ -58,11 +58,6 @@ MYSOFA_EXPORT int mysofa_check(struct MYSOFA_HRTF *hrtf) { !verifyAttribute(hrtf->attributes, "DataType", "FIR")) return MYSOFA_INVALID_ATTRIBUTES; // LCOV_EXCL_LINE - if (!verifyAttribute(hrtf->attributes, "RoomType", "free field") && - !verifyAttribute(hrtf->attributes, "RoomType", "reverberant") && - !verifyAttribute(hrtf->attributes, "RoomType", "shoebox")) - return MYSOFA_INVALID_ATTRIBUTES; // LCOV_EXCL_LINE - /*============================================================================== dimensions ==============================================================================