Skip to content

Commit c5533cb

Browse files
committed
Fix typo
1 parent ec4278d commit c5533cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -633,11 +633,11 @@ In this case, we don't load the BRIRs into the memory with `SOFAload()` as the
633633
file is too large. Instead, we make use of the ability that SOFA can request
634634
single impulse responses from the file by just passing the file name to the
635635
`ir_wfs()` function. In addition, we have to set `conf.N` to a reasonable large
636-
value as this is the length of the impulse response `ir_wfs()` will return,
637-
which has to be larger as for the anechoic case as it should now include the
638-
room reflections. Note, that the head orientation is chosen to be `0` instead
639-
of `pi/2` as in the HRTF examples due to a difference in the orientation of
640-
the coordinate system of the BRIR measurement.
636+
value as this determines the length of the impulse response `ir_wfs()` will
637+
return, which has to be larger as for the anechoic case as it should now include
638+
the room reflections. Note, that the head orientation is chosen to be `0`
639+
instead of `pi/2` as in the HRTF examples due to a difference in the orientation
640+
of the coordinate system of the BRIR measurement.
641641

642642

643643
#### Frequency response of your spatial audio system

0 commit comments

Comments
 (0)