Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork177
Open
Description
If you run theaudio_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:
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.
We should also justdeleteNoise.setType
from our zaudio bindings as to not lead users to a dead end.