Garbled audio with 5 bars

Wondering if other people are experiencing this issue.
On my iphone, I experience a fair amount of garbled incoming audio when in full signal strength areas. I also noticed that after the conversation is silent, the first word spoken by the party on the other end of the line often gets garbled.
Anyone else experiencing this?

I get a bit of garble now and then, for seemingly no reason. Signal strength is good. I haven't noticed with any regularity. I have a feeling it's an AT&T thing, and perhaps something to do with network load. Maybe start logging your issues...time, place, etc. It could help you see a pattern, and might be helpful to AT&T should you decide to contact them.

Similar Messages

  • Garbled Audio with Pulse-loopback

    Okay, so I have a relatively delicate PulseAudio setup, where I have a null-sink with two loopbacks from recording devices;
    The setup is configured like this:
    Default Audio Output Monitor -> Loopback module -> Null-Sink (Output)
    Default Audio Input -> Loopback module->  Null-Sink (Output)
    This, in theory (and in practice) Mixes the master audio output and master audio input into a single audio stream (for example, if I am talking, and I have music playing, you hear both my voice and the music, at appropriate levels)
    This is all fine and dandy, except that when I use the Null-Sink's monitor for audio recording (the whole purpose of this) I get decent audio for a period of time, and then the audio turns into a garbled mess.
    Is there any simple workaround to this? Is this intended functionality?
    default.pa:
    #!/usr/bin/pulseaudio -nF
    # This file is part of PulseAudio.
    # PulseAudio is free software; you can redistribute it and/or modify it
    # under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.
    # PulseAudio is distributed in the hope that it will be useful, but
    # WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    # General Public License for more details.
    # You should have received a copy of the GNU Lesser General Public License
    # along with PulseAudio; if not, write to the Free Software Foundation,
    # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
    # This startup script is used only if PulseAudio is started per-user
    # (i.e. not in system mode)
    .nofail
    ### Load something into the sample cache
    #load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav
    #load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav
    #load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav
    #load-sample-lazy pulse-access /usr/share/sounds/generic.wav
    .fail
    ### Automatically restore the volume of streams and devices
    load-module module-device-restore
    load-module module-stream-restore
    load-module module-card-restore
    ### Automatically augment property information from .desktop files
    ### stored in /usr/share/application
    load-module module-augment-properties
    ### Load audio drivers statically
    ### (it's probably better to not load these drivers manually, but instead
    ### use module-udev-detect -- see below -- for doing this automatically)
    #load-module module-alsa-sink
    #load-module module-alsa-source device=hw:1,0
    #load-module module-oss device="/dev/dsp" sink_name=output source_name=input
    #load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
    load-module module-null-sink sink_name=pamix
    load-module module-loopback latency_msec=2 sink=pamix
    load-module module-loopback latency_msec=2 sink=pamix
    #load-module module-pipe-sink
    ### Automatically load driver modules depending on the hardware available
    .ifexists module-udev-detect.so
    load-module module-udev-detect
    .else
    ### Use the static hardware detection module (for systems that lack udev/hal support)
    load-module module-detect
    .endif
    ### Automatically connect sink and source if JACK server is present
    .ifexists module-jackdbus-detect.so
    .nofail
    load-module module-jackdbus-detect
    .fail
    .endif
    ### Automatically load driver modules for Bluetooth hardware
    .ifexists module-bluetooth-discover.so
    load-module module-bluetooth-discover
    .endif
    ### Load several protocols
    .ifexists module-esound-protocol-unix.so
    load-module module-esound-protocol-unix
    .endif
    load-module module-native-protocol-unix
    ### Network access (may be configured with paprefs, so leave this commented
    ### here if you plan to use paprefs)
    #load-module module-esound-protocol-tcp
    #load-module module-native-protocol-tcp
    #load-module module-zeroconf-publish
    ### Load the RTP receiver module (also configured via paprefs, see above)
    #load-module module-rtp-recv
    ### Load the RTP sender module (also configured via paprefs, see above)
    #load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'"
    #load-module module-rtp-send source=rtp.monitor
    ### Load additional modules from GConf settings. This can be configured with the paprefs tool.
    ### Please keep in mind that the modules configured by paprefs might conflict with manually
    ### loaded modules.
    .ifexists module-gconf.so
    .nofail
    load-module module-gconf
    .fail
    .endif
    ### Automatically restore the default sink/source when changed by the user
    ### during runtime
    ### NOTE: This should be loaded as early as possible so that subsequent modules
    ### that look up the default sink/source get the right value
    load-module module-default-device-restore
    ### Automatically move streams to the default sink if the sink they are
    ### connected to dies, similar for sources
    load-module module-rescue-streams
    ### Make sure we always have a sink around, even if it is a null sink.
    load-module module-always-sink
    ### Honour intended role device property
    load-module module-intended-roles
    ### Automatically suspend sinks/sources that become idle for too long
    load-module module-suspend-on-idle
    ### If autoexit on idle is enabled we want to make sure we only quit
    ### when no local session needs us anymore.
    .ifexists module-console-kit.so
    .nofail
    load-module module-console-kit
    .fail
    .endif
    .ifexists module-systemd-login.so
    load-module module-systemd-login
    .endif
    ### Enable positioned event sounds
    load-module module-position-event-sounds
    ### Cork music/video streams when a phone stream is active
    #load-module module-role-cork
    ### Modules to allow autoloading of filters (such as echo cancellation)
    ### on demand. module-filter-heuristics tries to determine what filters
    ### make sense, and module-filter-apply does the heavy-lifting of
    ### loading modules and rerouting streams.
    load-module module-filter-heuristics
    load-module module-filter-apply
    ### Load DBus protocol
    .ifexists module-dbus-protocol.so
    load-module module-dbus-protocol
    .endif
    # X11 modules should not be started from default.pa so that one daemon
    # can be shared by multiple sessions.
    ### Load X11 bell module
    #load-module module-x11-bell sample=bell-windowing-system
    ### Register ourselves in the X11 session manager
    #load-module module-x11-xsmp
    ### Publish connection data in the X11 root window
    #.ifexists module-x11-publish.so
    #.nofail
    #load-module module-x11-publish
    #.fail
    #.endif
    load-module module-switch-on-port-available
    ### Make some devices default
    #set-default-sink output
    #set-default-source input
    If any additional information could be helpful, please let me know.
    I found a related post on this topic, marked as solved - but I'm unsure how to accomplish the same result, I'm not very familiar with JACK, and I don't really think that is truly a solution.
    https://bbs.archlinux.org/viewtopic.php?id=147060
    Last edited by Xaero252 (2012-10-24 05:20:29)

    I get a bit of garble now and then, for seemingly no reason. Signal strength is good. I haven't noticed with any regularity. I have a feeling it's an AT&T thing, and perhaps something to do with network load. Maybe start logging your issues...time, place, etc. It could help you see a pattern, and might be helpful to AT&T should you decide to contact them.

  • Badly garbled audio with Audi

    I opened a package of HP ink carts and inside was cute little DVD about printing pictures. I put it into my DVD player and it started but soon I realized that the sound was bearly audible and very garbled. My system has been working very well and I have really enjoyed my Audigy card and Klipsch THX 5. speakers. Now I have no sound except as described above, including system sounds. I unistalled my card and reinstalled to no avail. Any suggestions?

    I get a bit of garble now and then, for seemingly no reason. Signal strength is good. I haven't noticed with any regularity. I have a feeling it's an AT&T thing, and perhaps something to do with network load. Maybe start logging your issues...time, place, etc. It could help you see a pattern, and might be helpful to AT&T should you decide to contact them.

  • How to associate audio file with progress bar

    Hi all,
    I have a case in which I need to associate an audio file witha  progress bar. What I want to do is to able to play a audio file which will say " Process started.." Process going on" and process ends, and it shoud be synchronized with the progress bar. Is there a way to do this .
    Please let me know
    Thanks,
    Ankit G
    Solved!
    Go to Solution.

    Are you referring to a LabVIEW horizontal/vertical progress bar, which basically has a U8 integer constantly written to it? Is this in a loop as it fills up?
    If so, there is an entire palette that allows you to play waveforms. As you're writing to your progress bar the number, you can keep checking what that number is (event or case structure), and when it hits particular values, you play particular sounds. Here is a screenshot of that palette.
    Ravi A.
    National Instruments | Applications Engineer

  • Drops conversation and all you hear is garbled audio

    During conversations, the voice is lost and all that is heard is garbled audio, not resembling a voice at all.  Sometimes your voice echoes back at you, the. The call is dropped. Sometimes when you are trying to make a call, it will display "calling..." and no connection is made, when you push end and return to the home screen, the green bar displays "touch to return to call" The only way to get out of that loop is to power of the phone.
    Anyone else with this problem?

    Here's the fix...Go to your nearest Apple store. Have them run a diagnostic. I went to Bridge St. today and Austin found, after the diagnostic, that my reception module was defective and that there were some program issues. He replaced the module and tweaked the programming (?) and, knock wood, so far so good.  This did require backing up the phone to iCloud, because a factory reset is necessary. This issue has nothing to do with the micro cell tower or turning off your cellular data. It is a free fix, if your phone is under warranty (mine is 20 days old). Hope this helps someone else get rid of the "Alien Voices" =)

  • [SOLVED] Can't have working audio control from bar on xfce4

    Hi guys,
    i have xfce4 with alsa, i have installed and get working everything, except for the control of audio from top bar (now i'm using alsamixer to change volume, but is not very the best to use).
    I followed the entire part on wiki about the volume, installed several packages, without any good results.
    Someone can help me, please?
    Thanks, Gabriele.
    Last edited by Lilith (2012-11-30 15:02:23)

    Ok, i'm yet a pretty noob.
    Fixed doing this, first work like 10PinkPanther, added to panel, right click on speaker icon on panel, properties, switch sound card and press close.  Again right click, run audio mixer, switch also here the sound card.
    Thanks guys.

  • I have an old PowerPC and a Macbook Pro running 10.6.7 sitting side by side. Both are using AirPort to connect to the internet wirelessly to the same router, but the old Mac connects with full bars, but the MBP struggles with only 2. Pls help, thanks!

    I have an old PowerPC running 10.4.11 and a Macbook Pro running 10.6.7 sitting side by side. Both are using AirPort to connect to the internet wirelessly to the same wireless router. The old Mac connects with full bars but the MBP struggles with only 2 bars. Pls help, thanks!

    BDAqua,
    Thanks for the response.
    Apple has used the term "Digital Audio" to identify this machine.  System Profiler has the following information:
    Machine Name:          Power Mac G4
      Machine Model:          PowerMac3,5
      CPU Type:          PowerPC G4  (2.1)
      Number Of CPUs:          1
      CPU Speed:          800 MHz
      L2 Cache (per CPU):          256 KB
      Memory:          768 MB
      Bus Speed:          133 MHz
      Boot ROM Version:          4.3.3f2
      Serial Number:          XBxxxxxMK9
      Sales Order Number:
    Yes, I could connect them by ethernet if all I wanted to do was transfer files, but I would like to network them so I could use wireless internet.  The machines are not always so close together, I did that to simplify the testing.  With the very slow transfer speeds I am reluctant to move ahead with the internet step. 
    <Edited By Host>

  • HT1386 Syncing works but can't hear audio with headphones.

    Syncing works but can't hear audio with headphones.  Works without headphones though.

    Have you tried other headphones?
    What does syncing have to do with the problem?
    - Try cleaning out/blowing out the headphone jack. Try inserting/removing the plug a dozen times or so.
    Try the following to rule out a software problem
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store. Seems you have a bad headphone jack.
    Apple Retail Store - Genius Bar
    Apple will exchange your iPod for a refurbished one for this price. They do not fix yours.
    Apple - iPod Repair price

  • QT 7.6.9 for Windows still gives garbled audio when playing SMIL movies

    I have smil movies with captions but on Windows, they play with garbled audio. I was hoping version 7.6.9 would solve this issue, but it's still occurring. Is this being addressed at all? Note that when the movie plays on its own without using the SMIL text track it plays just fine, so it's not the movie.
    I've embedded one in a web page so you can see:
    http://www.personal.psu.edu/pzb4/smil.html
    This works fine on a Mac, but I get garbled audio on Windows. I get similar results just playing it in the QT player on windows outside the browser.
    Message was edited by: Patrick Besong

    There's no webpage showing up. The file trys to play but real erratic, so much so the mouse pointer was jumping back and forth between dual monitors and then locking up the computer. After letting it run it's course then and saving the file it showed as 4 KB? I could do nothing with it, I recall Kirk one time saying something about saving as a reference file and when done does not come thru in a website...? Also when saved it's showing as Quick Draw format?

  • Safari-Leopard: Quicktime Videos from Web Pages - GARBLED AUDIO

    OK, so here is the problem:
    1. I am using (the new) Leopard, and all updates have been downloaded and installed successfully.
    2. In Safari, when an (embedded) video is present, the video appears perfect. However, the audio is garbled, and unintelligible. This is true for EVERY video I've tried to view on a webpage.
    3. I've saved a few videos as Quicktimes to my desktop, and opened directly with Quicktime. The same problem occurs, without fail - GARBLED AUDIO
    4. The most recent "test" was a Quicktime using the AAC, H.264 Codec.
    5. It seems as if I have installed all of the appropriate plug-ins, but can't be sure of this.
    So it seems as if this might indeed be a Quicktime problem, and not a Safari problem, but thought I would post here in case others are having similar issues. I will make the same post in the Quicktime forum as well.
    What is the solution?!?!?!??
    rw

    Hi Robert
    A number of Quicktime/Safari issues have surfaced with Leopard. Here's one example.
    Have you looked at your Audio settings in your System Preferences>Quicktime>Advanced>Mime settings panel? In my panel, everything is selected except for Sound Designer II. Might be helpful to uncheck the Audio setting, select "done", then go back to the panel and select it again. Close the panel and try an audio in Safari again.
    In your response here, please provide a link to your thread in the Quicktime forum. While Apple discourages posting the same issue in multiple forums, I think in this case the issue may be more Quicktime related than specific to Safari. So good to cover both bases.
    Post back

  • How do i fix garbled audio

    How do i fix garbled audio?  making slideshow with narration. have tried two methods. first to record small audio files and attach them to individual slides: easier to edit audio recorded in quick time
    second method is to record voice over narration in keynote, so far as I can determine this method requires corrections to re-record entire presentation.
    in either case when I play slide show my audio files play with glitches, stops and losses that garble the message.

    No not always, but sometimes. I have had my macbook pro in for service they replaced a speaker and cable and dvd drive, full system diagnostic.... still having the same problem. I am not sure if it is something I am doing, software glitch requiring full restore or a memory problem... it seems almost like a streaming problem to me but i am unsure of myself and the apple system diagnosis should have turned up any hardware problems??

  • P775-S7160 Phantom Garbled Audio

    I'm running Windows 7 - 64
    With Internet cable installed / network active I get garbled audio (sounds like maybe bad sample rate conversion?) even when browser is not active (!)
    After disconnecting from the internet for a few seconds the sound goes away
    When subsequently reconnecting to internet the sound eventually returns ( in a few minutes )
    This just started a few days ago - did a virus scan and came up clean

    A few things can cause this, usually it's a driver issue but this sounds like maybe the driver is crashing and reloading. Could be another app is calling the driver. It's really hard to tell.
    A few things to try is making sure no other apps or widgets are running especially ones that use core audio. Also make sure your hard drive isn't going to sleep, this could be happening when you take your break. Also try recording to a external drive this way it won't be affected by the main drive other activity's.

  • Quicktime/Leopard - GARBLED AUDIO (in/from Safari web videos)

    OK, so here is the problem:
    1. I am using (the new) Leopard, and all updates have been downloaded and installed successfully.
    2. In Safari, when an (embedded) video is present, the video appears perfect. However, the audio is garbled, and unintelligible. This is true for EVERY video I've tried to view on a webpage.
    3. I've saved a few videos as Quicktimes to my desktop, and opened directly with Quicktime. The same problem occurs, without fail - GARBLED AUDIO
    4. The most recent "test" was a Quicktime using the AAC, H.264 Codec.
    5. It seems as if I have installed all of the appropriate plug-ins, but can't be sure of this.
    So it seems as if this might indeed be a Quicktime problem, and not a Safari problem, but thought I would post here in case others are having similar issues. I will make the same post in the Safari forum as well.
    What is the solution?!?!?!??
    rw

    problems solved

  • Stuttering, garbled audio

    I've also been experience this audio problem on my Sony Vaio, it's been a little over 1 week now with the stuttering, garbled audio. Everything is up to date, I've disabled all my add-ons, still having the same issue. YouTube works fine when I uninstalled Flash (HTML5 plays fine). I use Firefox mostly, this also happens when I browse on Chrome. I can't find any solution to this problem.
    Any help is greatly appreciated.

    Time of this report: 12/15/2014, 16:11:17
           Machine name: ADAM-VAIO
       Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.140706-1506)
               Language: English (Regional Setting: English)
    System Manufacturer: Sony Corporation
           System Model: VPCEB23FM
                   BIOS: BIOS Date: 09/23/09 11:58:43 Ver: 08.00.10
              Processor: Intel(R) Core(TM) i3 CPU       M 350  @ 2.27GHz (4 CPUs), ~2.3GHz
                 Memory: 4096MB RAM
    Available OS Memory: 3758MB RAM
              Page File: 3276MB used, 4238MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: 96 DPI (100 percent)
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7601.17514 32bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: 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: Intel(R) HD Graphics
           Manufacturer: Intel Corporation
              Chip type: Intel(R) HD Graphics (Core i3)
               DAC type: Internal
             Device Key: Enum\PCI\VEN_8086&DEV_0046&SUBSYS_9071104D&REV_02
         Display Memory: 1751 MB
       Dedicated Memory: 128 MB
          Shared Memory: 1623 MB
           Current Mode: 1366 x 768 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: unknown
             Monitor Id: SNY05FA
            Native Mode: 1366 x 768(p) (59.940Hz)
            Output Type: Internal
            Driver Name: igdumd64.dll,igd10umd64.dll,igdumdx32,igd10umd32
    Driver File Version: 8.15.0010.2827 (English)
         Driver Version: 8.15.10.2827
            DDI Version: 10
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 12/27/2012 00:15:56, 8314368 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B78E66-4306-11CF-F678-7BB0A2C2C535}
              Vendor ID: 0x8086
              Device ID: 0x0046
              SubSys ID: 0x9071104D
            Revision ID: 0x0002
    Driver Strong Name: oem42.inf:IntelGfx.NTamd64.6.0:iILKM0:8.15.10.2827:pci\ven_8086&dev_0046&subsys_9071104d
         Rank Of Driver: 00E60001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_B ModeWMV9_C ModeVC1_B ModeVC1_C
       Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
           D3D9 Overlay: Supported
                DXVA-HD: Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speaker/HP (Realtek High Definition Audio)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0269&SUBSYS_104D4600&REV_1000
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.5992 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 12/15/2009 23:08:00, 2212640 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             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 (Realtek High Definition Audio)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.5992 (English)
          Driver Attributes: Final Retail
              Date and Size: 12/15/2009 23:08:00, 2212640 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: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52F
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52F
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52F
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x3B34
    | Matching Device ID: usb\root_hub20
    | Service: usbhub
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x8087, 0x0020
    | | Location: Port_#0001.Hub_#0002
    | | Matching Device ID: usb\class_09
    | | Service: usbhub
    Gameport Devices
    PS/2 Devices
    + Standard PS/2 Keyboard
    | Matching Device ID: *pnp0303
    | Service: i8042prt
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    |
    + Alps Pointing-device for VAIO
    | Matching Device ID: *sny9011
    | Upper Filters: ApfiltrService
    | Service: i8042prt
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x046D, 0xC52F
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 372.4 GB
    Total Space: 466.5 GB
    File System: NTFS
          Model: Hitachi HTS545050B9A300
          Drive: E:
          Model: Optiarc DVD RW AD-7585H
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), , 0 bytes
    System Devices
         Name: Intel(R) 5 Series 4 Port SATA AHCI Controller
    Device ID: PCI\VEN_8086&DEV_3B29&SUBSYS_9071104D&REV_05\3&11583659&0&FA
       Driver: n/a
         Name: Intel(R) HD Graphics
    Device ID: PCI\VEN_8086&DEV_0046&SUBSYS_9071104D&REV_02\3&11583659&0&10
       Driver: n/a
         Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 3 - 3B46
    Device ID: PCI\VEN_8086&DEV_3B46&SUBSYS_9071104D&REV_05\3&11583659&0&E2
       Driver: n/a
         Name: Intel(R) HM55 Express Chipset LPC Interface Controller - 3B09
    Device ID: PCI\VEN_8086&DEV_3B09&SUBSYS_9071104D&REV_05\3&11583659&0&F8
       Driver: n/a
         Name: Intel(R) processor DRAM Controller - 0044
    Device ID: PCI\VEN_8086&DEV_0044&SUBSYS_9071104D&REV_02\3&11583659&0&00
       Driver: n/a
         Name: Reserved - 2D13
    Device ID: PCI\VEN_8086&DEV_2D13&SUBSYS_9071104D&REV_02\3&4F11E61&0&13
       Driver: n/a
         Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 2 - 3B44
    Device ID: PCI\VEN_8086&DEV_3B44&SUBSYS_9071104D&REV_05\3&11583659&0&E1
       Driver: n/a
         Name: Marvell Yukon 88E8059 PCI-E Gigabit Ethernet Controller
    Device ID: PCI\VEN_11AB&DEV_4381&SUBSYS_9071104D&REV_11\4&F179732&0&00E2
       Driver: n/a
         Name: Reserved - 2D12
    Device ID: PCI\VEN_8086&DEV_2D12&SUBSYS_9071104D&REV_02\3&4F11E61&0&12
       Driver: n/a
         Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 1 - 3B42
    Device ID: PCI\VEN_8086&DEV_3B42&SUBSYS_9071104D&REV_05\3&11583659&0&E0
       Driver: n/a
         Name: Ricoh PCIe SD Bus Host Adapter
    Device ID: PCI\VEN_1180&DEV_E822&SUBSYS_9071104D&REV_00\4&1EAEF792&0&04E1
       Driver: n/a
         Name: QPI Physical 0 - 2D11
    Device ID: PCI\VEN_8086&DEV_2D11&SUBSYS_9071104D&REV_02\3&4F11E61&0&11
       Driver: n/a
         Name: Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B3C
    Device ID: PCI\VEN_8086&DEV_3B3C&SUBSYS_9071104D&REV_05\3&11583659&0&D0
       Driver: n/a
         Name: QPI Link 0 - 2D10
    Device ID: PCI\VEN_8086&DEV_2D10&SUBSYS_9071104D&REV_02\3&4F11E61&0&10
       Driver: n/a
         Name: SDA Standard Compliant SD Host Controller
    Device ID: PCI\VEN_1180&DEV_E822&SUBSYS_9071104D&REV_00\4&1EAEF792&0&00E1
       Driver: n/a
         Name: Intel(R) Centrino(R) Advanced-N 6200 AGN
    Device ID: PCI\VEN_8086&DEV_422C&SUBSYS_13018086&REV_35\4&1EE949F9&0&00E0
       Driver: n/a
         Name: Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B34
    Device ID: PCI\VEN_8086&DEV_3B34&SUBSYS_9071104D&REV_05\3&11583659&0&E8
       Driver: n/a
         Name: QuickPath Architecture System Address Decoder - 2D01
    Device ID: PCI\VEN_8086&DEV_2D01&SUBSYS_9071104D&REV_02\3&4F11E61&0&01
       Driver: n/a
         Name: Ricoh PCIe Memory Stick Host Controller
    Device ID: PCI\VEN_1180&DEV_E230&SUBSYS_9071104D&REV_00\4&1EAEF792&0&01E1
       Driver: n/a
         Name: Intel(R) Management Engine Interface
    Device ID: PCI\VEN_8086&DEV_3B64&SUBSYS_9071104D&REV_06\3&11583659&0&B0
       Driver: n/a
         Name: Intel(R) Turbo Boost Technology Driver
    Device ID: PCI\VEN_8086&DEV_3B32&SUBSYS_9071104D&REV_05\3&11583659&0&FE
       Driver: n/a
         Name: QuickPath Architecture Generic Non-core Registers - 2C62
    Device ID: PCI\VEN_8086&DEV_2C62&SUBSYS_9071104D&REV_02\3&4F11E61&0&00
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_3B56&SUBSYS_9071104D&REV_05\3&11583659&0&D8
       Driver: n/a
         Name: Intel(R) 5 Series/3400 Series Chipset Family SMBus Controller - 3B30
    Device ID: PCI\VEN_8086&DEV_3B30&SUBSYS_9071104D&REV_05\3&11583659&0&FB
       Driver: n/a
         Name: Intel(R) 82801 PCI Bridge - 2448
    Device ID: PCI\VEN_8086&DEV_2448&SUBSYS_9071104D&REV_A5\3&11583659&0&F0
       Driver: n/a
         Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 6 - 3B4C
    Device ID: PCI\VEN_8086&DEV_3B4C&SUBSYS_9071104D&REV_05\3&11583659&0&E5
       Driver: n/a
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.18221
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    Annodex Mux Filter,0x00200000,1,0,dsfAnxMux.dll,0.79.1936.0000
    CMML Decode Filter,0x00800002,1,1,dsfCMMLDecoder.dll,0.79.1936.0000
    CMML Raw Source Filter,0x00600000,0,0,dsfCMMLRawSource.dll,0.79.1936.0000
    FLAC Decode Filter,0x00600000,1,1,dsfFLACDecoder.dll,0.79.1936.0000
    FLAC Encode Filter,0x00200000,1,1,dsfFLACEncoder.dll,0.79.1936.0000
    Native FLAC Source Filter,0x00600000,0,0,dsfNativeFLACSource.dll,0.79.1936.0000
    Ogg Demux Packet Source Filter,0x00600000,0,0,dsfOggDemux2.dll,0.79.1936.0000
    Ogg Mux Filter,0x00200000,1,0,dsfOggMux.dll,0.79.1936.0000
    OGM Decode Filter,0x00600000,1,1,dsfOGMDecoder.dll,0.79.1936.0000
    Speex Decode Filter,0x00600000,1,1,dsfSpeexDecoder.dll,0.79.1936.0000
    Speex Encode Filter,0x00200000,1,1,dsfSpeexEncoder.dll,0.79.1936.0000
    Subtitle VMR9 Filter,0x00800002,1,1,dsfSubtitleVMR9.dll,0.79.1936.0000
    Theora Decode Filter,0x00600000,1,1,dsfTheoraDecoder.dll,0.79.1936.0000
    Theora Encode Filter,0x00200000,1,1,dsfTheoraEncoder.dll,0.79.1936.0000
    Vorbis Decode Filter,0x00600000,1,1,dsfVorbisDecoder.dll,0.79.1936.0000
    Vorbis Encode Filter,0x00200000,1,1,dsfVorbisEncoder.dll,0.79.1936.0000
    WMT VIH2 Fix,0x00200000,1,1,WLXVAFilt.dll,14.00.8081.0709
    Record Queue,0x00200000,1,1,WLXVAFilt.dll,14.00.8081.0709
    WMT Switch Filter,0x00200000,1,1,WLXVAFilt.dll,14.00.8081.0709
    WMT Virtual Renderer,0x00200000,1,0,WLXVAFilt.dll,14.00.8081.0709
    WMT DV Extract,0x00200000,1,1,WLXVAFilt.dll,14.00.8081.0709
    WMT Virtual Source,0x00200000,0,1,WLXVAFilt.dll,14.00.8081.0709
    WMT Sample Information Filter,0x00200000,1,1,WLXVAFilt.dll,14.00.8081.0709
    Roxio Repacketizer Filter,0x00200000,1,1,RepackFilter.dll,10.03.0000.0005
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.18526
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.18526
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.18526
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.17037
    DS Video Buffer Filter,0x00200000,1,1,DSBuffer_Video.ax,1.01.0008.0000
    Roxio MPEG Stream Analyzer,0x00200000,1,2,MPEGStreamAnalyzer.dll,10.03.0000.0005
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.18526
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.18526
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.18526
    MainConcept AAC Encoder,0x00100000,1,1,mc_enc_aac_ds.ax,8.00.0000.43595
    Roxio MPEG1 Encoder,0x00200000,1,1,MPEG1VidCodec.dll,10.03.0000.0005
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
    Roxio Transport Stream Source,0x00200000,0,1,TSMPEGSource.dll,10.03.0000.0005
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    Roxio MPEG2 Demuxer,0x00600000,1,2,RoxioMPEGDemuxer.dll,10.03.0000.0005
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.18526
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.18526
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.18526
    VcmIAlzGPDFilter2,0x00000000,0,0,,
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
    Roxio Audio Stream Reader Filter,0x00000000,0,0,,
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.18526
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.18526
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
    MainConcept Network Renderer,0x00200000,1,0,mc_net_renderer_ds.ax,8.00.0000.43134
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.18611
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.18526
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.18526
    Roxio MPEG1 Muxer,0x00200000,2,1,MPEG1Muxer.dll,10.03.0000.0005
    File Writer,0x00200000,1,0,WLXVAFilt.dll,14.00.8081.0709
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
    File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Roxio MPEG Analyzer,0x00200000,1,0,RoxioMPEGProp.dll,10.03.0000.0005
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
    Roxio MPEG1 Audio Encoder,0x00200000,1,1,RoxioAudioEnc.dll,10.03.0000.0005
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.18611
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.18611
    ROXIO MPEG Writer,0x00200000,1,0,MGIRawWriter.dll,10.03.0000.0005
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.18526
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    VAIO Content Metadata Univ Filter,0x00000000,0,0,,
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    Roxio Audio Source Filter,0x00000000,0,0,,
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.18501
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.18501
    Roxio Audio Stream Writer Filter,0x00000000,0,0,,
    ROXIO LPCMSyncFilter,0x00200000,1,1,LPCMSyncFilter.dll,10.03.0000.0005
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.18611
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.18526
    MainConcept MPEG Multiplexer-Plus,0x00200000,1,1,mcmpeg2mux.ax,7.06.0000.35746
    WD Audio Filter,0x00200000,0,1,WDAudioFilter.dll,1.01.0008.0000
    VcmIAlzGPDFilter,0x00000000,0,0,,
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.18526
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.18526
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.18526
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.18526
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.18526
    ROXIO SubPicture Encoder,0x00200000,1,1,SubPictEnc.dll,10.03.0000.0005
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.18526
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.18526
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.18526
    WDSource Filter,0x00200000,0,1,WDSourceFilter.dll,1.01.0008.0000
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.18526
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.18526
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Video Compressors:
    Ligos MPEG-2 Encoder (Intel) v1.9-MT,0x00000000,1,1,LigosDMOVid.dll,1.01.0008.0000
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.18526
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
    MainConcept AAC Encoder,0x00100000,1,1,mc_enc_aac_ds.ax,8.00.0000.43595
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.18526
    PCM,0x00200000,1,1,quartz.dll,6.06.7601.18526
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.18526
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.18526
    Messenger Audio Codec,0x00200000,1,1,quartz.dll,6.06.7601.18526
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.18526
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.18526
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.18526
    Audio Capture Sources:
    Microphone (Realtek High Defini,0x00200000,0,0,qcap.dll,6.06.7601.17514
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.18526
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.18526
    WDM Streaming Capture Devices:
    Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    USB 2.0 Camera,0x00200000,1,2,ksproxy.ax,6.01.7601.17514
    WDM Streaming Rendering Devices:
    Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
    Video Capture Sources:
    USB 2.0 Camera,0x00200000,1,2,ksproxy.ax,6.01.7601.17514
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Audio Renderers:
    Speaker/HP (Realtek High Defini,0x00200000,1,0,quartz.dll,6.06.7601.18526
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.18526
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.18526
    DirectSound: Speaker/HP (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.18526
    EVR Power Information
    Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
      Quality Flags: 2576
        Enabled:
        Force throttling
        Allow half deinterlace
        Allow scaling
        Decode Power Usage: 100
      Balanced Flags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 50
      PowerFlags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 0

  • Set Maximum size for a subpanel created with splitter bars in LV8

    Does anyone know how to set the Maximum size for a subpanel created with asplitter bar? If I show one cluster in the subpanel and use the scroll bar to scroll, I can see more (blank) area than I want. I just want the user to be able to scroll a cluster within a subpanel while the cluster is larger than the view area of the subpanel. I don't want to let the user scroll outside the cluster.
    Ravi Beniwal

    I apologize for the mixup in terminology. Please read Pane wherever the word Subpanel was used.
    Please see the attached VI for a description of my problem.
    I would really appreciate any help with this.
    Ravi Beniwal
    Attachments:
    Pane Scrolling Problem.vi ‏10 KB

Maybe you are looking for