I need to reproduce an audio/beep in a specific intensity (decibels/dB) and frequency (hertz/hZ). I've looked at these react libraries:
But none of these handles the volume in that way (the volume is set in range [0,1] from silence to full volume), and doesn't have an option to define frequency.
So, is it possible to do this? If yes, how?