Instead of `[...] if (data->mulcount >= addperiod)` it should compare to 'mulperiod', right? `[...] if (data->mulcount >= mulperiod)` Source: https://github.com/Unity-Technologies/NativeAudioPlugins/blob/188a776e2d9f217af1afa574b92a11cd82600271/NativeCode/Plugin_NoiseBox.cpp#L110C59-L110C68
Instead of
[...] if (data->mulcount >= addperiod)it should compare to 'mulperiod', right?
[...] if (data->mulcount >= mulperiod)Source:
https://github.com/Unity-Technologies/NativeAudioPlugins/blob/188a776e2d9f217af1afa574b92a11cd82600271/NativeCode/Plugin_NoiseBox.cpp#L110C59-L110C68