+ 1
How do I add sound to html without using the <audio> tag?
So I want to make a website that plays sound frequencies, and the user can adjust that using a slider, but the problem is if I use the <audio> tag, I need to find a website to have those frequencies (the frequencies I'm looking for is 1Hz to 3000Hz btw) and it would be impractical, so how do I generate different sound frequencies without using the <audio> tag but using JavaScript?
5 Antworten
+ 4
This may be helpful.
https://marcgg.com/blog/2016/11/01/javascript-audio/
+ 1
Thanks Chris Coder ! Definitely gonna make something with that!
+ 1
You're welcome RayZ Rayz - Happy Coding!
+ 1
Very Cool 😎
0
https://code.sololearn.com/W1PC6teajeR7/?ref=app
Chris Coder what do you think about this?