Results 1 to 4 of 4

Thread: configure two playback devices in Windows 7

  1. #1
    Join Date
    Oct 2005
    Posts
    144

    configure two playback devices in Windows 7

    Currently I own one gaming headset namely Razer Megalodon and soon I am going to buy a kit of Razer Mako. My question is: How can I configure two playback devices by default in Windows 7 in order to get sound coming out of speakers and headphones at the same time? Is it possible or not, please let me know before investing. Thank you

  2. #2
    Join Date
    May 2006
    Posts
    2,812

    Re: configure two playback devices in Windows 7

    As per my knowledge, it is not possible. But the rest, what is the point of having the sound of 2 output devices? If it is to play on the speakers and get same sound, it does not raise concerns because the headset is USB, which means it has a integrated sound card, and will be recognized as a device that has its own right under windows. In Windows 7 it is possible to define default 1 device (speakers) and 1 communications device by default (the headset) so that software acts as the operator, but the sound system / game continue to be reproduced on the speakers.

  3. #3
    Join Date
    May 2006
    Posts
    2,335

    Re: configure two playback devices in Windows 7

    Only some specialized software like Virtual DJ do and support this playback. If you want the same sound then there is a jack splitter adapter used to playback two devices in windows 7. Other than that, getting out 2 different sounds is not possible.

  4. #4
    Join Date
    Dec 2007
    Posts
    1,599

    Re: configure two playback devices in Windows 7

    I found some AutoHotKey script that will manage multiple audio playback devices, below is the script:

    Code:
    F3::
    Run, mmsys.cpl
    WinWaitActive,Sound
    ControlSend,SysListView321,{Down}
    ControlSend,SysListView321,{Down}
    Sleep, 50
    ControlClick,Button2
    ControlClick,OK
    return
    
    F4::
    Run, mmsys.cpl
    WinWaitActive,Sound
    ControlSend,SysListView321,{Down}
    Sleep, 50
    ControlClick,Button2
    ControlClick,OK
    return

Similar Threads

  1. Configure onboard & USB audio devices using ALSA in Gentoo Linux
    By The#Gaelic in forum Operating Systems
    Replies: 3
    Last Post: 01-03-2012, 10:38 AM
  2. X-Fi Titanium: lost speaker sound from audio playback devices
    By Iason in forum Hardware Peripherals
    Replies: 6
    Last Post: 09-09-2011, 01:09 AM
  3. configure huawei wa1003a modem to multiple wifi devices
    By Techmates in forum India BroadBand
    Replies: 4
    Last Post: 19-03-2011, 03:26 AM
  4. Replies: 3
    Last Post: 22-12-2010, 12:10 AM
  5. Replies: 5
    Last Post: 11-01-2009, 08:06 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,329,036.72771 seconds with 17 queries