Welcome to MSDN Blogs Sign in | Join | Help
Charles just let me know that he’s posted a video that Elliot, Frank and I did talking about the audio features added to Win7 and some of the architectural decisions that went into it.   Enjoy! Read More...
As I mentioned yesterday, the Windows SDK is now live .  For the Windows SDK, there are 9 new samples (and one changed samples).    Two of the SDK samples demonstrate the WIndows 7 “Ducking” feature – they’re actually based on the code Read More...
I just received email that the new Windows 7 SDK is now live !  Apparently it’s not on the Windows SDK download site yet, but if you click on the first link, you can download an ISO which contains the SDK.  For the Win7 SDK, I wrote about 8 Read More...
Way back when I was in college, I learned Lisp using a derivative of Lisp called MACLISP (named for MIT’s project MAC, not for anything that came from a fruity company in Cupertino).  One of the coolest features that MACLISP offered was the (DWIM) Read More...
The capture monitor is a feature that allows you to listen to a portable media player (or any other microphone input) through your PC speakers.    First a bit of history.  Way back in the dark ages (Windows XP timeframe), audio solution Read More...
Well, we shipped Windows 7, and now I’d like to talk about a few of my favorite features that were added by the Sound team.  Most of them fit in the “make it just work the way it’s supposed to”, but a few are just cool. I also want to call out some Read More...
A number of times in the past, I’ve mentioned that the PlaySound(xxx, xxx, SND_MEMORY|SND_ASYNC) pattern is almost always a bad idea.  After the last wave of crash dumps were received for this problem, our team decided to do something about it.  Read More...
Whenever you submit a crash report to OCA , a bug gets filed in the relevant product database and gets automatically assigned to the developer responsible for the code.  I had a crashing bug in the PlaySound API assigned to me.    In this Read More...
I recently got a bug reported to me about the visuals in the sound control panel applet not being aligned properly (this is from the UI for a new Windows 7 feature): The problem as reported was that the microphone was aligned incorrectly w.r.t. the down Read More...
Sometimes the expectations of our customers mystify me.   One of the senior developers at Microsoft recently complained that the audio quality on his machine (running Windows Server 2008) was poor. To me, it’s not surprising.  Server SKUs are Read More...
Because the alternative is often much worse.   Several months ago, I got a bug report that if you launched mmsys.cpl then set the “Select” sound to a value, then cleared the sound, the reporters application would ding whenever you moved around their Read More...
The PDC folks just announced a host of Windows 7 related PDC talks , one of which is mine. The title of the talk is “Windows 7: Building Great Communications Applications”.  You can find it under the Windows 7 track on the Microsoft PDC site .   Read More...
Someone just wandered over to my office and he had noticed the following pattern in his code: PlaySound(NULL, NULL, SND_NODEFAULT); PlaySound( ".Default" , NULL, SND_SYSTEM | SND_ASYNC | SND_NODEFAULT); He was wondering why on earth the code Read More...
Nils Arthur asked in another post: While we are talking volume controls. Could you explain why it's only possible to lower the volume in Windows (i.e. setting a volume between 0% and 100%) and not raise it (i.e setting it higher than 100%)? Before I get Read More...
The Intertubes are all atwitter with reports that  Dell and other OEMs   colluded with the RIAA to disable the Wave Out Mix   option on new laptops. Wow, what a tempest in a teapot.  I just LOVE watching conspiracy theories as the Read More...
More Posts Next page »
 
Page view tracker