Skip to content

Commit c3bd324

Browse files
authored
Update ambi_bin grid weight calculation warning
1 parent 713c609 commit c3bd324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/ambi_bin/ambi_bin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ void ambi_bin_initCodec
270270
}
271271
}
272272
else{
273-
saf_print_warning("Too many grid points");
273+
saf_print_warning("Too many grid points to calculate grid weights. Assuming that the HRTF measurement grid was uniform.");
274274
free(pars->weights);
275275
pars->weights = NULL;
276276
}

0 commit comments

Comments
 (0)