Welcome to MSDN Blogs Sign in | Join | Help
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...
Someone sent the following screen shot to one of our internal troubleshooting aliases. They wanted to know what the " Name Not Available " slider meant. The audio system on Vista keeps track of the apps that are playing sounds (it has to, to be able to Read More...
Steve Rowe (test lead on the sound team) points to a great article from Ars Technica on D2A: If you want digital audio in a computer, you have to get it from somewhere. Usually that means taking analog sound out of the air and turning it into the bits Read More...
Skywing sent me an email earlier today asking me essentially "Why doesn't Windows do a better job of handling the case where the default audio device goes away?"[1] It's a good question, and one that we've spent a lot of time working on for quite some Read More...
Nick White over at the Windows Vista Blog just posted an article written by Steve Ball , the PM in charge of the sounds team. It does a pretty good job of covering why my $2000 PCs sometimes glitches like crazy, while my $20 CD player works perfectly Read More...
We recently got an internal report from someone using the internal audio notification APIs that they were leaking memory and they wanted to help from us debugging the problem. I took a look and discovered that the problem was a circular reference that Read More...
In the beginning, there was a need to be able to describe the format contained in a stream of audio data. And thus the WAVEFORMAT structure was born in Windows 3.1. typedef struct WAVEFORMAT { WORD wFormatTag; WORD nChannels; DWORD nSamplesPerSec; DWORD Read More...
More Posts Next page »
 
Page view tracker