We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbaa11 commit 713c609Copy full SHA for 713c609
examples/src/binauraliser/binauraliser_internal.c
@@ -244,7 +244,7 @@ void binauraliser_initHRTFsAndGainTables(void* const hBin)
244
}
245
246
else{
247
- saf_print_warning("Too many grid points to calculate grid weights. i.e., we're not assuming that the HRTF measurement grid was uniform.");
+ saf_print_warning("Too many grid points to calculate grid weights. Assuming that the HRTF measurement grid was uniform.");
248
free(pData->weights);
249
pData->weights = NULL;
250
0 commit comments