Hi folks.
I have a java application which plays a audio file . SO before the audio file or sound is played by my java application , i want to mute all other application sounds like Windows media player , VLC player (etc) if those are currently playing at that time.
After my java application completes playing the audio file , i would like to un-mute them again .
I know that java cant perform out-of-box stuff. but still are there any ways to do that?
Thanks