How do I add sound to html without using the <audio> tag? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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?

22nd Dec 2022, 2:35 AM
RayZ
RayZ - avatar
5 ответов
22nd Dec 2022, 5:28 AM
Chris Coder
Chris Coder - avatar
+ 1
Thanks Chris Coder ! Definitely gonna make something with that!
22nd Dec 2022, 5:31 AM
RayZ
RayZ - avatar
+ 1
You're welcome RayZ Rayz - Happy Coding!
22nd Dec 2022, 5:57 AM
Chris Coder
Chris Coder - avatar
+ 1
Very Cool 😎
23rd Dec 2022, 1:28 AM
Chris Coder
Chris Coder - avatar
23rd Dec 2022, 12:32 AM
RayZ
RayZ - avatar