Skip to content

Commit e872256

Browse files
added missing entry in __Tdesign_degree_124_dirs_deg
1 parent 5f089d6 commit e872256

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/src/decorrelator/decorrelator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ void decorrelator_setNumberOfChannels(void* const hDecor, int newValue )
251251

252252
if(newValue!=pData->new_nChannels){
253253
pData->new_nChannels = newValue;
254-
decorrelator_setCodecStatus(hDecor, CODEC_STATUS_NOT_INITIALISED);
254+
decorrelator_setCodecStatus(hDecor, CODEC_STATUS_NOT_INITIALISED);
255255
}
256256
}
257257

framework/modules/saf_utilities/saf_utility_loudspeaker_presets.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20986,6 +20986,7 @@ const float __Tdesign_degree_100_dirs_deg[5100][2] =
2098620986
{ -95.0910711205903f, -15.5094168762453f},
2098720987
{ 2.09010887984729f, 76.5749203879789f},
2098820988
{ -29.9103343793705f, 34.9007473264585f},
20989+
{ 45.4370441650275f, 48.7607997191196f},
2098920990
{ -132.845490233390f, 16.3149624937994f},
2099020991
{ -125.708789519767f, -55.7707122804385f},
2099120992
{ -29.6210324408826f, 60.8603198206624f},
@@ -22083,7 +22084,7 @@ const float __Tdesign_degree_100_dirs_deg[5100][2] =
2208322084
{ 124.357880979874f, -18.3503649952846f},
2208422085
{ 141.956042666620f, 51.2854250417478f},
2208522086
{ -19.6080400447921f, 0.590889931370865f},
22086-
{ 147.304059964494f, -15.7984645909217f}};
22087+
{ 147.304059964494f, -15.7984645909217}};
2208722088

2208822089
/* Minimum T-design of degree 124 (7812 points) */
2208922090
const int __Tdesign_degree_124_nPoints = 7812;

0 commit comments

Comments
 (0)