godot/servers/audio
Hugo Locurcio 35d788cff5
Remove warning when playing random no-repeat sound with only 1 sound in pool
This makes setting up sounds for random pitch/volume faster, as you
don't have to change the mode from Random (Avoid Repeats) to Random
anymore if you only care about randomizing pitch/volume but want
to prevent a warning message from appearing on every playback.
2022-12-09 23:06:51 +01:00
..
effects AudioEffectDistorion docs & inspector edits 2022-11-22 17:38:13 -08:00
audio_driver_dummy.cpp
audio_driver_dummy.h
audio_effect.cpp Simplify GDVIRTUAL_REQUIRED_CALL calls 2022-11-30 18:36:57 +01:00
audio_effect.h
audio_filter_sw.cpp
audio_filter_sw.h
audio_rb_resampler.cpp
audio_rb_resampler.h
audio_stream.cpp Remove warning when playing random no-repeat sound with only 1 sound in pool 2022-12-09 23:06:51 +01:00
audio_stream.h
SCsub