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
If you run the audio_experiments_wgpu example and change the noise type then unreachable is hit. ma_noise_set_type is deprecated by miniaudio. Note the following from miniaudio.h:
This function should never have been implemented in the first place. Changing the type dynamically is not
supported. Instead you need to uninitialize and reinitialize a fresh `ma_noise` object. This function
will be removed in version 0.12.
Uh oh!
There was an error while loading. Please reload this page.
If you run the
audio_experiments_wgpu
example and change the noise type thenunreachable
is hit.ma_noise_set_type
is deprecated by miniaudio. Note the following from miniaudio.h:We should also just delete
Noise.setType
from our zaudio bindings as to not lead users to a dead end.The text was updated successfully, but these errors were encountered: