How do you add sound to your program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How do you add sound to your program?

I want to add sound to my program, but is it possible?

1st May 2017, 8:36 PM
DeltaTick
DeltaTick - avatar
2 Answers
+ 1
the <audio> tag in HTML
1st May 2017, 8:48 PM
Raithen
Raithen - avatar
0
<audio controls> <source src="audio link" type="audio/mpeg"> </audio> ---------or---------------- <audio src="audio link" controls> </audio>
2nd May 2017, 10:22 AM
Anmol kumar
Anmol kumar - avatar