Why is audio output so static-y when used with dvi/svideo?

Hi,
I like to connect my MBP to my TV to watch shows and movies. I connect the video to the TV with an S-video cord, which is connected to my laptop via an DVI-to-SVideo adapter I bought from the apple store. I connect the audio to the TV with a mini-to-RCA cable.
The problem is that when both the video and audio cables are connected to my laptop, the audio coming from my laptop and out of the TV sounds really bad and static-y. If I unplug the DVI adapter (and lose the video connection), the audio sounds perfect. So this suggests to me that the DVI adapter/S-video connection is somehow interfering with the audio.
Has anyone else had this problem? Any suggestions about ways to fix it or possible workarounds? Perhaps another way to connect to my TV that I haven't thought of? (My TV only has Svideo and RCA inputs).
Thanks so much in advance for any advice or suggestions!
Jamie

No pat answer, and I don't setup like that, but some questions:
-Do you mean that the sound is bad when the S-Video is connected and 1) the sound cable is connected to the TV and 2) also sound is bad just through the MBP speakers (sound cable not connected to TV)?
-Not sure what "really bad and static-y" really means - is there loud hum?
-Have you tried reducing the MBP playback level and increasing the TV volume level?
-Have you tried running the MBP on battery power?

Similar Messages

  • Why is the Tick Count function slow when used with a .dll but fine with normal lab view code?

    when using the Tick Count millisecond timer with a .dll I've written in C, I'm getting some odd timing issues.
    When I code the function I want (I'll explain it below in case it helps) in LV and run it as a subVI, feeding it the Tick count as an argument, the function runs quickly, but not quite as quickly as I would like. When I feed this same subVI just an integer constant rather than the Tick Count, it takes about the same amount of time, maybe a tiny bit more on average.
    When I bring in my function from a .dll, however, I start to run into problems. When I feed my function an integer constant, it is much faster than my subVI written in LV. When I feel my .dll the Tick Count, however, it slows down tremendously. I'm including a table with the times below:
                 |  Clock   |   Constant   |
    SubVi:   | 450ms  |  465ms       |
    .dll         | 4900ms|  75ms         |
    This is running the function 100,000 times. The function basically shifts the contents of a 2-dimensional array one place. For this function, it probably won't be a huge deal for me, but I plan on moving some of my other code out of LV and into C to speed it up, so I'd really like to figure this out.
    Thanks,
    Aaron

    Hi Aaron,
    Thanks for posting the code -- that made things a lot clearer for me. I believe I know what's going on here, and the good news is that it's easy to correct! (You shouldn't apologize for this though, as even an experienced LabVIEW programmer could run into a similar situation.) Let me explain...
    When you set your Call Library Function Node to run in the UI Thread you're telling LabVIEW that your DLL is not Thread-safe -- this means that under no circumstances should the DLL be called from more than one place at a time. Since LabVIEW itself is inherently multithreaded the way to work with a "thread-unsafe" DLL is to run it in a dedicated thread -- in this case, the UI thread. This safety comes at a price, however, as your program will have to constantly thread-swap to call the DLL and then execute block diagram code. This thread-swapping can come with a performance hit, which is what you're seeing in your application.
    The reason your "MSTick fine behavior.vi" works is that it isn't swapping threads with each iteration of the for loop -- same with the "MSTick bad behavior.vi" without the Tick Count function. When you introduce the Tick Count Function in the for loop, LabVIEW now has to swap threads every single iteration -- this is where your performance issues originate. In fact, you could reproduce the same behavior with any function (not just TIck Count) or any DLL. You could even make your "MSTick fine behavior.vi" misbehave by placing a control property node in the for loop. (Property nodes are also executed in the UI thread).
    So what's the solution? If your DLL is thread-safe, configure the call library function node to be "reentrant." You should see a pretty drastic reduction in the amount of time it takes your code to execute. In general, you can tell if your DLL is thread-safe when:
    The code is thread safe when it does not store any global data, such as global variables, files on disk, and so on.
    The code is thread safe when it does not access any hardware. In other words, the code does not contain register-level programming.
    The code is thread safe when it does not make any calls to any functions, shared libraries, or drivers that are not thread safe.
    The code is thread safe when it uses semaphores or mutexes to protect access to global resources.
    The code is thread safe when it is called by only one non-reentrant VI.
    There are also a few documents on the website that you may want to take a look at, if you want some more details on this:
    Configuring the Call Library Function Node
    An Overview of Accessing DLLs or Shared Libraries from LabVIEW
    VI Execution Speed
    I hope this helps clear-up some confusion -- best of luck with your application!
    Charlie S.
    Visit ni.com/gettingstarted for step-by-step help in setting up your system

  • Displaying ALV output in whole screen when using with custom container

    I have created a custom container and displaying output of a table in the ALV format using call method grid->set_table_for_first_display. But the output does not display in the entire screen. I want the output to cover the whole screen depending on user screen resolution. The code is given below for reference.
    create object grid
        exporting
        i_parent = g_custom_container.
        call method grid->set_table_for_first_display
          exporting
            IS_VARIANT = ld_variant
            I_SAVE    = 'A'
            is_layout = layout_alv_grid
          changing
            it_outtab                     = final_display_itab
            it_fieldcatalog               = itab_fieldcatalog

    Hello,
    DATA: go_splitter        TYPE REF TO cl_gui_splitter_container,
              go_container     TYPE REF TO cl_gui_container,
              go_grid             TYPE REF TO cl_gui_alv_grid.
        CREATE OBJECT go_splitter
             EXPORTING
               parent    = cl_gui_container=>default_screen
               rows       = 1
               columns  = 1
               metric     = '0001'.
        go_container = go_splitter->get_container( row = 1 column = 1 ).
        CREATE OBJECT go_grid
             EXPORTING
             i_parent = go_container.
    Regards,
    Ernst

  • Can anybody out there help shed some light on why no audio output using varispeed tempo only

    Can anybody out there help shed some light on why no audio output using varispeed tempo only?
    I am using Logic Pro 9 and finding no problems using the tempo and pitch option but when I just want to vari the tempo only I loose all output.
    This includes no audio meter activity on channells.

    Another worthwhile time/pitch related product is from Prosoniq. The version of Nuendo (not the latest) the University uses ships with the MPEX algorithm, which is related to to their flagship product.
    http://www.prosoniq.com/www/TimeFactory_II.html
    I've used it a bit to create the double-time/+1 octave  Les Paul & Mary Ford guitar sound for a class demo demo and thought it did a very good job.
    Yes, there is a Demo.

  • HT204291 Does anyone know why when streaming a movie from my iMac the screen on my tele goes grey but I still get audio. It only happens when using the DVD application on the mac. iPhoto streams fine.

    Does anyone know why when streaming a movie from my iMac the screen on my tele goes grey but I still get audio. It only happens when using the DVD application on the mac. iPhoto streams fine.

    You are prevented from Airplay mirroring certain things like DVD content as the material is usually protected so you get a checkerboard type display.  I think there is a theoretical risk that the Airplay stream could be intercepted and the protected video copied, albeitin lower quality.
    Apple may be being cautious or are required to do so with the DVD player app by movie studios/licensing authorities.  It makes no sense to the average consumer who is just trying to send their purchased DVD to the TV via the computer and AppleTV.
    Playback in something like VLC should work - not tried it myself but others have commented it doesn't have the restriction.

  • No audio from ipad2 to TV when using HDMI

    No audio from ipad2 to TV when using HDMI

    Hi
    I'm having exactly the same problem.
    I have 2009 macpro
    I worked out I can get visual from HDMI 3 and no picture.
    Sound comes though PC1
    Did you fix the problems?

  • I have created a PDF with mp3 audio clips, the file works on PC's with audio playback (WIndows 7, 8 ) however the audio does not play when hosted on a website or an ipad/tablet computer or smart phone when used with PDF reader

    I have created a PDF with mp3 audio clips, the file works on PC's with audio playback (WIndows 7, 8 ) however the audio does not play when hosted on a website or an ipad/tablet computer or smart phone when used with PDF reader

    adobe42135678 wrote:
    the audio does not play when hosted on a website...
    When viewing in what browser?

  • ExecuteNonQuery doesnt return number of rows affected when used with PL/SQL

    ExecuteNonQuery doesn't return number of rows affected when used with PL/SQL but returns -1. The documentation says ExecuteNonQuery method of OracleCommand returns the number of raws affected but when used with PL/SQL, it returns -1 even the update statement successfully executes and affects multiple records with no exeptions thrown.
    However, if ExecuteNonQuery is used with update sql statement in the asp.net code it returns number of rows affected correctly. Does anybody know why ExecuteNonQuery behaves like this?
    I am using ODP.NET that comes with Oracle Client 11g. The version is 2.111.6.20 of ODP.NET, Oracle database server is 10g.
    Marat

    You can get the rowcount in the stored procedure via SQL%ROWCOUNT and then pass it out as a parameter.
    For example:
    SQL> create or replace procedure updatesal(v_deptno in number, v_rowsaff out number) as
      2  begin
      3  update emp set sal = sal * 5 where deptno = v_deptno;
      4  v_rowsaff := SQL%ROWCOUNT;
      5  end;
      6  /
    Procedure created.Cheers

  • Test runner freezing when used with Dynamics CRM (and other apps) - Both applications freeze and never come back...

    We are trying to use test runner with dynamics CRM.
    MS Dynamics CRM will freeze and will not respond (even after 10 - 15 minutes). When this happens, the test manager will either freeze or a message will apear saying "waiting for application under test".
    We are not recording action recordings...This makes using test manager impossible. It happens consistently, starting with slowing the PC down (mouse moving slowly, slow to load in new screens, drop downs etc) eventually leading to the app freezing.
    Tried on windows xp, windows 7 etc on various specs of pcs.

    I am experiencing this same issue with
    Test runner freezing when used with Dynamics CRM. I notice this was first posted in June of 2010 and so far no
    resolution? I was wondering if it could be related to memory issues? Do you have any troubleshooting ideas? The
    issue for me seems to be sporadic and I can't
    reproduce it every time.
    The message I get is "waiting on application under test".
    DLM

  • Quicktime Player with the magic mouse, when used with a bug -

    On 10.7 Lion, Quicktime Player with the magic mouse, when used with a bug …
    Quicktime Player will not respond, but use the USB mouse with no problem

    Message was edited by: b j t

  • Msi x99 gaming 9 ack does not detect capture card when using with xsplit

    msi x99 gaming 9 ack does not detect capture card when using with xsplit
    i install every but still it does not work.

    Hi
    It wasn't hard to find your motherboard version:
    http://www.msi.com/support/mb/Z68AGD80_B3.html#down-bios
    Since your BIOS is v20.1, it couldn't be G3 
    Apart from checking BIOS, you can only check motherboard or moth...

  • Camera is hanging when using with flash

    Hi Lenovo Team,
    In lenovo vibe x2, camera is hanging when using with flash.Getting "Lenovo snapit isnt responding" error and screen hanged for sometime.after that when tried to open camera "Cannt cannot to camera " error is coming till when restart the phone.
    Even tried Factory reset and software update.
    Please provide the solution for the above issue.
    Thanks,

    Hi vijayprabhu,
    I just tested the X2 however am not having the issue. I set flash to always on then took a picture using SnapIt however its fine.
    Please check if you have the latest firmware S125.
    Check out the Community Knowledge Base for hints and tips.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    X240 | 8GB RAM | 512GB Samsung SSD

  • Audio issues. Static  burst when listening to MP3s. ETA on fix.

    Hi,
    I am using a Line 6 Toneport. It is essentially a USB sound card.
    Somewhere between 10.4.9 and updated to the latest, 10.4.11, I now hear static bursts when multitasking.
    I assumed this was a driver issue with the Line 6 device so I decided to use the built in audio output and noticed a similar issue. Light multitasking will cause static bursts or droup-outs depending on what I am doing. Even something like checking email or launching word while listening to an MP3. This was never the case before.
    Steps I tried.
    1. Uninstalled and reinstalled latest Toneport drivers. no difference
    2. Formatted and reinstalled Tiger 10.4.9 got all the updates and installed latest drives for the Toneport. Slight improvement
    3. Upgraded from 1GB to 4 GB of RAM (I was going to do this anyway) no change
    4. Upgraded to solid state harddrive (I was going to do this anyway) no change
    5. Formatted then installed Leopard, all the updates, and latest Tone Port drivers. Problem solved.
    New Problem. Everything runs like crap on Leopard compared to tiger. Any ETA on a Tiger Update?
    PS can somebody please explain the benefit or Leopard? Don't even tell me Time Machine. Seriously, has anybody done any benchmarking on this system compared to Tiger. It is a complete pig and slow as ****.

    Hi.
    PS can somebody please explain the benefit or Leopard?
    No advantage to me. I equate OSX to a TV Remote, but in Leopard you give to somebody else for exclusive use.
    I doubt Tiger will get anything but maybe some Security updates.

  • Why no audio output?

    I have been wrestling with the options offered by FMLE3.1 and using it in association with ManyCam... I now think I have pretty good control over all the video source conflict issues, but one thing I have been totally unable to understand is why I cannot get any audio output, either into my headphones or to justin.tv which I am using to broadcast... except, interestingly, for a fleeting couple of minutes recently, which didn't appear to be the result of anything that I had done, and I certainly haven't been able to replicate it!
    Each of my cameras, including the webcam, has a microphone associated with them, and they all show up in the list of recognised devices. The webcam mic is the only one which registers on the audio meter to the left of the video preview pane, even when the webcam is not selected, but still there is no output audio signal details showing up on the encoding log... I've looked for the obvious mute buttons, but someone out there probably has a simple solution that I haven't dreamed of!

    Another worthwhile time/pitch related product is from Prosoniq. The version of Nuendo (not the latest) the University uses ships with the MPEX algorithm, which is related to to their flagship product.
    http://www.prosoniq.com/www/TimeFactory_II.html
    I've used it a bit to create the double-time/+1 octave  Les Paul & Mary Ford guitar sound for a class demo demo and thought it did a very good job.
    Yes, there is a Demo.

  • Why is the MPE so much better when using Vista?

    I get more realtime playback using Windows Vista than When using Windows 7 with HDV. I can get better GPU and CPU playback both when using Vista for HDV. Why is that? Im using a GT 240 and it kicks *** with Vista. I use a second LCD TV monitor as an NTSC monitor for the realtime previews. I do get some realtime with Windows 7 but only about half as much as with Vista. Something is better about Vista for HDV clips but Idon't know what. I have done several fresh installs and updates. What gives? Any thoughts.

    I have done fresh OS installs and Windows updates. The GT 240 was added the same way. For HDV the Vista OS is better. For AVCHD they are about the same.  I think it is a bug. It works better using Windows 7 if I don't output to the LCD TV monitor. Do any of you use HDV and preview on a NTSC monitor?

Maybe you are looking for

  • Ticker tape

    I have just been told to see if I can provide text that is like a Wall street ticker tape for a test sequence. Any ideas where I would begin with that one? Brian

  • PM Order Settlement to two costcenters

    Dear I have to settle cost based on consumption of spares ie Electrical & Electronics. Is there any procedure settle cost to costcenter based on cosumption of material as this causing manual entry to amount to respective costcenter. Thanks and Regard

  • How to update 2 columns on table A with 2 cols in  table B

    Hi all, I am confused when updating more that 1 cols from tableB to tableA. Single column is easy as this: update TableA set col1 = (select col1 from TableB where ssno=100) where ssno=100; But for 2 column updates, I can not do this: update TableA se

  • Trouble getting safari to open

    Lately i have had prblems opening afari. If my computer has been on for a few hours and i go to open it it gives me some error message and doesnt open the program i have to restart it. has any one else had this problem and do you know what is wrong?

  • DAO/BEAN/GATEWAY code in Dreamweaver

    Looks like CFEclipse has a few nice wizards to automagically generate DAO methods (CRUD), Beans and Gateway object code, does anyone know if Dreamweaver has comparable functionality? Any add ons out there? More importantly, are any object oriented Co