Win 8 - How to use StereoMix and Headphones Mic at the same time?

I am using Windows 8 64 bit and believe I may have an IDT driver problem.
I need to enable StereoMix and my Headphones Mic at the same time. I know this was previously possible with windows xp and windows 7.
What happens is If I enable either Headphones Mic (Logitech headphones with Mic) or StereoMix the other one becomes " current;ly unavailable"  I cannot get them both to work together. I can get StereoMix and the Internal Mic to work together ( both enabled at the same time) but the sound quality is bad because the internal mic picks up noises from the PC. I need to have both my headphones mic and stereo mix enabled at the same time.
The driver I'm using is the one provided by HP with the laptop. It is called sp59620.exe
Would another IDT driver solve the problem? Can you think of another reason this is not working?
Here are my specs.
System Manufacturer/Model Number HP Pavillion G7-2251dx
OS Windows 8 64 bit
CPU AMD A-8 4500M
Memory 8 Gigabytes DDR3 sdram
Graphics Card Discrete ATI Radeon HD 7640G with 2 Gigs
Sound Card IDT Audio
Monitor(s) Displays 17.3
Screen Resolution 1600x900
If you cannot help, where else should I look? i have tried Windows and Microsoft forums and no one can give me an answer.
Thank you.

I have tried the instructions in that video and I cant get passed the very bad feedback i get when telling my recording device to Listen.  His secone instruction from his notes here
["Right Click the Realtech HD audio device and set as default if its not already.
(note you may want to turn off any powered speakers you may have to prevent feedback.)
-Select the Recording Tab at the top of the window.
-Select the Stereo Mix device and set it to default if its not already.
-Right click and select Properties.
-Select the Listen Tab at the top of the window.
-Change the drop-down box to the entry for USB headset and check the Listen to this device checkbox.
-click ok to dismiss the window.
-Right click on the USB headset microphone device and select properties.
-Select the Listen Tab at the top of the window.
-Change the drop-down box to the entry for the Realtech HD Audio device and check the Listen to this device checkbox.
-click ok to dismiss the window.
So, essentially, the game audio will play through the Realtec, your mic is also set to play to the Realtec. both audio streams are now part of Stereo Mix. Stereo Mix is being listened to by your headset allowing you to hear the game and your voice.]
~~~~~~~~~~~~~~~~~
Don't know about turning off any powered speakers.. the only speakers I have besides the headphones are the internal laptop speakers.  I get the same feedback if i have the headphones plugged in or not.

