How edit sound in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How edit sound in html

8th Jan 2017, 3:27 AM
Sushant Bisht
Sushant Bisht - avatar
2 Answers
+ 2
@Kevin: The question was about 'editing', not 'publishing' ;) To 'edit' sound in html, meaning develop a web app' handling sound edition, you need a lot of thing, and of patience, because it's a hard task to plan that as a standalone program, so in a web browser is bigger because not really adapted / design for that ^^
8th Jan 2017, 4:11 AM
visph
visph - avatar
0
with <audio> tag, use src tag to assign which file you gonna use. e.g.<audio src="123.mp3">
8th Jan 2017, 3:58 AM
Queven
Queven - avatar