Controlling volume of W8's Music app independently
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Island
--
Chapters
00:00 Controlling Volume Of W8'S Music App Independently
00:16 Accepted Answer Score 8
01:06 Thank you
--
Full question
https://superuser.com/questions/496874/c...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows8
#avk47
ACCEPTED ANSWER
Score 8
Most of the metro-style applications which play sounds implement the ISimpleAudioVolume interface. It is allowed to set a session-wise volume, but only if the developer had made use of it in that manner.
From the documentation:
Typical audio applications do not modify the volume levels of sessions. Instead, they rely on users to set these volume levels through the Sndvol program. Sndvol modifies only the master volume levels of sessions. By default, the session manager sets the master volume level to 1.0 at the initial activation of a session. Subsequent volume changes by Sndvol or other clients are persistent across computer restarts.
Hence, unfortunately, unless the application itself has implemented session-wise controls, you are out of luck in this regard,