SoundEffect
with frequencies above 10 KHz don't make a sound
#120
Milestone
SoundEffect
with frequencies above 10 KHz don't make a sound
#120
I'm guessing the frequency string format only takes 4 digits?
This works:
But this doesn't make a sound:
I think
10000
is likely converted to0
. As a SoundEfect like this sounds like it's going from high frequency to low frequency.Should we throw an exception or clamp for values >10K?
The text was updated successfully, but these errors were encountered: