- 1
Can I use java scripts to make an music player
3 Answers
+ 3
Ā Start by creating the HTML layout first that defines the structure of theĀ player,
Ā makeĀ it look good by stylingĀ usingĀ CSS
and then write theĀ playerĀ logic for all the functionsĀ in JavaScript
+ 1
tags :java
question :javascript
and yes ,ytdl to fetch music from yt
+ 1
Yup ,using audio element you can create a basic music player , if you want some advanced stuff like altering frequency ,pitch or panning you can look into web audio api later
Also Java and JavaScript are two different languages