Similar Messages

  • [SOLVED] How to use timidity++ and other programs at the same time?

    I have installed timidity following arch wiki instructions - I have soundfont, and I start it in /etc/rc.conf
    It works properly with tuxguitar (and tuxguitar-alsa) or kmid, but I cannot play MIDI and - for example - oggs in amarok at the same time.
    I suspect that the problem is that timidity doesn't use dmix alsa plugin I have made in my ~/.asoundrc.
    The question is: how to tell timidity to use my dmix plugin?
    Last edited by senjin (2007-11-19 19:53:50)

    but they don't define "default" there, but "!default"...
    anyway, I have already both "default" and "!default" defined exactly the same way:
    pcm.!default
    type plug
    slave.pcm "dmixer"
    pcm.default
    type plug
    slave.pcm "dmixer"
    pcm.dmixer
    type dmix
    ipc_key 1024
    slave
    pcm "hw:0,0"
    format "S32_LE"
    channels 2
    period_time 0
    period_size 1024
    buffer_size 4096
    rate 44100
    bindings
    0 0
    1 1
    ctl.dmixer
    type hw
    card 0
    pcm.w_y_h
    type hw
    card 0
    device 0
    pcm.what_you_hear
    type plug
    ttable.0.10 1 # digital mix left
    ttable.1.11 1 # digital mix right
    slave.pcm w_y_h
    pcm.skype
    type asym
    playback.pcm "dmixer"
    capture.pcm "skype_input"
    pcm.skype_input
    type dsnoop
    ipc_key 2048
    slave
    pcm "hw:0,0"
    period_time 0
    buffer_time 0
    period_size 1024
    buffer_size 8192
    rate 44100
    and it doesn't work!
    Last edited by senjin (2007-11-18 17:49:21)

  • How to use 2 webcam for java at the same time?

    hi there,
    I have a question to ask regarding webcam and java. Basically i want to know whether is it possible to have 2 web cam running in java at the same time? I have no problem when running one usb webcam since i m using "
    ml = new MediaLocator("vfw://0") ;
    what parameter must i use to specify when using 2 web cam
    many thanks
    sun

    Hi
    I am making a project in which i have to capture a image through webcam. How can I do it will you please guide me or if can provide me code. Many thanks for your support. My email id is [email protected]

  • How to have amounts and amounts splitted at the same time

    Hi everybody, I need to show data as in the example (4 fields):
    Product Category           Number of tickets by category               Product               Number of tickets by product
    Category 1                              100                            product A                             50
                                                                           product B                              50
    Category 2                               10                             product C                              8
                                                                           product D                               2As you can see I need to see the total of tickets for each product category, and then splitted by product.
    In order to try to have this result, I take the following fields from the business area:
    Product Category
    count(tickets_id)
    Product
    but I'm not able to have the amount of tickets by category and the amount of tickets by product at the same time inside the report.....because as soon as I split by product I loose the total of tickets by Category.....
    How can I have this two amounts together ? The first referred to the total of tickets by Category and the second splitted by product at the same time?
    I tried to do a calculation count(count(tickets_id))....but it's not possible...I have the error "Nested Aggregated functions are not allowed"..
    Any help will be appreciated
    Thanks in advance
    Alex

    Tamir, thank you so much !!!
    It work perfectly ! but...just the last question...How can I group these records ?
    I explain to you better. Now, the situation, after using the analytic functions (as you mentioned) is the following:
       Product_Category      Count                  Product             Count      
         Category 1          100                   Product A              40
         Category 1          100                   Product A              40
         Category 1          100                   Product A              40
         Category 1          100                   Product B              60
         Category 2          10                    Product C              8
         Category 2          10                    Product D              2
         Category 2          10                    Product D              2 If I use the SORT (order by), I have empty records (blank) as below:
       Product_Category      Count                  Product             Count      
         Category 1          100                   Product A              40
         blank               blank                 blank                  blank
         blank               blank                 blank                  blank
         Category 1          100                   Product B              60
         Category 2          10                    Product C              8
         Category 2          10                    Product D              2
         blank               blank                 blank                  blank ...but I like to have the data grouped as:
       Product_Category      Count                  Product             Count      
         Category 1          100                   Product A              40
                                                   Product B              60
         Category 2          10                    Product C              8
         Category 2          10                    Product D              2 So, my question is this: how can I group the data using Discoverer ?
    Thanks again
    Alex

  • Can I Use HDMI and Thunderbolt Outputs At The Same Time? And Mac App Store Issues

    I have a Mid-2011 Mac Mini. I am currently using the HDMI output with an HDMI to Digital Input for a dell monitor. If I wanted to have a second monitor, can I use the Thunderbolt output with a MiniDisplayport to VGA adapter? I know it may sound a little unclear, so if you need a clarification, pelase let me know.
    Also, on the same macine, I am having trouble connecting to the Mac App Store. My internet connection is working, and I've tried going into the Keychain Access and there isn't anything with a blue plus. When I go to Store --> Sign In , the sign in widnow doesn't appear.
    Thanks
    Joey

    Yes, that is exactly how to use dual monitors.
    Optionally:
    if the second monitor has DVI input, use the MiniDisplay Port to DVI adapter.
    or if it has Display Port input, then all you need is a straight MiniDisplay Port to Display Port cable.
    In Quick Links try Account if Sign In does not work.

  • Airport express: use internet and air tunes at the same time?

    Hi,
    I'd like to use and airport express to create a wirelss network (and so use the internet) AND stream music to my stereo with air tunes - at the same time. Is this possible? So far, I have been able to create a wireless network (and use the internet) OR use the airport express to play music. But whenever my internet works, itune can't find the base station - claiming it "can't be found on the network?"
    Can you do both at once?
    I'm connecting to an ethernet jack (I'm at a college). It's not a cable modem or DSL. Is this the problem?
    Under "music" in the utility configuration. I've selected "Enable Air tunes at the base station." I can't select "Enable Airtunes over ethernet port." When i try to change the network options to allow me to select this "ethernet port" option, I have to tell it how to "distribute IP" addresses. i don't know how to do this, and everything I've tried destroys my internet connection.
    I appreciat any help you have to offer. thanks
    1.5 GHz PowerPC G4, 12'' powerbook   Mac OS X (10.4.4)  

    solution:
    My problem ended up being specific to the network I'm using. There is evidently another router on the ethernet system that was assigning my airport express an IP address (192. ...), rather than letting the network DCHP give me a direct IP address (something like 160. ...). The 192 address made it impossible for iTunes to see my express base station, but I was getting internet, passed through this other router.
    The fix - and I'm not sure if this is totally kosher - was to manually enter a correct IP address for my base station. I got the IP address by seeing what this other router was sending my computer to get onto the internet. It gave me the correct router and a workable (160. ...) IP address. I'm not sure if I'm supposed to manually pick an IP address on the ethernet, but this one is working for the time being, and now iTunes can find my base station.

  • HP Docking (VB041AA) - Using DVI and Display Port at the same time

    Hello,
    is it supported to use the DV and the Display Port of a HP 90W Docking (VB041AA) at the same time? I use this setup with two LA2405wg and a 6450b for a couple of weeks and I encounter a couple of problems:
    - flickering and switching during bootup, same output on both displays, no output
    - hibernation resume fails, if notebook was hibernated undocked (hiberfil.sys corrupt)
    - sometimes Win7 crashs during startup with corrupt drivers
    - spooky display lockups were a display goes into standby and can't be switchec on or off. I have to pull the power cord
    Some of them are really strange (corrupt drivers, but after a restart the notebooks starts without problems). During operation I don't have any problems, no BSoDs etc. 
    Thanks for advice.

    Your notebook is an Enterprise/Business model. I would recommend posting this in the HP Enterprise Support Forums for better coverage, as this is the consumer support forums.
    You can access the enterprise support forums at the following link.
    http://goo.gl/LsnuK
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • USING TOMTOM AND IPOD FUNCTION AT THE SAME TIME

    Hi
    I plan to het tomtom application bur before I'd like to know if
    I will be able to use my iphone connected to my car player alpine for music fucntions at the same time as tomtom application
    thanks a lo for your opinion on that

    On my iPhone, I can play music using the iPod app and also use Tom Tom. The music pauses for voice directions.
    I don't have an Alpine, so I can't test that for you.

  • How to use interface and abstract class in the real time sennario ?

    how to validate password and reenter password fields in the struts through the xml files?

    Here is a modified dealForm.jsp that merges the 2 steps - both symbol submission and Yahoo convert is done by it. Play with it and add your DB code to it:
    <html>
    <head><title>IPIB Database Selection</title></head>
    <body bgcolor="#DFDFFF">
    <H1><CENTER>IPIB Database Selection</CENTER></H1>
    <font size=4>
    <%@ page language="java" %>
    <%@ page import="java.net.*,java.io.*,java.util.*" %>
    <%
    String symbol = request.getParameter("symbol");
    if (symbol != null) {
    String urlString = "http://finance.yahoo.com/download/javasoft.beans?SYMBOLS=" + symbol + "&format=ab";
    try {
    URL url = new URL(urlString);
    URLConnection con = url.openConnection();
    InputStream is = con.getInputStream();
    InputStreamReader isr = new InputStreamReader(is);
    BufferedReader br = new BufferedReader(isr);
    String line = br.readLine();
    StringTokenizer tokenizer = new StringTokenizer(line,",");
    String name = tokenizer.nextToken();
    name = name.substring(1, name.length()-2);
    String price = tokenizer.nextToken();
    price = price.substring(1, price.length()-2);
    %>
    <p>
    Original line from yahoo <%= line %>
    </p> <p>
    Name: <%= name %>
    </p> <p>
    Price: <%= price %>
    </p> <p>
    Pub DB processing code from dealLoad.jsp here
    </p>
    <%
    } catch (IOException exception) {
    System.err.println("IOException: " + exception);
    } else { %>
    <form action="dealForm.jsp"method="GET">
    <p>Enter Symbol: <input size="20" name="symbol">
    <inputtype="submit" value="Submit">
    </p></form>
    <% } %>
    </font>
    </body>
    </html>

  • TS4113 Is there a terminal or other type of workaround to allow sound to come from the HDMI and headphone jack at the same time?

    I have a late 2012 Mini, running 10.8.2.  I have a set of powered speakers plugged into the headphone jack.  My TV is running on a direct HDMI connection.  I can only stream sound through HDMI, or even select it as an output, if I unplug my headphone speaker plug.  Apple's knowlege base says this is the case.  I am looking for a way to have both plugged in all the time, and have the sound mirrored to both.
         I use the speakers for itunes music, system sounds, skype, etc..  The HDMI sound is for steaming content to the TV.  I don't want to have to reach around behind the computer and unplug/plug each time I switch, for a multitude of reasons.  Any ideas out there?  Google wasn't getting me very far.  Maybe a terminal solution of some sort?  Thanks in advance.

    it seems that m1r3k found a very good workaround, at least for the Mid 2010 Mac mini models (that I'm using right now). I don't know if it works also with more recent Mac mini models.
    Re: After upgrading to lion, cant select HDMI sound setting
    Open Audio MIDI Setup.app in /Applications/Utility, click the + (plus) button in the bottom left corner of the window and choose "Create Multi-Output Device". In the new device settings tick the HDMI "Use" checkbox and you're done. Simply go to the usual System Preferences Audio panel and choose the newly created device, without the need to unplug the audio cable from the back of the Mac mini. You can also name the new audio device as you want.
    NOTE:
    This is only a workaround for a deliberate choice made by Apple on OS X Lion 10.7.2 and beyond:
    Mac mini: About HDMI audio and headphones
    Please let Apple know (here or here) how this has made things unnecessary awkward for users and needs to be fixed (these forums don't count, they are not read by Apple's employees)!

  • How to play midi and update graphics at the same time?

    hello
    I want to begin playing a midi file and then immediately while the music is still playing I want to update the screen, for ex. panel.update();It now seems that that whole screen freezes until the music has finished. How can I simultaneously update UI and play midi. Please help. Thanx!
    -Wonderful-

    http://www.google.com/search?q=java+thread+tutorial
    Plenty of tutorials and examples out there.

  • Can I use "g" and "n" AXs at the same time for Airtunes?

    Hi, hope someone can help with this.
    I currently have a wireless "g" network made up of a Netgear DG834PN router handling DHCP and with wireless off, an AEBS "n" as a wirelss base station and 4 AXs (2 "g" and 2"n") doing extended wireless and airtunes to different rooms around the house.
    If I use the Netgear for the "g" wifi and the AEBS for an "n" network and then set up the two "g" AXs on the "g" network and the two "n" AXs on the "n" network, but all still plugged into remote speakers will all the AXs still appear in my iTunes remote speaker list?
    Also, will I still be able to control them all from the Remote app on my 1st gen iPod touch connected to the "g" network?
    I seem to have built a bit of a monster here but it works fine as is. I'd just like to know if I can get a seperate "n" network going without losing any of my airtunes functionality.
    Thanks

    If I use the Netgear for the "g" wifi and the AEBS for an "n" network and then set up the two "g" AXs on the "g" network and the two "n" AXs on the "n" network, but all still plugged into remote speakers will all the AXs still appear in my iTunes remote speaker list?
    Yes, just like any network resource they should be available.
    Also, will I still be able to control them all from the Remote app on my 1st gen iPod touch connected to the "g" network?
    The app on your iPod controls iTunes on your computer streaming the music, so yes you would be able to control them all because you are controlling iTunes.

  • Stereo Bluetooth and headphone jack at the same time?

    I'm looking forward to the A2DP support in the firmware 3.0 update. I plan to get a motorokr s7hd. I'd like to be able to output audio from my iPhone 3G to my car via the headphone jack. Can I also connect a stereo Bluetooth headset and just use that in the event of a phone call? Will it mute/pause the music when a call happens?

    You can set the iPod app to output audio to your choice of a BT headset, or the jack output (not simultaneously). A BT headset can still get call audio if paired, but working in one channel only - no stereo.

  • When I use Premiere and After Effects at the same time, it causes my computer to restart. Why does it do that?

    When I create a dynamic link to after effects it will work for a couple seconds, but then I get a black screen saying error and that I need to restart my computer. I can use the programs independently, but not together.

    *** Panic Report ***
    panic(cpu 4 caller 0xffffff8002c1a46e): Kernel trap at 0xffffff8002bd1f96, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffffbf40000028, CR3: 0x000000040ac56010, CR4: 0x00000000001627e0
    RAX: 0xffffff7f80000000, RBX: 0xffffff8021b84100, RCX: 0xffffff7f80000028, RDX: 0x0000003fc0000000
    RSP: 0xffffff81ed203cd0, RBP: 0xffffff81ed203d00, RSI: 0x000000004169e77f, RDI: 0xffffff8007fa2da8
    R8:  0xffffff8022b77130, R9:  0xffffff81ed203e90, R10: 0x0000000000000001, R11: 0x0000000000000206
    R12: 0xffffff8007fa2da8, R13: 0xffffff8006ec4000, R14: 0x0000000000038000, R15: 0xffffff802cf46b40
    RFL: 0x0000000000010206, RIP: 0xffffff8002bd1f96, CS:  0x0000000000000008, SS:  0x0000000000000000
    Fault CR2: 0xffffffbf40000028, Error code: 0x0000000000000000, Fault CPU: 0x4
    Backtrace (CPU 4), Frame : Return Address
    0xffffff81ed203980 : 0xffffff8002b2fe41
    0xffffff81ed203a00 : 0xffffff8002c1a46e
    0xffffff81ed203bc0 : 0xffffff8002c36683
    0xffffff81ed203be0 : 0xffffff8002bd1f96
    0xffffff81ed203d00 : 0xffffff8002b9cc0d
    0xffffff81ed203f20 : 0xffffff8002c1a974
    0xffffff81ed203fb0 : 0xffffff8002c36595
    BSD process name corresponding to current thread: After Effects

  • Using frame and channel API at the same time.

    One of our customers specified the channel-mode number except programming the serial. So I have to use the channel api and the frame api at the the time! Is it possible with a 2 port PXI card like PXI-8461/2 (Port1 for channel api and port 2 for frame api)?

    Yes, you can have one port for channel api and one port for frame api. But you cannot mix on one port.
    DirkW

Maybe you are looking for

  • Turning off 1 monitor causing problems?

    first off i am trying to explain the situation as best as possible here so please ask if this doesnt make sense. i have 2 LCD's hooked to the new Mini as such: 1 going mini display port to DVI adapter to DVI on 19" Monitor (standard monitor) 1 going

  • What is going on with sign in?

    It seems my Apple ID is not working on some parts of the site. Example, Apple Store. When I tried to sign into iTunes from my iPhone it rejects the Apple ID. On my mac--- I can get into discussions. I could not do that with my Apple ID at work just a

  • ORA-3106 : fatal two-task communication protocol error

    We get the following error intermittantly in our server. We are using WebLogic 6.1. Any reason. Here is the log we are getting... Parsing: BEGIN gid_msg_fund.fund_get_details (:1, :2, :3, :4, :5, :6, :7, :8) ; END; Executing: BEGIN gid_msg_fund.fund_

  • My Windows 7 with InDesign CS6 crashed. I try to re-install, but it won't take my license key. What now?

    My Windows 7 with InDesign CS6 crashed. I try to re-install, but it won't take my license key. What now?

  • CS4 screen issues / Versioncue.Dll.

    Hello Everyone, I'm new here and having issues trying to display and work witjh my photos. I had to reinstall my CS4 again and since I cannot get any help calling customer suport because thery want to charge me a fee or upgrade to CS%. When I try to