Force mpd to play at 41000 sample rate (high CPU usage issue)

Playing a mp3 file with mpd causes high cpu usage but mplayer plays it without significant cpu usage.
Googling has brought be to the inference that its the issue of mpd playing with different settings (ie at higher sample_rate).
I added .asoundrc but then also mpd is not respecting it.
Basically, I want to play mpd with the same settings as mplayer plays.
My .asoundrc file:-
defaults.pcm.rate_converter "44100"
When I play a file with mplayer.
shadyabhi@archlinux-N210 ~ $ cat /proc/asound/card0/pcm0p/sub0/hw_params
access: RW_INTERLEAVED
format: S16_LE
subformat: STD
channels: 2
rate: 44100 (44100/1)
period_size: 1024
buffer_size: 16384
OSS format: S16_LE
OSS channels: 2
OSS rate: 44100
OSS period bytes: 4096
OSS periods: 16
OSS period frames: 1024
shadyabhi@archlinux-N210 ~ $
And when I have mpd running,
shadyabhi@archlinux-N210 ~ $ cat /proc/asound/card0/pcm0p/sub0/hw_params
access: MMAP_INTERLEAVED
format: S32_LE
subformat: STD
channels: 2
rate: 48000 (48000/1)
period_size: 1024
buffer_size: 8192
shadyabhi@archlinux-N210 ~ $

shadyabhi@archlinux-N210 ~ $ zgrep SND /proc/config.gz | grep "="
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_JACK=y
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_HRTIMER=m
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
CONFIG_SND_VMASTER=y
CONFIG_SND_DMA_SGBUF=y
CONFIG_SND_RAWMIDI_SEQ=m
CONFIG_SND_OPL3_LIB_SEQ=m
CONFIG_SND_EMU10K1_SEQ=m
CONFIG_SND_MPU401_UART=m
CONFIG_SND_OPL3_LIB=m
CONFIG_SND_VX_LIB=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_DRIVERS=y
CONFIG_SND_DUMMY=m
CONFIG_SND_ALOOP=m
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MTPAV=m
CONFIG_SND_MTS64=m
CONFIG_SND_SERIAL_U16550=m
CONFIG_SND_MPU401=m
CONFIG_SND_PORTMAN2X4=m
CONFIG_SND_AC97_POWER_SAVE=y
CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0
CONFIG_SND_SB_COMMON=m
CONFIG_SND_SB16_DSP=m
CONFIG_SND_PCI=y
CONFIG_SND_AD1889=m
CONFIG_SND_ALS300=m
CONFIG_SND_ALS4000=m
CONFIG_SND_ALI5451=m
CONFIG_SND_ASIHPI=m
CONFIG_SND_ATIIXP=m
CONFIG_SND_ATIIXP_MODEM=m
CONFIG_SND_AU8810=m
CONFIG_SND_AU8820=m
CONFIG_SND_AU8830=m
CONFIG_SND_AW2=m
CONFIG_SND_AZT3328=m
CONFIG_SND_BT87X=m
CONFIG_SND_CA0106=m
CONFIG_SND_CMIPCI=m
CONFIG_SND_OXYGEN_LIB=m
CONFIG_SND_OXYGEN=m
CONFIG_SND_CS4281=m
CONFIG_SND_CS46XX=m
CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_SND_CS5530=m
CONFIG_SND_CS5535AUDIO=m
CONFIG_SND_CTXFI=m
CONFIG_SND_DARLA20=m
CONFIG_SND_GINA20=m
CONFIG_SND_LAYLA20=m
CONFIG_SND_DARLA24=m
CONFIG_SND_GINA24=m
CONFIG_SND_LAYLA24=m
CONFIG_SND_MONA=m
CONFIG_SND_MIA=m
CONFIG_SND_ECHO3G=m
CONFIG_SND_INDIGO=m
CONFIG_SND_INDIGOIO=m
CONFIG_SND_INDIGODJ=m
CONFIG_SND_INDIGOIOX=m
CONFIG_SND_INDIGODJX=m
CONFIG_SND_EMU10K1=m
CONFIG_SND_EMU10K1X=m
CONFIG_SND_ENS1370=m
CONFIG_SND_ENS1371=m
CONFIG_SND_ES1938=m
CONFIG_SND_ES1968=m
CONFIG_SND_ES1968_INPUT=y
CONFIG_SND_FM801=m
CONFIG_SND_FM801_TEA575X_BOOL=y
CONFIG_SND_FM801_TEA575X=m
CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_RECONFIG=y
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_INPUT_BEEP_MODE=1
CONFIG_SND_HDA_INPUT_JACK=y
CONFIG_SND_HDA_PATCH_LOADER=y
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_HDMI=y
CONFIG_SND_HDA_CODEC_CIRRUS=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CA0110=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
CONFIG_SND_HDSP=m
CONFIG_SND_HDSPM=m
CONFIG_SND_HIFIER=m
CONFIG_SND_ICE1712=m
CONFIG_SND_ICE1724=m
CONFIG_SND_INTEL8X0=m
CONFIG_SND_INTEL8X0M=m
CONFIG_SND_KORG1212=m
CONFIG_SND_LX6464ES=m
CONFIG_SND_MAESTRO3=m
CONFIG_SND_MAESTRO3_INPUT=y
CONFIG_SND_MIXART=m
CONFIG_SND_NM256=m
CONFIG_SND_PCXHR=m
CONFIG_SND_RIPTIDE=m
CONFIG_SND_RME32=m
CONFIG_SND_RME96=m
CONFIG_SND_RME9652=m
CONFIG_SND_SONICVIBES=m
CONFIG_SND_TRIDENT=m
CONFIG_SND_VIA82XX=m
CONFIG_SND_VIA82XX_MODEM=m
CONFIG_SND_VIRTUOSO=m
CONFIG_SND_VX222=m
CONFIG_SND_YMFPCI=m
CONFIG_SND_SPI=y
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=m
CONFIG_SND_USB_UA101=m
CONFIG_SND_USB_USX2Y=m
CONFIG_SND_USB_CAIAQ=m
CONFIG_SND_USB_CAIAQ_INPUT=y
CONFIG_SND_USB_US122L=m
CONFIG_SND_PCMCIA=y
CONFIG_SND_VXPOCKET=m
CONFIG_SND_PDAUDIOCF=m
CONFIG_SND_SOC=m
CONFIG_SND_SOC_I2C_AND_SPI=m
shadyabhi@archlinux-N210 ~ $ lsmod | grep snd
snd_seq_dummy 1479 0
snd_seq_oss 29240 0
snd_seq_midi_event 5516 1 snd_seq_oss
snd_seq 50562 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 5281 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 39509 1
snd_mixer_oss 17730 1 snd_pcm_oss
snd_hda_codec_realtek 295589 1
snd_hda_intel 21837 1
snd_hda_codec 74609 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 6222 1 snd_hda_codec
snd_pcm 72321 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 19537 2 snd_seq,snd_pcm
snd 58906 11 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore 6161 2 snd
snd_page_alloc 7361 2 snd_hda_intel,snd_pcm
shadyabhi@archlinux-N210 ~ $

