Fix improper calculation of big buffer sizes. See bug #187
This fixes a click heard with big buffers.
This commit is contained in:
parent
3aad8c0a9f
commit
edac3c99eb
3 changed files with 47 additions and 69 deletions
|
|
@ -223,7 +223,7 @@ PaError PaUtil_InitializeBufferProcessor( PaUtilBufferProcessor* bp,
|
|||
goto error;
|
||||
}
|
||||
|
||||
/* Under the assumption that no ADC in existence delivers better than 24bits resoultion,
|
||||
/* Under the assumption that no ADC in existence delivers better than 24bits resolution,
|
||||
we disable dithering when host input format is paInt32 and user format is paInt24,
|
||||
since the host samples will just be padded with zeros anyway. */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue