Is there an "easy" code to change the "start" volume of the soundplayer?
my code is like this:
SoundPlayer _sound = new SoundPlayer(Tetris_.Properties.Resources.Musik);
_sound.PlayLooping();
but it's a bit TOOOOOO loud^^
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted May 8, 2012, 2:26 PM
However, there is an API function called waveOutSetVolume which might help and, on googling that, I found this thread:
http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/42b46e40-4d4a-48f8-8681-9b0167cfe781