views:

121

answers:

1

I am playing a mp3 using Windows Media plaver, its fine, but same file playing in Silverlight 3.0 using Media Element, its volume is low, so what should I do to increase the volume,.

A: 

MediaElement.Volume

http://msdn.microsoft.com/en-us/library/system.windows.controls.mediaelement.volume%28v=VS.90%29.aspx

The media's volume represented on a linear scale between 0 and 1. The default is 0.5.

You can also boost the volume in the source media. If you're using Expression Encoder look under Enhance Tab > Pre-Processing > Audio

David
We already set Volume to 1. we are not using Expression Encoder now.
@Imenaria Then your only option is to boost the volume of the source in whatever tool you're using.
David