<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for Larry Osterman: Windows 7 Audio - What's New (Charles on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/posts/charles/inside-windows-7-larry-osterman-on-new-audio-capabilities/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for Larry Osterman: Windows 7 Audio - What's New (Charles on Channel 9)</title><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/</link></image><description>Larry Osterman: Windows 7 Audio - What's New</description><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/</link><language>en-us</language><pubDate>Fri, 02 Oct 2009 00:55:19 GMT</pubDate><lastBuildDate>Fri, 02 Oct 2009 00:55:19 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3599.6114, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: Re: Re: Larry Osterman: Windows 7 Audio - What's New</title><description>&lt;p&gt;Hi Larry,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Lately, I have run across many people that are hooking up their main computer to their TV, which resides in a different room.&amp;nbsp; For these folks, the audio becomes problematic.&amp;nbsp; They want to be able to do on their TV, exactly what they do on their PC.&amp;nbsp; They have PC speakers (via their PC sound card), and they have TV speakers (via their HDMI video, w/sound, output).&amp;nbsp; Ideally, they want to be able to hear everything (not just from a specific program), no matter which screen they are using.&amp;nbsp; Without simultaneous streaming to multiple devices, this is much more difficult.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Switching the default audio device would solve this, but from my recollection, this is not a quick thing to do (i.e. One or two clicks of the mouse).&amp;nbsp; Rather, it takes delving into the control panel to get it done, which is more time than most people are happy spending every time they switch back and forth.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there a way to programmatically (C#, VB, or C++) change the default audio device?&amp;nbsp; If this could be done, then I could at least offer them a small utility in the notification tray that would make their lives easier.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any other ideas (programmatically, or otherwise)?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=495583</link><pubDate>Fri, 02 Oct 2009 00:54:12 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=495583</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/495583/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi Larry,
&amp;nbsp;
Lately, I have run across many people that are hooking up their main computer to their TV, which resides in a different room.&amp;nbsp; For these folks, the audio becomes problematic.&amp;nbsp; They want to be able to do on their TV, exactly what they do on their PC.&amp;nbsp; They have PC&amp;#8230;</evnet:previewtext><dc:creator>ferret</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/495583/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Larry Osterman: Windows 7 Audio - What's New</title><description>&lt;p&gt;You're describing a feature that we've discussed several times before (the ability to output to multiple devices simultaneously).&amp;nbsp; There are some serious technical challenges getting this to work in all scenarios (for instance if you're outputting to an AV receiver and headphones, the sound may be several milliseconds out of sync which sounds crappy) and as such it hasn't made the bar for features (there have always been higher priority features to implement).&lt;/p&gt;
&lt;p&gt;In Win7 when you plug your headphones in, audio will be automatically redirected (assuming that the app hasn't explicitly said that it wants to render to your desktop speakers), and when you unplug them it will be automatically redirected to the desktop speakers.&amp;nbsp; We've done a lot to make sure that everything works smoothly but we've not yet implemented all the features we want.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Part of the reason that I use weasel words like "probably" and "maybe" is because these features DON'T work in all circumstances.&amp;nbsp; For instance the stream switching behavior intentionally only works if an app uses the default output device - that's because we're not going to override the choice of the application - if the application said that it wants to render to the speakers, we're not going to override the app's choice.&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=478733</link><pubDate>Tue, 14 Jul 2009 16:41:09 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=478733</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/478733/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>You're describing a feature that we've discussed several times before (the ability to output to multiple devices simultaneously).&amp;nbsp; There are some serious technical challenges getting this to work in all scenarios (for instance if you're outputting to an AV receiver and headphones, the sound may&amp;#8230;</evnet:previewtext><dc:creator>Larry Osterman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/478733/Trackback.aspx</trackback:ping></item><item><title>Re: Larry Osterman: Windows 7 Audio - What's New</title><description>&lt;p&gt;Windows 7&amp;rsquo;s audio behavior still seems targeted at limited use cases, and it can be VERY annoying! Larry used words like "probably" and "maybe" in describing what users might want to happen--there&amp;rsquo;s not enough consideration given to the endless number of other scenarios. Yea, it&amp;rsquo;s nice that things SOMETIMES happen just right in particular situations, but there are countless others. My Plantronics 855 stereo headset provides great music quality, but I&amp;rsquo;m forced to turn off the speakers to use it; and after using it, plugging the Bluetooth dongle in can silence the speakers. I&amp;rsquo;m forced to switch the default audio device back-and-forth between Bluetooth and speakers. I DON'T WANT IT TO WORK THAT WAY. Why not allow me to output audio to MULTIPLE DEVICES if I want to? That&amp;rsquo;s user hostile. Windows too often annoys by making stupid decisions for me, without asking, or allowing me to change that behavior. Many others are also complaining about this awkward switching of the single audio output online. Hope to see this improved before Windows 7&amp;rsquo;s release.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=478621</link><pubDate>Tue, 14 Jul 2009 05:24:29 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=478621</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/478621/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Windows 7&amp;rsquo;s audio behavior still seems targeted at limited use cases, and it can be VERY annoying! Larry used words like "probably" and "maybe" in describing what users might want to happen--there&amp;rsquo;s not enough consideration given to the endless number of other scenarios. Yea, it&amp;rsquo;s&amp;#8230;</evnet:previewtext><dc:creator>Dale Sundstrom</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/478621/Trackback.aspx</trackback:ping></item><item><title>Re: Larry Osterman: Windows 7 Audio - What's New</title><description>&lt;p&gt;Greetings Larry,&lt;/p&gt;
&lt;p&gt;Excellent video! I'm always excited to hear about the underlying&amp;nbsp;media technologies in Windows and the scenarios they enable.&lt;/p&gt;
&lt;p&gt;I did have a problem though and was wondering if you had any ideas on how to solve it.&lt;/p&gt;
&lt;p&gt;I'm currently using Win7 x64 with the 226 Realtek drivers, and I am unable to get the FrontMic to record any sounds. I've tried adjusting every slider and tweaking every checkbox and radio button, but cannot get it to recognize my voice or record any sounds at all. Pumping up the gain just gets me a loud buzzing sound. I've been trying to get help on this from other sites, but no one else appears to have a solution, so I decided to ask the main sound man. I would appreciate any tips.&lt;/p&gt;
&lt;p&gt;Thanks again!&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=473808</link><pubDate>Mon, 15 Jun 2009 09:35:35 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=473808</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/473808/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Greetings Larry,
Excellent video! I'm always excited to hear about the underlying&amp;nbsp;media technologies in Windows and the scenarios they enable.
I did have a problem though and was wondering if you had any ideas on how to solve it.
I'm currently using Win7 x64 with the 226 Realtek drivers, and I&amp;#8230;</evnet:previewtext><dc:creator>LightRider</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/473808/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>&lt;p&gt;You're asking too much of your high end expensive machine :)&lt;/p&gt;
&lt;p&gt;Many applications (Skype, Live Messenger, WMP, etc)&amp;nbsp;have UI which allows them to redirect their audio to any device, as does the Windows Sounds stuff.&amp;nbsp; Unfortuantely the Media Center team hasn't chosen to add this support to their application which prevents you from getting your scenario to work.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=473093</link><pubDate>Thu, 11 Jun 2009 17:40:49 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=473093</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/473093/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>You're asking too much of your high end expensive machine :)
Many applications (Skype, Live Messenger, WMP, etc)&amp;nbsp;have UI which allows them to redirect their audio to any device, as does the Windows Sounds stuff.&amp;nbsp; Unfortuantely the Media Center team hasn't chosen to add this support to&amp;#8230;</evnet:previewtext><dc:creator>Larry Osterman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/473093/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>&lt;p&gt;I know I'm reviving an old thread very close to the release of this OS, but I'm wonder if I've missed something...&lt;/p&gt;
&lt;p&gt;As others have described above, I'm trying to run streams through different outputs simultaniously:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;I want my windows sounds through the "High Def" 3.5mm output on the back&lt;/li&gt;
&lt;li&gt;I want Media Center to play back via the SPDIF header (through my video card through the HDMI to my TV)&lt;/li&gt;
&lt;li&gt;My Skype/Live Messenger via my MS LifeChat 3000 headset&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I can achieve the 1 and 3, or 2 and 3, but not all three. I'm not seeing how I can select a "stream" to a particular output aside from the afformentioned.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Am I asking too much of my high end expensive machine?? (6) &lt;/em&gt;&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=473006</link><pubDate>Thu, 11 Jun 2009 10:15:23 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=473006</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/473006/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I know I'm reviving an old thread very close to the release of this OS, but I'm wonder if I've missed something...
As others have described above, I'm trying to run streams through different outputs simultaniously:

I want my windows sounds through the "High Def" 3.5mm output on the back
I want&amp;#8230;</evnet:previewtext><dc:creator>David MK</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/473006/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>Which Audigy or X-Fi driver did you use? I downloaded the latest Vista driver &amp;amp; Creative Media Player applications, but when I installed, it wouldn't recognize the X-Fi Audigy Pro card I had installed. I've turned on the motherboard chipset until I get the X-Fi Pro working, but I'd prefer of course to use the X-Fi Pro. I'm on a dualboot with XP. &lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=455070</link><pubDate>Mon, 26 Jan 2009 17:24:56 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=455070</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/455070/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Which Audigy or X-Fi driver did you use? I downloaded the latest Vista driver &amp;amp; Creative Media Player applications, but when I installed, it wouldn't recognize the X-Fi Audigy Pro card I had installed. I've turned on the motherboard chipset until I get the X-Fi Pro working, but I'd prefer of&amp;#8230;</evnet:previewtext><dc:creator>Robert L. Jarrett</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/455070/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>@Bas&lt;BR&gt;Like daSmirnov&amp;nbsp;said, swithcing over to headphones when you plug them in is usually handled by the hardware.&lt;BR&gt;Larry was talking about USB and Bluetooth headphones/speakers which the OS treats as a whole new audio device just as if you had plugged in a new external soundcard basically.</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=453381</link><pubDate>Thu, 15 Jan 2009 03:02:32 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=453381</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/453381/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>@BasLike daSmirnov&amp;nbsp;said, swithcing over to headphones when you plug them in is usually handled by the hardware.Larry was talking about USB and Bluetooth headphones/speakers which the OS treats as a whole new audio device just as if you had plugged in a new external soundcard basically.</evnet:previewtext><dc:creator>dentaku</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/453381/Trackback.aspx</trackback:ping></item><item><title>Re: Larry Osterman: Windows 7 Audio - What's New</title><description>I just tried this out on an HP Touchsmart. It turns out these audio drivers are setup to recognize the 3.5mm headphone port as a separate device. This is very cool. &lt;BR&gt;I noticed that, by default, the headphones were treated as a communication device. So the audio from this video didn't actually switch over until I went and set them as the primary default. I guess I would have expected the obvious. Now to try it out with my bluetooth headset. :)</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=453348</link><pubDate>Wed, 14 Jan 2009 23:10:25 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=453348</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/453348/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I just tried this out on an HP Touchsmart. It turns out these audio drivers are setup to recognize the 3.5mm headphone port as a separate device. This is very cool. I noticed that, by default, the headphones were treated as a communication device. So the audio from this video didn't actually switch&amp;#8230;</evnet:previewtext><dc:creator>Ben Reierson</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/453348/Trackback.aspx</trackback:ping></item><item><title>Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>@ the people who said about speakers cutting out etc when you plug in headphones... I think it really depends on the capabilities of the chipset and software you're using for your audio.&lt;br&gt;&lt;br&gt;I know on this laptop if I plug in a jack the laptop realises, I get a small prompt from the actual software installed for the specific audio chipset that "I've plugged a jack in". Windows itself does not recognise that anything different has happened, so the quotes from Larry in the article are 100% correct.&lt;br&gt;&lt;br&gt;If your system is capable of already doing this it is because the hardware/software is capable, not because Windows is doing it. I guess Windows 7 will change this? Although I doubt you'd need to carry out loads of surveys with people for this... it's just basic functionality that has been built into software specific to related hardware that can be copied and put into the OS, it's hardly a new novell concept however useful it is.&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=452162</link><pubDate>Fri, 09 Jan 2009 11:52:43 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=452162</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/452162/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>@ the people who said about speakers cutting out etc when you plug in headphones... I think it really depends on the capabilities of the chipset and software you're using for your audio.I know on this laptop if I plug in a jack the laptop realises, I get a small prompt from the actual software&amp;#8230;</evnet:previewtext><dc:creator>Dimebag</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/452162/Trackback.aspx</trackback:ping></item><item><title>Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>Just hope that the audio in windows 7 does not go&amp;nbsp;cracking&amp;nbsp;&amp;nbsp;poping&amp;nbsp;and loads of&amp;nbsp;static with windows Vista 64bit and 4gig of ram.This is a big issue and no one at Creative seem able to fix with a stable driver maybe you guys at microsoft&amp;nbsp;could withdraw cert there audio drivers until they sort out this issue.Millions of home users affected by this issue Creative just do seem to care about this issue.Just hope this issue is not present in windows 7.I will not be byeing windows&amp;nbsp;7 until I know this issue has been solved.</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=448042</link><pubDate>Thu, 11 Dec 2008 09:27:39 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=448042</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/448042/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Just hope that the audio in windows 7 does not go&amp;nbsp;cracking&amp;nbsp;&amp;nbsp;poping&amp;nbsp;and loads of&amp;nbsp;static with windows Vista 64bit and 4gig of ram.This is a big issue and no one at Creative seem able to fix with a stable driver maybe you guys at microsoft&amp;nbsp;could withdraw cert there audio&amp;#8230;</evnet:previewtext><dc:creator>totalwar</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/448042/Trackback.aspx</trackback:ping></item><item><title>Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>Good stuff!&amp;nbsp; Thanks!&amp;nbsp; A feature I'd like to see is the ability to have the audio play based on the monitor it is on.&amp;nbsp; Basically if I drag WinDVD to the HDMI monitor (big screen), I'd like it to automatically select the digital output.&amp;nbsp; If I drag it back to the laptop's LCD, the audio should come out of the laptop's speakers.&amp;nbsp; I also think the laptop should automatically deactivate the LCD monitor when it is closed and reactivate it when it is opened.&amp;nbsp; Right now my Sony does that, but they use a special "Sony" service (that is poorly written) and the screen flashes 2-3 times while the drivers flake out and recover a few times.</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=441318</link><pubDate>Thu, 06 Nov 2008 11:00:02 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=441318</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/441318/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Good stuff!&amp;nbsp; Thanks!&amp;nbsp; A feature I'd like to see is the ability to have the audio play based on the monitor it is on.&amp;nbsp; Basically if I drag WinDVD to the HDMI monitor (big screen), I'd like it to automatically select the digital output.&amp;nbsp; If I drag it back to the laptop's LCD, the&amp;#8230;</evnet:previewtext><dc:creator>fastboxster</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/441318/Trackback.aspx</trackback:ping></item><item><title>Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>Regarding that muting the speakers while locked out feature: you've just made every student that ever popped open their laptop in the library with speakers blazing very, very happy. It was getting annoying fumbling around looking for headphones to try to muffle a yelling Kanye West :)&lt;br&gt;&lt;br&gt;Thanks for the great work&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=441297</link><pubDate>Thu, 06 Nov 2008 07:15:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=441297</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/441297/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Regarding that muting the speakers while locked out feature: you've just made every student that ever popped open their laptop in the library with speakers blazing very, very happy. It was getting annoying fumbling around looking for headphones to try to muffle a yelling Kanye West :)Thanks for the great work</evnet:previewtext><dc:creator>ac23</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/441297/Trackback.aspx</trackback:ping></item><item><title>Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>Larry, glad to hear about stream switching. How about sending an audio stream to more than one device, simultaneously?&lt;br&gt;&lt;br&gt;Lots of people really, really want this:&lt;br&gt;&lt;a href="http://www.ben.geek.nz/vista-audio-device-management-sucky/" rel="nofollow"&gt;http://www.ben.geek.nz/vista-audio-device-management-sucky/&lt;/a&gt;&lt;br&gt;
&lt;a href="http://www.realgeek.com/forums/can-vista-ultimate-output-multiple-audio-devices-215876.html" rel="nofollow"&gt;http://www.realgeek.com/forums/can-vista-ultimate-output-multiple-audio-devices-215876.html&lt;/a&gt;&lt;br&gt;
&lt;a href="http://www.avsforum.com/avs-vb/showthread.php?t=1023781" rel="nofollow"&gt;http://www.avsforum.com/avs-vb/showthread.php?t=1023781&lt;/a&gt;&lt;br&gt;
&lt;a href="http://forums.anandtech.com/messageview.aspx?catid=27&amp;amp;threadid=2228549" rel="nofollow"&gt;http://forums.anandtech.com/messageview.aspx?catid=27&amp;amp;threadid=2228549&lt;/a&gt;&lt;br&gt;
&lt;a href="http://thegreenbutton.com/forums/1/158117/ShowThread.aspx" rel="nofollow"&gt;http://thegreenbutton.com/forums/1/158117/ShowThread.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;thanks a bunch, liebezeit&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=440398</link><pubDate>Tue, 04 Nov 2008 07:39:12 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=440398</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/440398/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Larry, glad to hear about stream switching. How about sending an audio stream to more than one device, simultaneously?Lots of people really, really want&amp;#8230;</evnet:previewtext><dc:creator>liebezeit</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/440398/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Re: Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>No, we're not using GetTickCount.&amp;nbsp; It's 53 milliseconds, not 55 millisecond, and the test cases in question were using USB, so they included a fair amount of driver overhead as well.&lt;BR&gt;&lt;BR&gt;The relevent bit is that we've shaved more than 25ms of latency off the audio pipeline (if the driver supports low latency mode).&lt;BR&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=438621</link><pubDate>Mon, 03 Nov 2008 01:47:28 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=438621</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/438621/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>No, we're not using GetTickCount.&amp;nbsp; It's 53 milliseconds, not 55 millisecond, and the test cases in question were using USB, so they included a fair amount of driver overhead as well.The relevent bit is that we've shaved more than 25ms of latency off the audio pipeline (if the driver supports low latency mode).</evnet:previewtext><dc:creator>Larry Osterman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/438621/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>&lt;P dir=ltr&gt;&lt;BR&gt;&lt;BR&gt;To be clear: The HID keys not working at the logon screen wasn't a "vista" thing, it was a "windows" thing - it's never worked in any version of Windows before Win7.&lt;BR&gt;&lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=438620</link><pubDate>Mon, 03 Nov 2008 01:45:59 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=438620</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/438620/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>To be clear: The HID keys not working at the logon screen wasn't a "vista" thing, it was a "windows" thing - it's never worked in any version of Windows before Win7.</evnet:previewtext><dc:creator>Larry Osterman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/438620/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Re: Re: Re: Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>&lt;P&gt;Hardware Loopback is a function of the hardware and the driver.&amp;nbsp; Some drivers support it, some don't.&lt;BR&gt;&lt;BR&gt;On one of my test machines, hardware loopback is supported, on another it isn't.&amp;nbsp; There's nothing particularly "difficult" about supporting it in Vista, it's supported exactly the same as it is in XP.&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=438619</link><pubDate>Mon, 03 Nov 2008 01:43:09 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=438619</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/438619/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hardware Loopback is a function of the hardware and the driver.&amp;nbsp; Some drivers support it, some don't.On one of my test machines, hardware loopback is supported, on another it isn't.&amp;nbsp; There's nothing particularly "difficult" about supporting it in Vista, it's supported exactly the same as it is in XP.</evnet:previewtext><dc:creator>Larry Osterman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/438619/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Re: Re: Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>&lt;P&gt;Both my desktop &amp;amp; laptop had the "Stereo Mix" as a recording source in XP, but when I upgraded them to Vista, both lost that source. I don't know if Vista makes it especially hard to have a "Stereo Mix", or there is some sort of conspiracy to get rid of Stereo Mix. I'll check my "Disabled Devices" when I get home, but I'm pretty sure it wasn't there anymore...&lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=437964</link><pubDate>Sun, 02 Nov 2008 13:43:33 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=437964</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/437964/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Both my desktop &amp;amp; laptop had the "Stereo Mix" as a recording source in XP, but when I upgraded them to Vista, both lost that source. I don't know if Vista makes it especially hard to have a "Stereo Mix", or there is some sort of conspiracy to get rid of Stereo Mix. I'll check my "Disabled&amp;#8230;</evnet:previewtext><dc:creator>Minh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/437964/Trackback.aspx</trackback:ping></item><item><title>Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>Awesome interview, awesome guy.&lt;BR&gt;&lt;BR&gt;I only recently noticed the mute button on my laptop was powerless when logged out/screensaver and it bugged the hell out of me (and my wife!), though I blamed HP!&lt;BR&gt;&lt;BR&gt;Great to hear you guys are now focusing on a bit of 'bling' instead of pure mechanics as in Vista, though that was abviously a neccessary process to move further ahead of competing systems - its just that the majority of users have no idea how much work was done and for what.&lt;BR&gt;&lt;BR&gt;Once Windows&amp;nbsp;7 is in the wild, the world will realise what Vista was all about and how superior it was.</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=437928</link><pubDate>Sun, 02 Nov 2008 11:16:10 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=437928</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/437928/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Awesome interview, awesome guy.I only recently noticed the mute button on my laptop was powerless when logged out/screensaver and it bugged the hell out of me (and my wife!), though I blamed HP!Great to hear you guys are now focusing on a bit of 'bling' instead of pure mechanics as in Vista, though&amp;#8230;</evnet:previewtext><dc:creator>Max Power</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/437928/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Re: Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>If I understand you correctly Minh,&amp;nbsp;what you want&amp;nbsp;is still in Vista.&lt;BR&gt;Right-click on the speaker icon in the notification area and then click &lt;EM&gt;Recording Devices&lt;/EM&gt;.&lt;BR&gt;Right-click the whitespace and click &lt;EM&gt;Show Disabled Devices&lt;/EM&gt;.&lt;BR&gt;If supported by your audio device, other recording devices such as Phone Line, Mono Mix, CD Player, and Stereo Mix will appear.&lt;BR&gt;Right-click the Stereo Mix device and click &lt;EM&gt;Enable&lt;/EM&gt;.&lt;BR&gt;If you set it as your default recording device, you'll be able to record the audio being played&amp;nbsp;through your soundcard.</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=437798</link><pubDate>Sat, 01 Nov 2008 22:08:17 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=437798</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/437798/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>If I understand you correctly Minh,&amp;nbsp;what you want&amp;nbsp;is still in Vista.Right-click on the speaker icon in the notification area and then click Recording Devices.Right-click the whitespace and click Show Disabled Devices.If supported by your audio device, other recording devices such as Phone&amp;#8230;</evnet:previewtext><dc:creator>n4cer</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/437798/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>Fixed. I promise :)&lt;BR&gt;C</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=437762</link><pubDate>Sat, 01 Nov 2008 17:44:29 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=437762</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/437762/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Fixed. I promise :)C</evnet:previewtext><dc:creator>Charles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/437762/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>55 ms? Larry? Are you using GetTickCount? ;)&lt;br&gt;&lt;br&gt;Also, I'm curious about the disapperance of "Wave Out" as a recording device in Vista. Does Vista do anything fundamentally different that makes having that really difficult?&lt;br&gt;&lt;br&gt;Are device manufacturers colluding w/ the RIAA for what they deem an analog hole around the DMCA?&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=437726</link><pubDate>Sat, 01 Nov 2008 10:16:17 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=437726</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/437726/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>55 ms? Larry? Are you using GetTickCount? ;)Also, I'm curious about the disapperance of "Wave Out" as a recording device in Vista. Does Vista do anything fundamentally different that makes having that really difficult?Are device manufacturers colluding w/ the RIAA for what they deem an analog hole around the DMCA?</evnet:previewtext><dc:creator>Minh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/437726/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>Charles still goes to a bad page.</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=437711</link><pubDate>Sat, 01 Nov 2008 06:28:15 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=437711</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/437711/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Charles still goes to a bad page.</evnet:previewtext><dc:creator>Tom Stack</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/437711/Trackback.aspx</trackback:ping></item><item><title>Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>@Bas, as daSmirnov already mentioned muting /unmuting your rear audio jack when you plug in to front ports is handled by device, not by your OS. &lt;BR&gt;Earlier your OS never realised what kind of audio play back system you have. And it played all audio through the default device you have out there. Now what I can imagine is you can decide which audio stream goes where.. In Vista you were able to see what audio streams are out there, and choose the individual volume, if the legend continues in W7 we will have an option to choose which play back device will get a perticular stream. That is what Larry mentioned when he said "this bluetooth thing will not handle music" pointing to a hands free kind of thing which is suitable for audio calls but not for music.</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=437692</link><pubDate>Sat, 01 Nov 2008 02:45:54 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=437692</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/437692/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>@Bas, as daSmirnov already mentioned muting /unmuting your rear audio jack when you plug in to front ports is handled by device, not by your OS. Earlier your OS never realised what kind of audio play back system you have. And it played all audio through the default device you have out there. Now&amp;#8230;</evnet:previewtext><dc:creator>Adarsha Vishweshwara</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/437692/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Inside Windows 7: Larry Osterman on new audio capabilities</title><description>Fixed... Been a long week.&lt;BR&gt;C</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=437675</link><pubDate>Sat, 01 Nov 2008 00:25:25 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Inside-Windows-7-Larry-Osterman-on-new-audio-capabilities/?CommentID=437675</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/437675/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Fixed... Been a long week.C</evnet:previewtext><dc:creator>Charles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/437675/Trackback.aspx</trackback:ping></item></channel></rss>