<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.xna.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Audio/XACT</title><link>http://forums.xna.com/forums/28.aspx</link><description>Because silence isn't golden.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 0.0)</generator><item><title>Re: Controlling Zune Device Volume (XNA 3.0)</title><link>http://forums.xna.com/forums/thread/68828.aspx</link><pubDate>Sat, 14 Jun 2008 21:48:28 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:68828</guid><dc:creator>Ashu Tatake</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/68828.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=28&amp;PostID=68828</wfw:commentRss><description>&lt;font face="Verdana"&gt;It&amp;#39;s not currently possible to set the final device volume in the CTP release. But yes, there&amp;#39;s a good chance this will be in the final release. :)&amp;nbsp;&lt;/font&gt;</description></item><item><title>Re: Controlling Zune Device Volume (XNA 3.0)</title><link>http://forums.xna.com/forums/thread/67076.aspx</link><pubDate>Fri, 06 Jun 2008 17:29:52 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:67076</guid><dc:creator>Huntsman</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/67076.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=28&amp;PostID=67076</wfw:commentRss><description>This makes no sense why you could change the sound level.&amp;nbsp; If the sound is turned off before entering an application,&amp;nbsp;the application has no sound?&amp;nbsp;</description></item><item><title>Re: Controlling Zune Device Volume (XNA 3.0)</title><link>http://forums.xna.com/forums/thread/60906.aspx</link><pubDate>Fri, 09 May 2008 01:36:29 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:60906</guid><dc:creator>Nick Gravelyn</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/60906.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=28&amp;PostID=60906</wfw:commentRss><description>Nope. None of those classes apply to the Zune which is not capable of using any XACT stuff. That works fine for Windows or Xbox 360, but on Zune you don't have those available.&lt;br&gt;</description></item><item><title>Re: Controlling Zune Device Volume (XNA 3.0)</title><link>http://forums.xna.com/forums/thread/60904.aspx</link><pubDate>Fri, 09 May 2008 01:32:24 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:60904</guid><dc:creator>MorbidDeath</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/60904.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=28&amp;PostID=60904</wfw:commentRss><description>&lt;P&gt;Would this be it? Its in the XNAdocumentation&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ms-help://MS.VSCC.v90/MS.VSIPCC.v90/MS.XNAGS30.1033/XNA/Audio_HowTo_ChangeSoundVolumeLevels.htm&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SUB&gt;Create an &lt;/SUB&gt;&lt;A&gt;&lt;SUB&gt;AudioEngine&lt;/SUB&gt;&lt;/A&gt;&lt;SUB&gt;, &lt;/SUB&gt;&lt;A&gt;&lt;SUB&gt;WaveBank&lt;/SUB&gt;&lt;/A&gt;&lt;SUB&gt; and &lt;/SUB&gt;&lt;A&gt;&lt;SUB&gt;SoundBank&lt;/SUB&gt;&lt;/A&gt;&lt;SUB&gt; at game start. &lt;/SUB&gt;&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SUB&gt;During game update, call the &lt;/SUB&gt;&lt;A&gt;&lt;SUB&gt;Update&lt;/SUB&gt;&lt;/A&gt;&lt;SUB&gt; method of the &lt;/SUB&gt;&lt;A&gt;&lt;SUB&gt;AudioEngine&lt;/SUB&gt;&lt;/A&gt;&lt;SUB&gt; to allow the audio engine to process audio data. &lt;/SUB&gt;&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SUB&gt;To retrieve a category of sounds whose volume you want to change, call &lt;/SUB&gt;&lt;A&gt;&lt;SUB&gt;AudioEngine&lt;/SUB&gt;&lt;/A&gt;&lt;SUB&gt;.&lt;/SUB&gt;&lt;A&gt;&lt;SUB&gt;GetCategory&lt;/SUB&gt;&lt;/A&gt;&lt;SUB&gt; and pass in the name of the category you created in the XACT project. &lt;/SUB&gt;&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SUB&gt;Call &lt;/SUB&gt;&lt;A&gt;&lt;SUB&gt;AudioCategory&lt;/SUB&gt;&lt;/A&gt;&lt;SUB&gt;.&lt;/SUB&gt;&lt;A&gt;&lt;SUB&gt;SetVolume&lt;/SUB&gt;&lt;/A&gt;&lt;SUB&gt; on the retrieved category. &lt;/SUB&gt;&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SUB&gt;Specify the desired volume, which typically is between 0.0f (silence) and 1.0f (full volume as authored). &lt;/SUB&gt;&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SUB&gt;To make the volume louder than designed, pass in values greater than 1.0f (for example, a volume of 2.0f adds +6 dB to the authored level).&lt;/SUB&gt; &lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;</description></item><item><title>Re: Controlling Zune Device Volume (XNA 3.0)</title><link>http://forums.xna.com/forums/thread/60890.aspx</link><pubDate>Fri, 09 May 2008 00:48:46 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:60890</guid><dc:creator>Brian Hughes</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/60890.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=28&amp;PostID=60890</wfw:commentRss><description>I always was running into this issue before I saw this thread and submitted a Connect feedback option. Do a search and you will find it probably. Feel free to add to it via the Comments.</description></item><item><title>Re: Controlling Zune Device Volume (XNA 3.0)</title><link>http://forums.xna.com/forums/thread/60751.aspx</link><pubDate>Thu, 08 May 2008 12:41:59 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:60751</guid><dc:creator>Shawn Hargreaves</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/60751.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=28&amp;PostID=60751</wfw:commentRss><description>A great question to which I do not know the answer! It might well not be possible for us to expose this, but please file a suggestion on Connect to make sure the relevant people get to take a look at this.&lt;br&gt;</description></item><item><title>Controlling Zune Device Volume (XNA 3.0)</title><link>http://forums.xna.com/forums/thread/60667.aspx</link><pubDate>Thu, 08 May 2008 01:43:23 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:60667</guid><dc:creator>Embassy Alpha</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/60667.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=28&amp;PostID=60667</wfw:commentRss><description>&lt;P&gt;I just got a simple Music Visualizer running on Zune (Modified version of the one found in the documentation). It works great, love it. Except for the fact that I don't see any way of controlling the Device Volume. &lt;/P&gt;
&lt;P&gt;I can easily&amp;nbsp;control the media player volume, but this cannot change the overall volume of the Zune it can only make the Zune quieter than the currently set Device Volume. &lt;/P&gt;
&lt;P&gt;I was wondering if there is any way to change the device volume within a game, because it is sort of jarring to quit out of the game just to change the volume. If not is there any chance of this being added in the future? I'm guessing Zune Games aren't supposed to be able to access any system settings, but it would be nice just to have a true volume slider.&lt;/P&gt;</description></item></channel></rss>