Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Audio stream recording > Problem recording from sound card: No Stereo Mix option
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 11-05-2009, 08:52 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

HELP! I have no Stereo Mix (SoundMAX Integrated Digital HD Audio, Windows XP)


I downloaded a program that allows you to record any audio coming out of your computer. And I understand you must select "Stereo Mix" as your input option. The only problem is I don't frickin have the "Stereo Mix" option. And I tried going to the "Volume Control" -> "Properties" -> "Recording" and all of that and the Stereo Mix is not there!!! So I am not looking for someone to help me to find it. Because I simply don't have it. I am looking for someone to tell me how I can get it.
Reply With Quote
  #2  
Old 11-05-2009, 10:07 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: HELP! I have no Stereo Mix (SoundMAX Integrated Digital HD Audio, Windows XP)


How to modify the installation package of SoundMax driver to enable the Stereo Mix option
  1. Download SoundMax driver for your sound card (Asus Driver for AD 1988 chip)
  2. Extract the archive to an empty directory.
  3. Open the file W1254624J_XP32\SMAXWDM\W2K_XP\ADIHdAud.inf with a text editor like Notepad.
  4. Search for "Disable Stereo Mixer" and change
    Code:
    HKR,AD1986\\Disable, "OutR", 1, 01 ; Disable Stereo Mixer
    onto
    Code:
    HKR,AD1986\\Disable, "OutR", 1, 00 ; Enable Stereo Mixer
  5. Find another entry of "Disable Stereo Mixer" and repeat the above mentioned step.)
  6. Save the edited file.
  7. Install the driver

Then you need to install the driver with the modified .inf file.

Please note that you need the Admin privileges in order to install the driver.

The easiest way to install the driver is probably by running W1254624J_XP32\setup.exe. Just double-click the setup.exe and follow the instructions on your screen.

If you already have a previous version of the driver installed, you can update in from the Control Panel:
  1. Click "Start" -> "Control Panel", enable the "Classic view" and double-click the "System" item.
  2. In the "System" dialog window select the "Hardware" tab and click the "Device Manager" button.
  3. In the "Device Manager" expand the "Audio-, video- and game-controllers".
  4. Right-click the "SoundMAX Integrated Digital HD Audio" item and select the "Update driver...".
  5. In the Update Driver Wizard select "Install from a list of specific location (Advanced)" and hit the "Next" button".
  6. Select "Don't search. I will choose the driver to install." and hit the "Next" button.
  7. A new screen may come up showing compatible hardware. Simply click the "Have Disk" button.
  8. Then click on the "Browse" button and navigate to the folder where you extracted the driver files.
  9. Select the W1254624J_XP32\SMAXWDM\W2K_XP\ADIHdAud.inf file and click "Open".
  10. Then press the "OK" button. You will now see a list of compatible hardware. Select the driver and press the Next button.
  11. Windows will copy the updated driver to your system. When it is done, hit the "Finish" button.


p.s. This solution works for the AD1986, AD 1988 chips, but doesn't seem to work for the AD1983 chip that my Dell Optiplex 745 has.
Reply With Quote
  #3  
Old 11-05-2009, 10:49 AM
Stream Recorder
 
Posts: n/a
Default

Re: HELP! I have no Stereo Mix (SoundMAX Integrated Digital HD Audio, Windows XP)


Missing sound recording option "Stereo Mix" / "Record What you hear" / "Waveout mix"
Reply With Quote
  #4  
Old 11-07-2009, 02:40 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: HELP! I have no Stereo Mix (SoundMAX Integrated Digital HD Audio, Windows XP)


