How to achieve the sound of noise?

I want to be able to generate a small sound effect
such as
jquery after sending a unit.
I wonder if there is any relevant way or example that can achieve this function? "

I want to be able to produce a small sound effect.
I want to be able to produce a small sound effect.
I wonder if there is any relevant way or example to achieve this function? The latest technology?


use the audio tag
to create an insert page when you want to make a sound

<audio autoplay> 
    <source src="..." type="audio/mpeg">
</audio>

window.speechSynthesis can be implemented, and now all mainstream browsers support

.
Menu