-
Notifications
You must be signed in to change notification settings - Fork 390
Open
Description
Is there an error on line 6391? Is:
s32[RIGHTCHANNEL] = (int32_t)lrintf(fminf(2147483647.0f, fmaxf(-2147483648.0f, s[LEFTCHANNEL])));
and it shouldn't be
s32[RIGHTCHANNEL] = (int32_t)lrintf(fminf(2147483647.0f, fmaxf(-2147483648.0f, s[RIGHTCHANNEL])));
?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels