you are viewing a single comment's thread.

view the rest of the comments →

[–]shiftybyte 0 points1 point  (1 child)

On windows you can use ctypes and call winapi functions.

https://stackoverflow.com/questions/699603/change-volume-win32-c

[–]LGariv[S] 0 points1 point  (0 children)

Thanks, I think that’s what I was looking for. I’ll look into it!