Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Phone 7 Volume Settings programmatically

Is there a way to programmatically change the sound settings of Windows Phone 7? Enable or disable sounds for Appointment and all other notifications? Also to change the global volume i.e.:Ring tone.

like image 377
natal Avatar asked Oct 20 '25 07:10

natal


2 Answers

There is no API to enable the tasks that you've mentioned. You can adjust the sound volume for the sounds within an application by using the XNA API's, but that is the extent of the control that is currently available.

like image 85
Derek Lakin Avatar answered Oct 22 '25 04:10

Derek Lakin


You can control the volume of the media player and of a sound affect, but you don't have control over the master volume. Also note there is a bug in the sound drivers on some HTC devices that causes them to ignore the volume setting on sound affects.

like image 29
Joel Avatar answered Oct 22 '25 05:10

Joel