Similar Messages

  • High CPU usage when playing flv files with flash

    As more and more FLV videos are moving to HD, I'm noticing
    high CPU usage and lots of dropped frames when playing FLV video in
    web browser with Flash 10. This is true even if the video isn't
    full screen. I've tried a variety of browsers (Firefox, I.E.,
    Chrome) and the problem occurs on all of them so it's pretty clear
    it's a limitation in Flash.
    Now my PC isn't high end (it has a Pentium M 1.86 GHz
    processor), but I can take those same FLV files and load them in
    something like Media Player Classic or Windows Media Player (when
    using ffdshow) and play the FLV files full screen with little or no
    drop in frames and an acceptable CPU rate.
    This is especially annoying on sites like YouTube where I
    actually have to save the video and play it back in something other
    than Flash to have it play back at an acceptable rate. This doesn't
    work for other sites like Amazon.
    Why is the CPU usage so high when decoding and displaying
    videos when compared to other media players?

    I've been doing research about this excessively high CPU usage problem (100%!) for weeks because I have also experienced it with my vista home premium laptop. Just recently, I have finally found the solution. The problem is not your browser or your OS or your pc's memory. The problem is caused by authorization for flash player.
    Read the link (posted below) carefully and follow the steps accordingly. If you have already done steps 1 through 6 with your computer, you can go straight to step 7.
    http://thetechangel.com/blogberry/2008/10/adobe-flash-player-10-fix-for-vista-xp/
    PS: I am not the author of that link, so please thank the respective site owner if you find the procedure very helpful.
    Please let me know also if the link solves your problem. I am sharing this because Adobe seems unable to provide solutions to this, and I don't want to hear people suffer.
    My blog:
    http://literaryworks101.blogspot.com
    http://bookofsalamat.blogspot.com
    Thanks

  • Help please? Logic playing back wrong sample rate

    So I created a new session and recorded a new song that I have already done some work to this song and have had no problems whatsoever.  Last night I went to open this song and work on it some more and when I pressed play the song started playing back very slowly.  This session was recorded at 88.2k and I am getting a Logic error message that says sample rate 44.1k is recognized however my audio interface  (a Metric Halo 2882 +DSP 2d unit) is set correctly to 88.2k.  I look at my bin and all the files are correct, my preferences are all correctly set at 88.2k but Logic is playing the song at about half speed!!
    What happened??  I have a couple projects going and I need to get this fixed..  Anyone??
      Thank you in advance!!
      DDD
    Mac Book Pro Dual Core, OSX 10.6.8, Logic 9.1.5 (do not want to upgrade Logic to 9.1.6 I tried that and it was a BAD experience so Im sticking with 9.1.5), Metric Halo MIO Console 5.4

    Sounds to me that your best bet is to use a utility like SoundHack (http://music.ucsd.edu/~tre/soft//SH893.hqx) to change the audio file headers. What you want is to flag the files as 48k, not do any sample rate conversion--they should play back natively at 48k. The only SRC you'll need to do is if you actually do want the files to end up as 44.1k at some point. (In your case, I don't think Logic is converting the sample rate in real time, by the way--what it's doing is playing back the files with a clock setting of 48k, which only sounds right because they've been mis-labeled.)
    Either way, you should fix the file headers now, I think. And even if your final product needs to be 44.1k, since your files are quite clearly at 48k now, I'd do all the necessary editing and processing at 48k, then convert to 44.1k as the final step. And until the SRC in Logic is improved (Apple ?), maybe use some other app to convert to 44.1k in the end. Peak gets high marks--not sure what else out there sounds good and doesn't cost a mint.
    Best luck!
    James
    [email protected]

  • Sample rate 40938/playback -synchronization issue

    Hi, my first attempts with my new Macbook Pro and LE9.1.1 are painfull ;-( After being forced to bounce in place every recorded region (see previous topic) , I am now after a few hours recording confronted with the fact that the monitored sound stops/ hampers and following error appears:
    "Error while trying to synchronize audio and midi ; Sample rate 40938 recognized; check conflict between Logic Express and external device".This device is a Tascam US-122 USB interface , with latest drivers, which I use as input and monitoring tool. Restarting LE or even entire Macbook doesn't solve the issue. Tried changing sample rates etc.. in vein. No CPU overload or whatsoever.
    NO clue however what/how to check. Any ideas or experience?

    Yes I have the latest drivers and everything. Even on the latest release of Premiere Pro CC 2014, I have the same issue. It is so strange being that the high end sound card should be able to do this much better and faster than my system processor. I would like to use the benefits of ASIO for Everyhting, not only mixing 5.1. Anyone else try a similar setup?

  • High CPU Usage when playing videos

    I have exactly the same problem. I search all around and a lot, i mean a LOT of people is having the same problem, what is going on with Adobe Flash Player? Every video, specially in Youtube, i just can't watch 720p videos, because the CPU reach the 100%, all is good in my PC, it's just the Adobe Flash Player that have some kind of problem, i don't know what to do or where to search anymore for a solution. This is getting frustrating.

    it's high memory usage and for some reason i got put in this thread and my original one never got update i am using hardware acceleration.....www.twitch.tv go watch any of the livestreams there
    Here is my dxdiag
    System Information
    Time of this report: 1/28/2013, 12:42:22
           Machine name: TOXIFY
       Operating System: Windows 8 Pro 64-bit (6.2, Build 9200) (9200.win8_gdr.121119-1606)
               Language: English (Regional Setting: English)
    System Manufacturer: System manufacturer
           System Model: System Product Name
                   BIOS: BIOS Date: 06/07/12 17:34:11 Ver: 35.01
              Processor: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz (4 CPUs), ~3.3GHz
                 Memory: 8192MB RAM
    Available OS Memory: 8160MB RAM
              Page File: 2365MB used, 10401MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.02.9200.16384 64bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
          Display Tab 2: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
            Sound Tab 3: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: NVIDIA GeForce GTX 670
           Manufacturer: NVIDIA
              Chip type: GeForce GTX 670
               DAC type: Integrated RAMDAC
            Device Type: Full Device
             Device Key: Enum\PCI\VEN_10DE&DEV_1189&SUBSYS_26703842&REV_A1
         Display Memory: 4042 MB
       Dedicated Memory: 1994 MB
          Shared Memory: 2047 MB
           Current Mode: 1920 x 1080 (32 bit) (60Hz)
           Monitor Name: Acer S231HL(Analog)
          Monitor Model: Acer S231HL
             Monitor Id: ACR01A6
            Native Mode: 1920 x 1080(p) (60.000Hz)
            Output Type: DVI
            Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
    Driver File Version: 9.18.0013.1090 (English)
         Driver Version: 9.18.13.1090
            DDI Version: 11
         Feature Levels: 11.0,10.1,10.0,9.3,9.2,9.1
           Driver Model: WDDM 1.2
    Graphics Preemption: DMA
    Compute Preemption: DMA
      Driver Attributes: Final Retail
       Driver Date/Size: 12/29/2012 05:34:47, 18054312 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71E3E-52C9-11CF-B05F-7D061CC2C435}
              Vendor ID: 0x10DE
              Device ID: 0x1189
              SubSys ID: 0x26703842
            Revision ID: 0x00A1
    Driver Strong Name: oem3.inf:0f066de34a9a900c:Section063:9.18.13.1090:pci\ven_10de&dev_1189
         Rank Of Driver: 00E02001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
            DXVA2 Modes: DXVA2_ModeMPEG2_IDCT  DXVA2_ModeMPEG2_VLD  DXVA2_ModeVC1_VLD  DXVA2_ModeVC1_IDCT  DXVA2_ModeWMV9_IDCT  DXVA2_ModeH264_VLD_NoFGT 
       Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Supported
                DXVA-HD: Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
              Card name: NVIDIA GeForce GTX 670
           Manufacturer: NVIDIA
              Chip type: GeForce GTX 670
               DAC type: Integrated RAMDAC
            Device Type: Full Device
             Device Key: Enum\PCI\VEN_10DE&DEV_1189&SUBSYS_26703842&REV_A1
         Display Memory: 4042 MB
       Dedicated Memory: 1994 MB
          Shared Memory: 2047 MB
           Current Mode: 1920 x 1080 (32 bit) (60Hz)
           Monitor Name: AOC 2243W
          Monitor Model: 2243W
             Monitor Id: AOC2243
            Native Mode: 1920 x 1080(p) (60.000Hz)
            Output Type: DVI
            Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
    Driver File Version: 9.18.0013.1090 (English)
         Driver Version: 9.18.13.1090
            DDI Version: 11
         Feature Levels: 11.0,10.1,10.0,9.3,9.2,9.1
           Driver Model: WDDM 1.2
    Graphics Preemption: DMA
    Compute Preemption: DMA
      Driver Attributes: Final Retail
       Driver Date/Size: 12/29/2012 05:34:47, 18054312 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71E3E-52C9-11CF-B05F-7D061CC2C435}
              Vendor ID: 0x10DE
              Device ID: 0x1189
              SubSys ID: 0x26703842
            Revision ID: 0x00A1
    Driver Strong Name: oem3.inf:0f066de34a9a900c:Section063:9.18.13.1090:pci\ven_10de&dev_1189
         Rank Of Driver: 00E02001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
            DXVA2 Modes: DXVA2_ModeMPEG2_IDCT  DXVA2_ModeMPEG2_VLD  DXVA2_ModeVC1_VLD  DXVA2_ModeVC1_IDCT  DXVA2_ModeWMV9_IDCT  DXVA2_ModeH264_VLD_NoFGT 
       Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Supported
                DXVA-HD: Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (Plantronics GameCom 780)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: USB\VID_047F&PID_C010&REV_0100&MI_00
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: PLTGC.sys
             Driver Version: 7.00.0008.2159 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 3/28/2012 18:09:32, 1327616 bytes
                Other Files:
            Driver Provider: C-Media Inc.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Digital Audio (S/PDIF) (High Definition Audio Device)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0889&SUBSYS_1043846B&REV_1000
            Manufacturer ID: 1
                 Product ID: 65535
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.02.9200.16384 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 7/25/2012 21:26:51, 339968 bytes
                Other Files:
            Driver Provider: Microsoft
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Digital Audio (S/PDIF) (High Definition Audio Device)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0889&SUBSYS_1043846B&REV_1000
            Manufacturer ID: 1
                 Product ID: 65535
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.02.9200.16384 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 7/25/2012 21:26:51, 339968 bytes
                Other Files:
            Driver Provider: Microsoft
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (Plantronics GameCom 780)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: PLTGC.sys
             Driver Version: 7.00.0008.2159 (English)
          Driver Attributes: Final Retail
              Date and Size: 3/28/2012 18:09:32, 1327616 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: G15 Gaming Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC226
            FF Driver: n/a
          Device Name: G15 GamePanel LCD
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC227
            FF Driver: n/a
          Device Name: G15 Gaming Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC226
            FF Driver: n/a
          Device Name: HID-compliant consumer control device
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x047F, 0xC010
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x1C2D
    | Matching Device ID: USB\ROOT_HUB20
    | Service: usbhub
    | Driver: usbhub.sys, 9/20/2012 02:55:33, 496872 bytes
    | Driver: usbd.sys, 9/20/2012 02:55:32, 21736 bytes
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x8087, 0x0024
    | | Location: Port_#0001.Hub_#0001
    | | Matching Device ID: USB\Class_09
    | | Service: usbhub
    | | Driver: usbhub.sys, 9/20/2012 02:55:33, 496872 bytes
    | | Driver: usbd.sys, 9/20/2012 02:55:32, 21736 bytes
    | |
    | +-+ Generic USB Hub
    | | | Vendor/Product ID: 0x046D, 0xC223
    | | | Location: Port_#0003.Hub_#0005
    | | | Matching Device ID: USB\Class_09
    | | | Service: usbhub
    | | | Driver: usbhub.sys, 9/20/2012 02:55:33, 496872 bytes
    | | | Driver: usbd.sys, 9/20/2012 02:55:32, 21736 bytes
    | | |
    | | +-+ USB Input Device
    | | | | Vendor/Product ID: 0x046D, 0xC227
    | | | | Location: Port_#0004.Hub_#0007
    | | | | Matching Device ID: USB\Class_03
    | | | | Service: HidUsb
    | | | | Driver: hidusb.sys, 7/25/2012 21:28:26, 27648 bytes
    | | | | Driver: hidclass.sys, 11/19/2012 23:56:11, 83456 bytes
    | | | | Driver: hidparse.sys, 7/25/2012 21:30:15, 32768 bytes
    | | | |
    | | | +-+ HID-compliant device
    | | | | | Vendor/Product ID: 0x046D, 0xC227
    | | | | | Matching Device ID: HID_DEVICE
    | | | | |
    | | | +-+ HID Keyboard Device
    | | | | | Vendor/Product ID: 0x046D, 0xC227
    | | | | | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | | | | | Service: kbdhid
    | | | | | Driver: kbdhid.sys, 7/25/2012 21:28:49, 29184 bytes
    | | | | | Driver: kbdclass.sys, 7/26/2012 00:00:52, 48368 bytes
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Vendor/Product ID: 0x1532, 0x0015
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 7/25/2012 21:28:49, 29184 bytes
    | Driver: kbdclass.sys, 7/26/2012 00:00:52, 48368 bytes
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC226
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 7/25/2012 21:28:49, 29184 bytes
    | Driver: kbdclass.sys, 7/26/2012 00:00:52, 48368 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x1532, 0x0015
    | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
    | Service: mouhid
    | Driver: mouhid.sys, 7/25/2012 21:28:47, 26112 bytes
    | Driver: mouclass.sys, 7/26/2012 00:00:55, 45808 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 53.1 GB
    Total Space: 122.0 GB
    File System: NTFS
          Model: M4-CT128M4SSD2
          Drive: D:
    Free Space: 66.9 GB
    Total Space: 238.5 GB
    File System: NTFS
          Model: ST3250824AS  P
          Drive: F:
          Model: hp DVD-RAM GH40L
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.02.9200.16384 (English), 7/25/2012 21:26:36, 174080 bytes
    System Devices
         Name: ASMedia USB 3.0 eXtensible Host Controller - 0096 (Microsoft)
    Device ID: PCI\VEN_1B21&DEV_1042&SUBSYS_84881043&REV_00\4&108ABD8A&0&00E4
       Driver: C:\Windows\system32\DRIVERS\UCX01000.SYS, 6.02.9200.16420 (English), 9/20/2012 02:55:33, 212200 bytes
       Driver: C:\Windows\system32\DRIVERS\USBXHCI.SYS, 6.02.9200.16420 (English), 9/20/2012 02:55:33, 337128 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 6 - 1C1A
    Device ID: PCI\VEN_8086&DEV_1C1A&SUBSYS_844D1043&REV_B5\3&11583659&0&E5
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:55, 234224 bytes
         Name: 2nd Generation Intel(R) Core(TM) Processor Family DRAM Controller - 0100
    Device ID: PCI\VEN_8086&DEV_0100&SUBSYS_844D1043&REV_09\3&11583659&0&00
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_10DE&DEV_0E0A&SUBSYS_26703842&REV_A1\4&80E7924&0&0108
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.02.9200.16420 (English), 9/20/2012 01:08:44, 71168 bytes
         Name: Intel(R) Management Engine Interface
    Device ID: PCI\VEN_8086&DEV_1C3A&SUBSYS_844D1043&REV_04\3&11583659&0&B0
       Driver: C:\Windows\system32\DRIVERS\HECIx64.sys, 8.01.0000.1191 (English), 5/3/2012 16:16:22, 55808 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C26
    Device ID: PCI\VEN_8086&DEV_1C26&SUBSYS_844D1043&REV_05\3&11583659&0&E8
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.02.9200.16420 (English), 9/20/2012 02:55:32, 79080 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.02.9200.16420 (English), 9/20/2012 02:55:33, 488168 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.02.9200.16420 (English), 9/20/2012 02:55:33, 496872 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C2D
    Device ID: PCI\VEN_8086&DEV_1C2D&SUBSYS_844D1043&REV_05\3&11583659&0&D0
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.02.9200.16420 (English), 9/20/2012 02:55:32, 79080 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.02.9200.16420 (English), 9/20/2012 02:55:33, 488168 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.02.9200.16420 (English), 9/20/2012 02:55:33, 496872 bytes
         Name: Intel(R) 82579V Gigabit Network Connection
    Device ID: PCI\VEN_8086&DEV_1503&SUBSYS_849C1043&REV_05\3&11583659&0&C8
       Driver: C:\Windows\system32\DRIVERS\e1c63x64.sys, 12.01.0010.0000 (English), 3/29/2012 18:41:04, 483504 bytes
       Driver: C:\Windows\system32\e1c63x64.din, 1/6/2012 17:02:08, 3114 bytes
       Driver: C:\Windows\system32\NicCo36.dll, 2.01.0002.0000 (English), 5/26/2009 13:05:46, 36472 bytes
       Driver: C:\Windows\system32\NicInstC.dll, 9.10.0079.0000 (English), 2/24/2012 06:12:24, 99520 bytes
       Driver: C:\Windows\system32\e1cmsg.dll, 10.00.0113.0000 (English), 3/15/2012 05:07:36, 72360 bytes
         Name: Xeon E3-1200/2nd Generation Intel(R) Core(TM) Processor Family PCI Express Root Port - 0101
    Device ID: PCI\VEN_8086&DEV_0101&SUBSYS_844D1043&REV_09\3&11583659&0&08
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:55, 234224 bytes
         Name: NVIDIA GeForce GTX 670
    Device ID: PCI\VEN_10DE&DEV_1189&SUBSYS_26703842&REV_A1\4&80E7924&0&0008
       Driver: C:\Program Files\NVIDIA Corporation\Drs\dbInstaller.exe, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 233912 bytes
       Driver: C:\Program Files\NVIDIA Corporation\Drs\nvdrsdb.bin, 12/29/2012 05:34:47, 1101968 bytes
       Driver: C:\Windows\System32\DriverStore\FileRepository\nv_disp.inf_amd64_5e44416ac61c3112\NvCplSe tupEng.exe, 1.00.0001.0000 (English), 12/29/2012 05:34:47, 31875200 bytes
       Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\Nvd3d9wrap.dll, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 286688 bytes
       Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\detoured.dll, 12/29/2012 05:34:47, 4096 bytes
       Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvdxgiwrap.dll, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 193488 bytes
       Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\Nvd3d9wrapx.dll, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 327400 bytes
       Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\detoured.dll, 12/29/2012 05:34:47, 4096 bytes
       Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\nvdxgiwrapx.dll, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 229032 bytes
       Driver: C:\Program Files\NVIDIA Corporation\license.txt, 12/29/2012 05:34:47, 21892 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\MCU.exe, 1.00.4647.21994 (English), 12/29/2012 05:34:47, 1562552 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvdebugdump.exe, 12/29/2012 05:34:47, 223160 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.1.pdf, 12/29/2012 05:34:47, 40574 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 241592 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvml.dll, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 428472 bytes
       Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL.dll, 1.00.0000.0000 (English), 12/29/2012 05:34:47, 53176 bytes
       Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL64.dll, 1.00.0000.0000 (English), 12/29/2012 05:34:47, 61368 bytes
       Driver: C:\Windows\system32\DRIVERS\nvlddmkm.sys, 9.18.0013.1090 (English), 12/29/2012 05:34:47, 10997176 bytes
       Driver: C:\Windows\system32\nvEncodeAPI64.dll, 6.14.0013.1090 (English), 12/29/2012 05:34:47, 420280 bytes
       Driver: C:\Windows\system32\nvapi64.dll, 9.18.0013.1090 (English), 12/29/2012 05:34:47, 2824656 bytes
       Driver: C:\Windows\system32\nvcompiler.dll, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 25256376 bytes
       Driver: C:\Windows\system32\nvcuda.dll, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 9389888 bytes
       Driver: C:\Windows\system32\nvcuvenc.dll, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 2344888 bytes
       Driver: C:\Windows\system32\nvcuvid.dll, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 2904504 bytes
       Driver: C:\Windows\system32\nvd3dumx.dll, 9.18.0013.1090 (English), 12/29/2012 05:34:47, 18054312 bytes
       Driver: C:\Windows\system32\nvinfo.pb, 12/29/2012 05:34:47, 17266 bytes
       Driver: C:\Windows\system32\nvinitx.dll, 9.18.0013.1090 (English), 12/29/2012 05:34:47, 246024 bytes
       Driver: C:\Windows\system32\nvoglv64.dll, 9.18.0013.1090 (English), 12/29/2012 05:34:47, 26931128 bytes
       Driver: C:\Windows\system32\nvopencl.dll, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 7565240 bytes
       Driver: C:\Windows\system32\nvumdshimx.dll, 9.18.0013.1090 (English), 12/29/2012 05:34:47, 1107592 bytes
       Driver: C:\Windows\system32\nvwgf2umx.dll, 9.18.0013.1090 (English), 12/29/2012 05:34:47, 15052368 bytes
       Driver: C:\Windows\SysWow64\nvEncodeAPI.dll, 6.14.0013.1090 (English), 12/29/2012 05:34:47, 364984 bytes
       Driver: C:\Windows\SysWow64\nvapi.dll, 9.18.0013.1090 (English), 12/29/2012 05:34:47, 2504248 bytes
       Driver: C:\Windows\SysWow64\nvcompiler.dll, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 17560504 bytes
       Driver: C:\Windows\SysWow64\nvcuda.dll, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 7931896 bytes
       Driver: C:\Windows\SysWow64\nvcuvenc.dll, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 1985976 bytes
       Driver: C:\Windows\SysWow64\nvcuvid.dll, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 2720696 bytes
       Driver: C:\Windows\SysWow64\nvd3dum.dll, 9.18.0013.1090 (English), 12/29/2012 05:34:47, 15129064 bytes
       Driver: C:\Windows\SysWow64\nvinit.dll, 9.18.0013.1090 (English), 12/29/2012 05:34:47, 201728 bytes
       Driver: C:\Windows\SysWow64\nvoglv32.dll, 9.18.0013.1090 (English), 12/29/2012 05:34:47, 20450232 bytes
       Driver: C:\Windows\SysWow64\nvopencl.dll, 8.17.0013.1090 (English), 12/29/2012 05:34:47, 6263784 bytes
       Driver: C:\Windows\SysWow64\nvumdshim.dll, 9.18.0013.1090 (English), 12/29/2012 05:34:47, 958272 bytes
       Driver: C:\Windows\SysWow64\nvwgf2um.dll, 9.18.0013.1090 (English), 12/29/2012 05:34:47, 12641120 bytes
       Driver: C:\Windows\system32\nvdispco64.dll, 2.00.0029.0004 (English), 12/29/2012 05:34:47, 1813432 bytes
       Driver: C:\Windows\system32\nvdispgenco64.dll, 2.00.0015.0002 (English), 12/29/2012 05:34:47, 1504696 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family 6 Port SATA AHCI Controller - 1C02
    Device ID: PCI\VEN_8086&DEV_1C02&SUBSYS_844D1043&REV_05\3&11583659&0&FA
       Driver: C:\Windows\system32\DRIVERS\storahci.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:55, 77552 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_1C20&SUBSYS_84DC1043&REV_05\3&11583659&0&D8
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.02.9200.16420 (English), 9/20/2012 01:08:44, 71168 bytes
         Name: Intel(R) Z68 Express Chipset Family LPC Interface Controller - 1C44
    Device ID: PCI\VEN_8086&DEV_1C44&SUBSYS_844D1043&REV_05\3&11583659&0&F8
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:55, 17136 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family SMBus Controller - 1C22
    Device ID: PCI\VEN_8086&DEV_1C22&SUBSYS_844D1043&REV_05\3&11583659&0&FB
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 5 - 1C18
    Device ID: PCI\VEN_8086&DEV_1C18&SUBSYS_844D1043&REV_B5\3&11583659&0&E4
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:55, 234224 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 1 - 1C10
    Device ID: PCI\VEN_8086&DEV_1C10&SUBSYS_844D1043&REV_B5\3&11583659&0&E0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:55, 234224 bytes
         Name: ASMedia USB 3.0 eXtensible Host Controller - 0096 (Microsoft)
    Device ID: PCI\VEN_1B21&DEV_1042&SUBSYS_84881043&REV_00\4&87D54EE&0&00E5
       Driver: C:\Windows\system32\DRIVERS\UCX01000.SYS, 6.02.9200.16420 (English), 9/20/2012 02:55:33, 212200 bytes
       Driver: C:\Windows\system32\DRIVERS\USBXHCI.SYS, 6.02.9200.16420 (English), 9/20/2012 02:55:33, 337128 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.02.9200.16384
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.02.9200.16384
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.02.9200.16384
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.02.9200.16384
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.02.9200.16384
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.02.9200.16384
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.02.9200.16384
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.02.9200.16384
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.02.9200.16384
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.9200.16384
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.9200.16384
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.9200.16384
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.9200.16384
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.9200.16384
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.9200.16384
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.16429
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.9200.16384
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.9200.16384
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.9200.16384
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.9200.16384
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.9200.16384
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.9200.16384
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.9200.16384
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.9200.16384
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.9200.16384
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.9200.16384
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.9200.16384
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.9200.16384
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.9200.16384
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.9200.16384
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,12.00.9200.16384
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.9200.16384
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.9200.16384
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.9200.16384
    Line 21 Decoder,0x00600000,1,1,,
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.9200.16384
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.9200.16384
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.9200.16384
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.9200.16384
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.02.9200.16384
    File writer,0x00200000,1,0,qcap.dll,6.06.9200.16384
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.9200.16384
    Overlay Mixer2,0x00200000,1,1,,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.9200.16384
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.9200.16384
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.9200.16384
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.9200.16384
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.9200.16384
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.9200.16384
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.9200.16384
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.02.9200.16384
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.9200.16384
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.9200.16384
    Overlay Mixer,0x00200000,0,0,,
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.9200.16384
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.9200.16384
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.9200.16384
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.9200.16384
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.9200.16384
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.9200.16384
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,12.00.8506.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.9200.16384
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.9200.16384
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.9200.16384
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.9200.16384
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.9200.16384
    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.9200.16384
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.02.9200.16384
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.9200.16384
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.9200.16384
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.02.9200.16384
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.02.9200.16384
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.02.9200.16384
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.02.9200.16384
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.9200.16384
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.9200.16384
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.02.9200.16384
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.02.9200.16384
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.9200.16384
    PCM,0x00200000,1,1,quartz.dll,6.06.9200.16384
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.9200.16384
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.9200.16384
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.9200.16384
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.9200.16384
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.9200.16384
    Audio Capture Sources:
    Microphone (Plantronics GameCom 780),0x00200000,0,0,qcap.dll,6.06.9200.16384
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.9200.16384
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.9200.16384
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.9200.16384
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.9200.16384
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.9200.16384
    WDM Streaming Capture Devices:
    Plantronics GameCom,0x00200000,2,2,ksproxy.ax,6.02.9200.16384
    WDM Streaming Rendering Devices:
    Plantronics GameCom,0x00200000,2,2,ksproxy.ax,6.02.9200.16384
    HD Audio SPDIF out,0x00200000,1,1,ksproxy.ax,6.02.9200.16384
    HD Audio SPDIF out 2,0x00200000,1,1,ksproxy.ax,6.02.9200.16384
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9200.16384
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9200.16384
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9200.16384
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9200.16384
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.9200.16384
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.9200.16384
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.9200.16384
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.9200.16384
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.9200.16384
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.9200.16384
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.9200.16384
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.9200.16384
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.02.9200.16384
    Audio Renderers:
    Speakers (Plantronics GameCom 780),0x00200000,1,0,quartz.dll,6.06.9200.16384
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.9200.16384
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.9200.16384
    DirectSound: Digital Audio (S/PDIF) (High Definition Audio Device),0x00200000,1,0,quartz.dll,6.06.9200.16384
    DirectSound: Speakers (Plantronics GameCom 780),0x00200000,1,0,quartz.dll,6.06.9200.16384
    DirectSound: Digital Audio (S/PDIF) (High Definition Audio Device),0x00200000,1,0,quartz.dll,6.06.9200.16384
    Digital Audio (S/PDIF) (High Definition Audio Device),0x00200000,1,0,quartz.dll,6.06.9200.16384
    Digital Audio (S/PDIF) (High Definition Audio Device),0x00200000,1,0,quartz.dll,6.06.9200.16384
    Preferred DirectShow Filters
    [HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]
    <media subtype GUID>, [<filter friendly name>, ]<filter CLSID>
    MEDIASUBTYPE_WMAUDIO_LOSSLESS, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_MPG4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    MEDIASUBTYPE_WVC1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    {64687664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    MEDIASUBTYPE_h264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_MPEG1AudioPayload, MPEG Audio Decoder, CLSID_CMpegAudioCodec
    {78766964-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_WMAUDIO3, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_WMV2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MPEG2_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    {64697678-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    WMMEDIASUBTYPE_MP3, MP3 Decoder DMO, CLSID_CMP3DecMediaObject
    MEDIASUBTYPE_mp42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_MSS1, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
    MEDIASUBTYPE_WVP2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMV1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVP, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMV3, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVR, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MJPG, MJPEG Decompressor, CLSID_MjpegDec
    MEDIASUBTYPE_mp43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
    MEDIASUBTYPE_MSS2, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
    {64737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    WMMEDIASUBTYPE_WMAudioV8, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    {44495658-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    WMMEDIASUBTYPE_WMSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    MEDIASUBTYPE_RAW_AAC1, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    {6C737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    MEDIASUBTYPE_MP43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
    MEDIASUBTYPE_MPEG1Payload, MPEG Video Decoder, CLSID_CMpegVideoCodec
    MEDIASUBTYPE_AVC1, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    {20637664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    {58564944-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MP42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_MPEG_ADTS_AAC, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    MEDIASUBTYPE_mpg4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_M4S2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_m4s2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MP4S, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_mp4s, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MPEG1Packet, MPEG Video Decoder, CLSID_CMpegVideoCodec
    {5634504D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    {7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_H264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_MPEG2_VIDEO, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_WMVA, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_DVD_LPCM_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    MEDIASUBTYPE_MPEG_LOAS, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    Media Foundation Transforms
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms]
    <category>:
      <transform friendly name>, <transform CLSID>, <flags>, [<merit>, ]<file name>, <file version>
    Video Decoders:
      Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}, 0x1, msmpeg2vdec.dll, 12.00.9200.16429
      DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}, 0x1, mfdvdec.dll, 6.02.9200.16384
      Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT, 0x1, mp4sdecd.dll, 6.02.9200.16384
      Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT, 0x1, msmpeg2vdec.dll, 12.00.9200.16429
      WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject, 0x1, wmvsdecd.dll, 6.02.9200.16384
      WMVideo Decoder MFT, CLSID_CWMVDecMediaObject, 0x1, wmvdecod.dll, 6.02.9200.16384
      MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}, 0x1, mfmjpegdec.dll, 6.02.9200.16384
      Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject, 0x1, mp43decd.dll, 6.02.9200.16384
      Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject, 0x1, mpg4decd.dll, 6.02.9200.16384
    Video Encoders:
      H264 Encoder MFT, {6CA50344-051A-4DED-9779-A43305165E35}, 0x1, mfh264enc.dll, 6.02.9200.16420
      WMVideo8 Encoder MFT, CLSID_CWMVXEncMediaObject, 0x1, wmvxencd.dll, 6.02.9200.16384
      WMVideo9 Encoder MFT, CLSID_CWMV9EncMediaObject, 0x1, wmvencod.dll, 6.02.9200.16384
      Microsoft MPEG-2 Video Encoder MFT, {E6335F02-80B7-4DC4-ADFA-DFE7210D20D5}, 0x2, msmpeg2enc.dll, 12.00.9200.16384
    Video Effects:
      Frame Rate Converter, CLSID_CFrameRateConvertDmo, 0x1, mfvdsp.dll, 6.02.9200.16384
      Resizer MFT, CLSID_CResizerDMO, 0x1, vidreszr.dll, 6.02.9200.16384
      VideoStabilization MFT, {51571744-7FE4-4FF2-A498-2DC34FF74F1B}, 0x1, MSVideoDSP.dll, 6.02.9200.16384
      Color Control, CLSID_CColorControlDmo, 0x1, mfvdsp.dll, 6.02.9200.16384
      Color Converter MFT, CLSID_CColorConvertDMO, 0x1, colorcnv.dll, 6.02.9200.16384
    Video Processor:
      Microsoft Video Processor MFT, {88753B26-5B24-49BD-B2E7-0C445C78C982}, 0x1, msvproc.dll, 12.00.9200.16420
    Audio Decoders:
      Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}, 0x1, MSAudDecMFT.dll, 6.02.9200.16384
      WMAudio Decoder MFT, CLSID_CWMADecMediaObject, 0x1, WMADMOD.DLL, 6.02.9200.16384
      Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT, 0x1, MSAudDecMFT.dll, 6.02.9200.16384
      GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}, 0x1, mfcore.dll, 12.00.9200.16451
      WMAPro over S/PDIF MFT, CLSID_CWMAudioSpdTxDMO, 0x1, WMADMOD.DLL, 6.02.9200.16384
      Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}, 0x1, MSAudDecMFT.dll, 6.02.9200.16384
      WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject, 0x1, WMSPDMOD.DLL, 6.02.9200.16384
      G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}, 0x1, mfcore.dll, 12.00.9200.16451
      IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}, 0x1, mfcore.dll, 12.00.9200.16451
      MP3 Decoder MFT, CLSID_CMP3DecMediaObject, 0x1, mp3dmod.dll, 6.02.9200.16384
      ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}, 0x1, mfcore.dll, 12.00.9200.16451
    Audio Encoders:
      MP3 Encoder ACM Wrapper MFT, {11103421-354C-4CCA-A7A3-1AFF9A5B6701}, 0x1, mfcore.dll, 12.00.9200.16451
      WM Speech Encoder DMO, CLSID_CWMSPEncMediaObject2, 0x1, WMSPDMOE.DLL, 6.02.9200.16384
      Microsoft MPEG-2 Audio Encoder MFT, {46A4DD5C-73F8-4304-94DF-308F760974F4}, 0x1, msmpeg2enc.dll, 12.00.9200.16384
      WMAudio Encoder MFT, CLSID_CWMAEncMediaObject, 0x1, WMADMOE.DLL, 6.02.9200.16384
      Microsoft AAC Audio Encoder MFT, {93AF0C51-2275-45D2-A35B-F2BA21CAED00}, 0x1, mfAACEnc.dll, 6.02.9200.16384
      Microsoft Dolby Digital Encoder MFT, {AC3315C9-F481-45D7-826C-0B406C1F64B8}, 0x1, msac3enc.dll, 6.02.9200.16384
    Audio Effects:
      AEC, CLSID_CWMAudioAEC, 0x1, mfwmaaec.dll, 6.02.9200.16384
      Resampler MFT, CLSID_CResamplerMediaObject, 0x1, resampledmo.dll, 6.02.9200.16384
    Multiplexers:
      Microsoft MPEG2 Multiplexer MFT, {AB300F71-01AB-46D2-AB6C-64906CB03258}, 0x2, mfmpeg2srcsnk.dll, 12.00.9200.16437
    Others:
      Microsoft H264 Video Remux (MPEG2TSToMP4) MFT, {05A47EBB-8BF0-4CBF-AD2F-3B71D75866F5}, 0x1, msmpeg2vdec.dll, 12.00.9200.16429
    Media Foundation Enabled Hardware Categories
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\HardwareMFT]
    EnableDecoders = 0
    EnableEncoders = 1
    EnableVideoProcessors = 1
    Media Foundation Byte Stream Handlers
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\ByteStreamHandlers]
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
    <file ext. or MIME type>, <handler CLSID>, <brief description>[, Preferred]
    .3g2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .3gp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .3gp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    .ac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
    .adt, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    .adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    .asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    .avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
    .dvr-ms, {65964407-A5D8-4060-85B0-1CCD63F768E2}, dvr-ms Byte Stream Handler, Preferred
    .dvr-ms, {A8721937-E2FB-4D7A-A9EE-4EB08C890B6E}, MF SBE Source ByteStreamHandler
    .ec3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
    .m2t, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .m2ts, {4087

  • High CPU usage when playing flv files with VideoDisplay

    Hi all,
    Now i develop a project with VideoDisplay, my problem is when i play f4v file, my CPU usage is very high.., I also play the same file with Adobe Media Player, the problem is still exist.
    Can anybody help me ~? thanks~,and sorry for my poor english~

    I'm pretty sure one reason is that Flash "watches" the video so it can sync up the frames with other animations you might want to overlay.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Anyway to force a Digital Input sample rate?

    I've tried three different A/D converters and all fail on the Mac Pro, but work with other equipment. All of the A/D converters have a fixed 48k output sample rate. I can set a 48k sample rate on the Mac and the sound's great.  Unfortunately, it only holds this setting for a few seconds, then snaps back to a 44.1k sample rate and says 'locked'. The audio is then slow and distorted.. like playing a 45 rrmp record at 33 1/3 rpm.  My question is, is there any way I can stop OSX from falling back to 44.1k; i.e. force it to hold the 48k sample rate?

    Got an updated Core Audio driver from Digidesign - that fixed it.

  • Why Audition CC don't show sample rate correctly?

    Hi
    Using Audition CC on Mac OS X with Mackie 1220, 12-channel premium analog mixer with integrated 24-bit/96kHz Onyx FireWire I/O (Quality is amazing!)
    Need to record on mono a horrible old tape recording with voice only to "hero"'s repairing audio and configure the best sample rate for recording.
    My preferences Audio Hardware on Audition are:
    Device Class: CoreAudio
    Default Input: Onyx Firewire (0025)
    Default Output:  Onyx Firewire (0025)
    Clock Source: Device
    I/O Buffer size 512 Samples
    Sample Rate: 96000 Hz
    Question 1: Expert said do not use more than 48000 Hz for recording voice only and use mono. Humans can't listen more than 20000 Hz... well... My recording on 96000 Hz is better than 48000 Hz and I'm not Superman... and can hear better difference with 96000 Hz recording. Don't know why.
    Question 2: Why after selecting Audio Hardware preferences to 96000 Hz after recording the File Panel said my track is 48000 Hz Mono 32 (Float)? My hardware can record at 96000 Hz and preferences is set correcty at that Bit Depth then WHY don't appears 96000Hz on File Panel after recording and instead appears 48000Hz?
    Question 3: Don't understand the differences of my 24-bit/96kHz Onyx FireWire I/O and 32 bit (Float) of Audition. If I record using 24 Bits (Maximum bit depth of my hardware) why appears 32 bit (Float)? My recording are 24 Bits or 32 Bits?
    Thanks :-)
    Tom

    CS6 has a serious issue with saving files correctly. The program is asuming that 48kHz is the maximum you will be using and in my case it saved a 96kHz recording with a 48kHz internal header. The file size is consistent with all my previous 24/96 recordings and it sounds just fine interpreted correctly - but played an octave low in frequency and tempo it really sucks unless you are a Blue Whale..
    I can play it "interpreted" as a 192kHz file just fine, and it now sounds 100% right, but I cannot save it correctly. I have yet to find out how to recover because when I use "convert Sample Type" it saves it with the same mistake - the wrong sample rate off by the same ratio again.
    It is a program flaw - so at this point you cannot record with sample rates higher than 48kHz in CS6 and depend on your file being OK.
    Tom the reason you can tell the difference between sample rates is that your hearing has two dimensions, frequency and timing, I sure hope you can't hear the bats at night but I expect that you can tell a good drummer from a bad drummer. In addition there is also the issue (dimension) of bit-depth - instrument decay and acoustic space occupies the time space between notes and if it is not sampled at the right time and place or rounded off to the nearest digital digit you have a problem.
    You all know that some humans have perfect pitch and others dont, this gives you some indication how much we each differ. Some people have even learned to use echolocation; the best know cases being blind people because they are not supposed to be able to find their way and know where they are. You can learn underlying concepts of this little discussed aspect of human hearing here and hit the university libraries for the rest. http://en.wikipedia.org/wiki/Human_echolocationhttp://
    SteveG's comment are only true in one of the three dimensions - frequency range. We all hear about the same for starters anyway.
    The second dimension, timing, is what provides spatial information. Coarse sampling effects this as well. My most recent experience was when transcribing some old casette tapes - when I experimented with FLAC and WMA lossless I found that they din NOT downsample well. Spatial information was significantly deminished be that aucoustic or studio work. Needless to say this surprised me because I was auming that I could drop the samplerate to 48kHz as soon I was done editing and save a lot of drive space. For now I made some excellent 48kHz/24 bit mp3s (320) because they altered the sound the least.
    Now you know some additional reasons why older guys like me who have lost the high end and a lot of decibel as well can still tell the difference:we have good sense of timing.
    Anyway - I need to learn how to edit my files to reset the sample frequency header - real fast. I just recorder a fabulous Madrigal group for 2 hours and my files are lost in the vortex.

  • Sample rate and audio-MIDI sync issues

    Disclaimer: I did read other posts similar to this but couldn't find an answer to my specific situation. So here it is:
    Logic was perfectly fine when everything was running at 44.1kHz sample rate. Then I got vocals at 48 kHz so I had to convert the sample rate in Logic Pro to match it.
    Suddenly I get a slew of "Error trying to sync MIDI and audio" messages. After crying and changing the sample rate back to 44.1, then to 48, and over and over again, it finally works again.
    So Logic is fine at 48kHz. But when I go to a track that's at 44.1kHz, I get the sync messages again and have to play "toggle the sample rate" for about 5-15 minutes before Logic decides whose master again.
    Why is it doing this? Do I need to change Logic Pro to some kind of default settings every time I go from one song to another with a different sample rate? Or will this not be an issue if I upgrade to 7.2? (I have 7.1.0)
    PowerPC G5   Mac OS X (10.4.6)  

    This is not a bug, but a nuisance.
    You should upgrade to LP 7.1.1, which is way more stable than 7.1.0. No need for you to go to LP 7.2.
    "Then I got vocals at 48 kHz so I had to convert the sample rate in Logic Pro to match it."
    Are you certain, that in your song, in your regions, you used the newly converted 44.1kHz files, chosen from the Audio Window, and not (still) the old 48kHz files?
    "So Logic is fine at 48kHz. But when I go to a track that's at 44.1kHz, I get the sync messages again"
    LP doesn't do this well. And for a reason, but we'll not get into this now.
    See: "Audio > Sample Rate > ..." and select one.
    Perform proper conversion and make sure ALL of your audio files running in your song are congruent. Check your Audio Window and the files associated to the regions.
    Set up your autoload to contain these settings. From then on, whenever you know that you will be importing other sample rates, change the settings in "Audio > Sample Rate > ..." before loading the sounds/files, if indeed you are starting from scratch. This will save you significant time.
    Been there, done that.
    sonther

  • NI 5761 with low sampling rate

    Hi,  is it possible to change the NI 5761 sampling rate without programming FPGA? Thank you very much!

    Hi, as mentioned above you can play with the sample rate by using an external Sample clock. Take a look at the picture attach for the general idea. Simply replace the Boolean buttons for digital input ports. I hope this helps
    Alejandro | Academic Program Engineer | National Instruments
    Attachments:
    Capture.JPG ‏256 KB

  • Separate sampling rate for two different channels for a USB-6009 daq

    Hi, 
    I am using a USB-6009 and incorporating the 'daq assistant' to change the sample rate.  I am trying to find a way to set the sampling rate to two unique values for two separate channels.  I've tried setting up two daq assistants and adjusting the sample rate different for each channel, though this does not work.  Is there any way to set the sample rate high for all channels then reduce the rate for a different channel - or an alternative?  I would appreciate any input on this, thank you!
    - Anthony
    Solved!
    Go to Solution.

    All tasks on a DAQ board that use a sampling clock must use the same clock.  Therefore, you cannot have two tasks on the same DAQ board sample at different rates.
    Alternatives would be:
    1. to combine all of the channels into a single task and just accept the extra data
    2. get an extra DAQ board to use in parallel
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Recording LP records as source material- Sample Rate

    Using recorded tracks from LP records to make DVDs, Blu-Ray DVDs or simple CD's. Am not sure what maximum sample rate to use. I understand the end product limits of the various digital media, but LPs are analog. Do I gain any sound quality by recording the original LP at a sample rate higher than 48000/32bit, say 96000 sample rate) and then resampling (downsizing) the audio file if the end product cannot produce the higher sample rate?

    Conversion de LP -Archivos Digitales
    Se recomienda Grabalos  con estas velocidad de Muestreo
    Blue-Ray 96000Hrz. / 32 bits
    DVD & 48000 Hrz. /32 Bits
    CD DE AUDIO A 44100Hrz /32 Bits ó 24Bits
    Te recomendaria Cambiarte a Adobe Audition
    Saludos
    http://soundcloud.com/creativoxpro/restaurando-audio-de-un-vinil
    Para audio
    8000 muestras/s
    Teléfonos, adecuado para la voz humana pero no para la reproducción musical. En la práctica permite reproducir señales con componentes de hasta 3,5 kHz.
    22050 muestras/s
    Radio En la práctica permite reproducir señales con componentes de hasta 10 kHz.
    32000 muestras/s
    Vídeo digital en formato miniDV.
    44100 muestras/s
    CD, En la práctica permite reproducir señales con componentes de hasta 20 kHz. También común en audio en formatos MPEG-1 (VCD,SVCD, MP3).
    47250 muestras/s
    Formato PCM de Nippon Columbia (Denon). En la práctica permite reproducir señales con componentes de hasta 22 kHz.
    48000 muestras/s
    Sonido digital utilizado en la televisión digital, DVD, formato de películas, audio profesional y sistemas DAT.
    50000 muestras/s
    Primeros sistemas de grabación de audio digital de finales de los 70de las empresas 3M y Soundstream.
    96000 ó 192400 muestras/s
    HD DVD, audio de alta definición para DVD y BD-ROM (Blu-ray Disc).
    2 822 400 muestras/s
    SACD, Direct Stream Digital, desarrollado por Sony y Philips.
    Para vídeo
    50 Hz
    Vídeo PAL.
    60 Hz
    Vídeo NTSC.
    *informacion extraida para apoyo de la pregunta en el foro // http://es.wikipedia.org/wiki/Frecuencia_de_muestreo
    > http://en.wikipedia.org/wiki/Sampling_rate

  • How can I improve the speed of my VI to work in real-time at higher sample rates?

    I am currently trying to implement a multi-channel control system, the vi of which is attached. It effectively consists of a number of additions and multiplications in the processing subvi (also attached), however, for 7 inputs and 7 outputs I cannot get it to work at sample rates higher than 3kHz without experiencing an overwrite error. Does anyone have any tips as to how I can get the processing to work more efficiently such that I can get it to work at higher sample rates?
    Attachments:
    Simul_AIAO_Buffer(Two_Boards)_control_FXLMS_for_1_leaky_no_SCXI.vi ‏128 KB
    FXLMSsub_leak_v2.vi ‏70 KB
    filtered_ref_1_chan.vi ‏39 KB

    Hi mattwilko,
    I believe the first issue that you should address is the building of arrays.
    This is mainly happening on the edge of your loops.
    This is my reasoning.
    Allocating memory in RT to handle an array that is growing will blow away your determinism.
    I would suggets pre-allocating all of your storage and work with the data in-place.
    In LV 7.1 there are some great new tools that will help nail down issue of this type.
    If you have LV 7.1 you may want to upgrade so you can take advantage of the new tools.
    Trying to help,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How do I determine that my audio sample rate matches my tape?

    How do I determine that my audio sample rate of my capture preset matches the sample rate of my tape?

    You've really got two issues.
    DV records audio and video differently and if the camera is substandard, you will have drift over long captures. Solutions: new, better camera or capture in small (max 10 minutes) chunks.
    The other issue is the 32k sample rate, which will exacerbate issue 1. You can duplicate the 48k preset and modify the copy for 32k and work in that until you are ready to deliver. Then copy it into a 48k sequence, render and output.
    It's funny, sometimes I get that pop up but everything is fine.

  • Why when i play fast H264 LLLL i got an high cpu comsume?

    hi
    i have noticed that with some containers , when i play fast a video LLLL in short i use the jog shuttle controls  i got an high cpu consume %70 or even %80
    for example this mp4 video
    Codec: H264 - MPEG-4 AVC (part 10) (avc1)
    Resolution: 1280x688
    Frame rate: 23.976023
    audio Codec: MPEG AAC Audio (mp4a)
    with others containers i have such issue
    thanks
    i'm running cc under w8.1 pro

    I have searched all over the web too to find any solutions regarding the unavoidable problem of Macs with Adobe's Flash Player. There are little improvements of reducing the high CPU during Flash use on a Mac through changing your main browser to Opera, Camino ... BUT it is still a problem which cannot be solved for now. The following URL is from Adobe's Bug Website and explains exactly what is wrong with Flash on a Mac:
    Very High CPU usage and thus High Fan speed.
    https://bugs.adobe.com/jira/browse/FP-890
    Here's another link to a similar problem in the Apple Discussions:
    http://discussions.apple.com/thread.jspa?messageID=8920577
    And finally the comparison of CPU usage between Mac and Windows which shows very clear that there's obviously something MAJOR not working and Adobe has to fix it!
    http://arstechnica.com/software/news/2008/10/benchmarking-flash-player-10.ars
    It is a shame that this problem is out for years and Adobe is NOT trying to fix it, or at least not as intense as they should. So this is the reason why many people all over the world have to live with their Mac running high fan and a hot CPU when just browsing the internet.

Maybe you are looking for