Can i control Windows Volume Mixer with Javascript + Arduino

Hi i would like to create my own mixer that can control the output volume of individual apps in the windows volume mixer using an Arduino and specifically JavaScript.

I am learning JS for my job and i think this would be a good little project that i could actual utilize.

What i have learned so far are interactions between JS and HTML web pages so i am wondering is this even possible or would i need to use another language like python.

I’m hoping there is some API that allows me to do this with JS as I am a industrial hardware engineer and python is not something I work with, at least at the minute…

I would appreciate any help, thank you.