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
This resampler is not producing audible outputs regardless of Windows or Ubuntu.
I am having a few educational guesses.
timeGetTime() function? This is a Windows-only function and I am using a substitute here. The substitute might not be appropriate.
I replaced _fpclass() functions with Linux's fpclassify(). The code is trying to exclude NaN, + Inf, -Inf, denormal which all of them are doable with fpclassify(). Might be due to my incorrect usage of fpclassify()?
The text was updated successfully, but these errors were encountered:
Update: Turns out that the process of generating dio, star, and platinum are the issue. I am not sure which one is causing the issue but the resampler will generate audio normally when dio, star, and platinum files are generated from SpaceWorld are provided.
This resampler is not producing audible outputs regardless of Windows or Ubuntu.
I am having a few educational guesses.
The text was updated successfully, but these errors were encountered: