mirror of
https://github.com/airwindows/airwindows.git
synced 2026-05-21 06:46:21 -06:00
Fussing with codebase: beware errors
This commit is contained in:
parent
54fd8c7a18
commit
2336d31220
1062 changed files with 3132 additions and 9576 deletions
|
|
@ -14,7 +14,7 @@ SpatializeDither::SpatializeDither(audioMasterCallback audioMaster) :
|
|||
{
|
||||
A = 1.0;
|
||||
B = 0.0;
|
||||
fpd = 17;
|
||||
fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX;
|
||||
contingentErrL = 0.0;
|
||||
contingentErrR = 0.0;
|
||||
flip = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue