This post is more than 5 years old
2 Posts
0
13399
February 24th, 2013 13:00
Internal microphone is one recording device
Hi
I've got Inspiron 15R SE 7520 Win 8.
It is sometimes necessary to write snippet mp3 or video file. But on My laptop Control Panel - Sound - Recording, there is only one device - internal microphone. And in programs "Audacity" or "Total recorder" I can choose only Microphone or Microsoft sound mapper. No any possibility record directly from audio card. Any noice in the room is recorded together with sound from audio or video player.
There's no help from "Dell Audio" as well.
Any help?
Thanks
No Events found!


Vadim1sh
2 Posts
1
February 24th, 2013 21:00
There is no Stereo Mix available for Conexant HD Audio. Therefore it's recording feature is very limited.
Some solutions can be found at Youtube.
Jim Coates
6 Operator
•
13.6K Posts
0
February 25th, 2013 02:00
There is a simple hack of the Conexant driver available to implement stereo mix at
http://forums.toshiba.com/t5/Audio-Sound/How-get-Stereo-Mix-on-Conexant-sound-card-SOLUTION/td-p/174656
Go to the 1st page of that thread and scroll way down to the 15th post. The poster's name is AcrUsr and he found the hack. Keep reading that thread for more details from AcrUsr and screen shots.
After you perform the hack and reboot, you may need to enable the stereo mix device. To do so, right click on the speaker icon in the system tray in the lower right hand corner of the screen, and click "Recording Devices" In the box that shows up, right click in the white area and left-click "Show Disabled Devices" If stereo mix wasn't there before, it should be now. If it says it is disabled, right-click on it and left-click on Enable.
A few Dell owners have tried the hack and the results are mixed. Works for some but not for others. An owner named SeanieOS with an Inspiron 7520 tried the hack but was getting error messages. He finally got it to work and wrote up directions which I have pasted in below in italics.
Ensure you have the Conexant SmartAudio HD driver installed. You should see it under Sound, Video and Game Controllers in Device Manager. With the Conexant driver already installed and working the key is finding the exact location of the driver file. It might vary from one computer to another and also be called something else. Mine was called chdrt.inf and it was located in: C:\Windows\System32\DriverStore\FileRepository\chdrt.inf_amd64_neutral_fa34defac299c440
If you are not sure where your .inf file is located you could do a windows search for text in files of the string: EpSettings\StereoMixEnable. It will most likely be a file with the extension .inf and be located in a sub folder of the System32 folder.
Right click on the .inf filename and select "Open With" then choose Notepad. Hit Control+F then search for StereoMix to find the three lines:
;HKR,%EPattributePath%\EpSettings\StereoMixEnable,Enable,1,01
;HKR,%EPattributePath%\EpSettings\StereoMixEnable,MixAssocSeq,1,E0,E0
;HKR,%EPattributePath%\EpSettings\StereoMixEnable,MuteGainSettings,1,00,00
Delete the semi-colons -->; and save the file. However Windows won't let you save the .inf file unless you change the files permissions. This gets complicated and a bit dangerous!
Basically right click on the .inf and then click these tabs/buttons.. Properties> Security>Advanced>Owner. The current owner should be TrustedInstaller. Change this to an account on your computer that has Administrator rights and you can log in as. So Click on Edit and in the "Change Owner To:" field there should be an entry there such as: Administrators (Your computer name\Administrators) so choose that then Ok and apply and Ok to close out all the dialog boxes.
Now right click on the .inf file again: Properties>Security>Edit>Select "Everyone" in "Group or User Names">Select checkbox for "Write" in the "Permissions for Everyone" section>Hit Apply and OK your way to close all the dialog boxes. Now you can save the .inf file you deleted the semi-colons from!
This step is VERY important. You must change back the permissions to the way they were. Right click on the .inf and as before change the Write permission by deselecting the checkbox for "Write" and also then change the Ownership of the .inf file back to TrustedInstaller. This time you go Owner>Edit>Other Users or Groups and type in NT SERVICE\TrustedInstaller in the box and hit Check Names then Ok and Apply your way out of the dialog boxes.
Now finally re-install the driver: Here I got problems with the driver not being recognised and possibly it was because Windows 7 64 bit was saying it is not digitally signed so here's what I did: Start Menu>Right click Command Prompt>Run as administrator>type in this command and hit enter... bcdedit /set nointegritychecks ON.
To install the driver: Device Manager>Sound, Video and Game Controllers>Right click on Conexant SmartAudio HD>Update Driver Software>Browse my computer for driver software>Let me pick from a list..>Have Disk>Browse>Now in here you need to find the location of the .inf file you just edited, in my case I pasted in the path to the folder and hit enter then selected the chrdt.inf file and hit OK. When it was installed I went back to the command line as before and ran the command: bcdedit /set nointegritychecks OFF
Now I rebooted the computer and this time Stereo Mix DID show up in Control Panel > Sound > Recording Tab after right clicking on empty space and selecting Show Disabled and Show Disconnected Devices.