After a long search I ended up here, I am running Windows Vista with Soundmax Integrated Digital HD Audio, driver version 6.10.1.6030. I downloaded the driver again from my laptop manufacturer and changed every "Disable Stereo Mixer" value of "01" to "00" (around 6 of them in the "ADIHdAud.inf" file. Deinstalled the drivers then rebooted, quickly installed the driver and stopped the windows automatically driver install (quickly accessing task management ctrl+alt+del and ending the process) then ran the setup. I now can use the feature "stereo mix" by unhiding it and activating it in configuration/sound/record devices.

Thank you for finding this out!
Reply With Quote
  #5  
Old 09-08-2011, 01:31 AM
jedi2201 jedi2201 is offline
Junior Member
 
Join Date: Sep 2011
Posts: 1
jedi2201 is on a distinguished road
Default

Re: HELP! I have no Stereo Mix (SoundMAX Integrated Digital HD Audio, Windows XP)


follow these instruction and it will work for windows 7


workaround to get the Stereo Mix in the record tab.
First download the latest driver and unpack it, probably at c:\dell\driver\R.....
open the folder i386 \ SMAXWND \ W2k_XP \ , it has a file in it called "ADIHdAud.inf" . Open this file with notepad and search for these 2 lines:
HKR,AD1983\\Disable, OutR, 1, 01
HKR,AD1983\\Disable, MonR, 1, 01
change the 01 into 00 at both lines so it looks like:
HKR,AD1983\\Disable, OutR, 1, 00
HKR,AD1983\\Disable, MonR, 1, 00
Now uninstall your sound drivers, reboot pc, go directly back to the folder where you uninstalled the driver (the folder with the R(number)) and run Setup.exe (it might complain that the files might not be genuine, if so ignore it), reboot after installation and you got Stereo Mix and Mono available. They both work perfect for me. What really blows me away is that if you look at the code in the inf file is that stereo mix is disabled ON PURPOSE, my question is why???
Also go to
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Cl ass\{4D36E96C-E325-11CE-BFC1-08002BE10318}\0005\AD1983\Disable\
which had the two values: MonR and OutR... both set to "0000 01"
combined with the solution from this page, I simply changed those values to "0000 00" and restarted. Stereo mix and Mono Out are no enabled.

and reinstall audicity
Reply With Quote
  #6  
Old 09-08-2011, 12:58 PM
dogpapa dogpapa is offline
Junior Member
 
Join Date: Sep 2011
Posts: 1
dogpapa is on a distinguished road
Default

Re: HELP! I have no Stereo Mix (SoundMAX Integrated Digital HD Audio, Windows XP)


Thanks for these postings! I have a Dell Optiplex 745 running XP with SoundMAX Integrated Digital HD Audio. The driver linked in the first reply wouldn't install for me, I just got the message "The audio driver files do not support your computer hardware". I checked out my existing ADIHdAud.inf file (in Dell\Drivers\R243724\i386\SMAXWDM\W2K_XP) and it lists AD 1983 and 1984, so I must have one of those chips. It also has no "Disable Stereo Mixer" lines, but it did have several "Disable, OutR, 1, 01" lines, so I changed them all to end with 00, saved the file, uninstalled the existing driver, rebooted, reinstalled it by running Dell\Drivers\R243724\i386\setup.exe, rebooted, and voila, I now have the Stereo Mix recording option!!!
Reply With Quote
  #7  
Old 09-12-2011, 04:19 PM
BrianB BrianB is offline
Junior Member
 
Join Date: Sep 2011
Posts: 1
BrianB is on a distinguished road
Default

Re: HELP! I have no Stereo Mix (SoundMAX Integrated Digital HD Audio, Windows XP)


SOLUTION for everyone missing the Stereo Mix feature.
I've have been following this topic for 2 years and finally found something that works. Go to CNET and download Freecorder.
It's pretty basic but works in Windows 7 anyway for me.

It only has a small window saying "listening" that stays open until you start say a song on a web radio station, then it will change to "Recording" When the song is finished, you hover over the small window and "stop recording" appears and you click it. Before you do all this, find the settings program in the start/all programs area and change the file destination to what you want.

The only bad thing is the file name is the date/time of the recording so you need to rename it....but at least it seems to work for me ok with good quality.
Reply With Quote
  #8  
Old 10-09-2012, 02:04 AM
Ihazdellzzz Ihazdellzzz is offline
Junior Member
 
Join Date: Oct 2012
Posts: 1
Ihazdellzzz is on a distinguished road
Default

Re: HELP! I have no Stereo Mix (SoundMAX Integrated Digital HD Audio, Windows XP)


Quote:
Originally Posted by dogpapa View Post
Thanks for these postings! I have a Dell Optiplex 745 running XP with SoundMAX Integrated Digital HD Audio. The driver linked in the first reply wouldn't install for me, I just got the message "The audio driver files do not support your computer hardware". I checked out my existing ADIHdAud.inf file (in Dell\Drivers\R243724\i386\SMAXWDM\W2K_XP) and it lists AD 1983 and 1984, so I must have one of those chips. It also has no "Disable Stereo Mixer" lines, but it did have several "Disable, OutR, 1, 01" lines, so I changed them all to end with 00, saved the file, uninstalled the existing driver, rebooted, reinstalled it by running Dell\Drivers\R243724\i386\setup.exe, rebooted, and voila, I now have the Stereo Mix recording option!!!
I also have a dell 745 and this worked for me too. Only difference is my inf was @ C:\DELL\drivers\R132379\i386\SMAXWDM\W2K_XP.
Recommend this solution for 745s. Uninstall via comp/dev manager or run Dell\Drivers\RXXXXXX\i386\setup.exe and select uninstall

Also fyi the ; means that the text afterwards is disregarded. So if you use the original solution, you only change the text to enable for identification of what you have changed. It makes no real difference. It's the 01 to 00 that makes the difference. Picked this up modding gta4

Thanks to everyone for this solution

Peace
Reply With Quote
Reply Post New Thread
Tags: , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:33 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons