A look at business, law and life from a technophile.
Archive for March, 2009
Fix Dell SoundMax to Record Streaming Audio (ie what you hear) in Vista
21I was trying to record an internet radio show (that my friend appeared on) today and discovered that Dell had nicely “removed” the feature to record what was going through my speakers. After some searching and driver install hacking, I got it to work. Here’s what I did:
- Download the latest drivers from Dell
- Run the EXE, but once it gets to the license screen I cancelled (but you do want it to unzip to a folder)
- Go into the folder and into the i386 folder (for you intel users)
- Go into the vista folder
- back up the ADIHdAud.inf file
- open up the ADIHdAud.inf file and make the following edits:
- change: HKR,AD1983\\Disable, OutR, 1, 01
- to: HKR,AD1983\\Disable, OutR, 1, 00
- change: HKR,AD1983\\Disable, MonR, 1, 01
- to: HKR,AD1983\\Disable, MonR, 1, 00
- change: HKR,AD1984\\Disable, MonR, 1, 01
- to: HKR,AD1984\\Disable, MonR, 1, 00
- By changing these values you will now have a fresh install that includes the stereo mix feature (I believe the 1->0 change told it to no longer disable the feature)
- Save the file
- Go to your device manager in your control panel
- Go to sound, video and game controllers and select soundmax
- hit the delete key on your keyboard
- tell it to delete the drivers (check the box)
- reboot
- go to the directory where you dumped the drivers from the exe (the main directory that was above the ADIHdAud.inf file)
- run the setup program
- now go to the control panel and select sound
- right click in a blank area in the box and select the “show disabled devices” option
- click on the recording tab
- right click on the stereo mix icon (faded icon) and select enable
- download audacity (free) – you may want the LAME encoder as well, if you prefer MP3 audio
- install audacity and run it
- select edit -> preferences -> audio i/o tab -> recording box -> device drop down box -> stereo mix
- hit OK
- hit the big red circle button to record (although I suggest that you have the stream running first)
Phew! I just hate when companies break fully functional hardware. In any case I hope this helped you as it did me.
Here’s the references that I used: