You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should document the wrapping behavior for the range +1.0 to -1.0.
And we should added tests to guarantee it on all platforms.
Wrapping would be very audible and a regression.
We are not currently documenting the linearity around zero.
The text was updated successfully, but these errors were encountered:
philburk
changed the title
Float32_To_Int32 needs to be documented and tested
Float32_To_Int32() needs to be documented and tested
Oct 28, 2024
The purpose of these tests is to ensure that any changes to the conversion functions (e.g. as discussed in #835) do not exhibit undesirable regressions. The worst type of regression would be if floating point values that currently convert without gross artifacts (e.g. wrap-around) suddenly start distorting.
RossBencina
changed the title
Float32_To_Int32() needs to be documented and tested
Float32 -> integer sample conversions (e.g. Float32_To_Int32()) needs to be documented and tested
Oct 28, 2024
We should document the wrapping behavior for the range +1.0 to -1.0.
And we should added tests to guarantee it on all platforms.
Wrapping would be very audible and a regression.
We are not currently documenting the linearity around zero.
The text was updated successfully, but these errors were encountered: