Skip to content

Commit

Permalink
Merge pull request #209 from hoene/issue-207
Browse files Browse the repository at this point in the history
Removed limitation on room type
  • Loading branch information
hoene authored Oct 15, 2023
2 parents c8465d7 + 8820cf7 commit bc35052
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/hrtf/check.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
==============================================================================
Expand Down

0 comments on commit bc35052

Please sign in to comment.