Skip to content

Commit

Permalink
Update ambi_bin grid weight calculation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hld authored Jan 27, 2025
1 parent 713c609 commit c3bd324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/ambi_bin/ambi_bin.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ void ambi_bin_initCodec
}
}
else{
saf_print_warning("Too many grid points");
saf_print_warning("Too many grid points to calculate grid weights. Assuming that the HRTF measurement grid was uniform.");
free(pars->weights);
pars->weights = NULL;
}
Expand Down

0 comments on commit c3bd324

Please sign in to comment.