How do I output different sounds on multiple displays?

For example, if I connect my Macbook Pro to my TV via HDMI and make it as a separate display, how do I change the sound output so that sound that comes from the external display will only play from the external display while sound from my MacBook Pro will only play on the MacBook Pro?

I'm not sure if the MBP can do sound over HDMI because I've never tried.
All the sound output settings are in System Preferences> Sound > output tab.
There is a list of all available outputs under that output tab. If the HDMI output shows up, select it and your MBP will change the output. If not, I'm not sure.
Hope this helps.

Similar Messages

  • Hey. anyone knows how to synchronize the different sounds in a song the most easy way?

    hey. anyone knows how to synchronize the different sounds in a song the most easy way?

    Play better... just kidding.  Set an appropriate quantize value for all the regions in the inspector window. If you are doing live playing and need to synch to that it is MUCH more complicated. If you're new at this it might actually be easier to re-play it.

  • Can you establish different sounds for multiple emails?

    Can you establish different sounds for multiple email accounts? 

    Sorry no, sound/alerts is universal for different email accounts.

  • How to send Outputs from orders to multiple recipients

    Hi,
    I have a requirement to send the same output (order confirmations) to multiple contacts of the same customer. the contacts are set up in VAP1 and linked to the sold to but what is the configuration needed to enable this functionality? At the time the order is confirmed, we need to trigger these outputs by emails or by fax (can be any combination here) as required.
    Appreciate any help and glad to provide nay clarifications if needed.
    Thanks!

    Wouldn't it make more sense if the customers actually maintained their own distribution lists? They could then give you an email address of the distribution list, which they would maintain internally.
    Otherwise imagine what would happen if the customer's employee leaves the company. First of all - how would you know? Second, you would need to make changes on your side (x 500 customers). In the best case you would just end up with an undeliverable email but in the worst you could expose the customer's private information. This is just a lawsuit waiting to happen IMHO.
    If you still want to go ahead with this idea, this would require some ABAPing. Actually the same question has already been asked (with the same result):
    Re: Output to more than 1 email

  • How do you output different waveforms on 2 channels with circular buffers?

    I'm trying to program the PCI-6711 to output two different complex waveforms on DAC0OUT and DAC1OUT using Visual Basic. I'm working from the VBasic WFMdoubleBuf example by expanding the number of channels and the ChanVect to the two channels and loading and transfering to two different channels. I am filling the initial buffers by inputing data from a file But instead of seeing separate but synchronized waveforms on the two channels, I'm seeing no waveform on DAC0OUT, and a combination of the two waveforms on DAC1OUT. What am I doing wrong?
    Attachments:
    frmRun7.frm ‏17 KB

    Roz,
    Calling the WFM_Load() function multiple times for multiple channels is useful only if you are not doing double buffering. When you do double buffering, the WFM_DB_Transfer() function requires that the two waveforms be interleaved. The KnowledgeBase linked below discusses this in more detail:
    Waveform Generation on Multiple Channels Using PCI E Series Boards
    Furthermore, I have included a code snippet that illustrates the process of interleaving the waveforms, etc.
    iStatus = NIDAQMakeBuffer(pdBuffer0, ulCount, WFM_DATA_F64);
    iStatus = NIDAQMakeBuffer(pdBuffer1, ulCount, WFM_DATA_I16);
    if (iStatus == 0) {
    /* If buffer was made correctly, then output it. */
    iStatus = WFM_DB_Config(iDevice, iNumChans, piChanVect,
    iDBmodeON, iOldDataStop, iPartialTransferStop);
    iRetVal = NIDAQErrorHandler(iStatus, "WFM_DB_Config",
    iIgnoreWarning);
    iStatus = WFM_Group_Setup(iDevice, iNumChans, piChanVect,iGroup);
    iRetVal = NIDAQErrorHandler(iStatus, "WFM_Group_Setup",
    iIgnoreWarning);
    iStatus = WFM_Scale(iDevice, piChanVect[0], ulCount, 1.0, pdBuffer0,piBuffer0);
    iRetVal = NIDAQErrorHandler(iStatus, "WFM_Scale",
    iIgnoreWarning);
    /****************INTERLEAVING OPERATION**************************/
    /*For analog output on multiple channels, the data should be interleavedbefore outputting.*/
    for (i=0;i{
    piBuffer[2*i]=piBuffer0[i];
    piBuffer[2*i+1]=piBuffer1[i];
    /****************INTERLEAVING OPERATION**************************/
    iStatus = WFM_Load(iDevice, iNumChans, piChanVect, piBuffer,ulCountTotal, ulIterations, iFIFOMode);
    iRetVal = NIDAQErrorHandler(iStatus, "WFM_Load",
    iIgnoreWarning);
    iStatus = WFM_Rate(dUpdateRate, iUnits, &iUpdateTB,
    &ulUpdateInt);
    iRetVal = NIDAQErrorHandler(iStatus, "WFM_Rate",
    iIgnoreWarning);
    iStatus = WFM_ClockRate(iDevice, iGroup, iWhichClock,
    iUpdateTB, ulUpdateInt, iDelayMode);
    iRetVal = NIDAQErrorHandler(iStatus, "WFM_ClockRate",
    iIgnoreWarning);
    printf(" The waveform should be output at a rate of %lf updates/sec.\n", dUpdateRate);
    iStatus = WFM_Group_Control(iDevice, iGroup, iOpSTART);
    iRetVal = NIDAQErrorHandler(iStatus,
    "WFM_Group_Control/START", iIgnoreWarning);
    Good luck with your application.
    Spencer S.

  • How can I share different sources to multiple Apple TV with only one controller (Mac Mini)

    Here's the setup
    3 TV's in 3 different rooms each connected to 3 different Apple TV.
    It is self-explanatory has how to share the SAME source to 2 or 3 of the Apple TV.
    What I want to know: Can we manage Apple TV's in a way that I can share 3 DIFFERENTS source with ONE controller, let's say a Mac Mini or PC using AirParrot.
    Im open to third-party apps as this is my only complaint for using an easy and affordable setup.
    Regards.

    I have a WLAN at home conneting Mac mini (late 2009), PS3 slim and xbox 360 in the living room and I would love to share whats on the Mac mini with AT3 in the guest room upstairs, physically it wont be possible to control both screens at the same times. The files I have are on external HD connected via firewire + USB to Mac mini and they are a mix of avi, mp4, mpeg etc. I'm talking about 3 TB of movies and series (its still legal here in Dubai to download ;-)). starting to convert such amount of files its not an option. AirParrot is a good option when I have media stored on my MacBook pro and would like to play it no AT3 but I used Beamer it works great for such function.
    any ideas folks ?

  • How would you apply different calibrations to multiple channels

    I'm attempting to apply calibration data to multiple channels. The calibrations could have been done at different times for different channels and could be using different fits. I think I have a solution for just applying the calibration information to one channel. I'm posting the solution for one channel in this post. In the next post I will include the multi-channel problem I'm working on. I had to add txt onto the initial file in order to post this.
    Thanks in advance.
    Solved!
    Go to Solution.
    Attachments:
    Apply Calibration One Channel.vi ‏138 KB
    Initial.txt ‏1 KB

    Thanks for the links John. I just logged on to post my working solution so I haven’t had a chance to look at them yet.
    I’ve been working on this problem and have come up with the below attachment. I believe the logic is correct, but do not know if this is the most efficient way of doing this. I start by reading the calibration information in my ini file for only the channels that I am collecting data for. This is accomplished by the case structure enclosed in the for loop. The calibration values are stored as variables so I don’t have to read them with each data point I collect. I then start the data collection within my while loop. As I collect the data I pass it through a for loop where I apply the calibration curve to it and pull the calibration variables from the 2nd case structure. I’m using a for loop for this so I can index the wave files and apply the correct calibration information to each one. The channels and sections will be inputs to this vi from the choose channel vi.
    John I don’t know if this is better or worse than what you are suggesting. I will read the links you sent me.
    Does anybody have any comments on what I’ve put together?
    Thanks, Eric
    Attachments:
    Acquire and Transform Data.vi ‏209 KB

  • How can I add different sounds for the alarm?

    This seems simple, and I thought something lots of others would have asked about, but I can't find any threads on it. I tried elsewhere and so far all I have come up with is an Applescript called, "iCal Calling iTunes." It works but... I just want to add to the list of default alert sounds.

    Hi Noodle-head,
    To add more sounds to the list, add .aiff (and possibly other sound format) files to your user's Library>Sounds folder. Not a particularly obvious process.
    Best wishes
    John M

  • Output different sounds to bluetooth headset + iPhone speakers at same time

    Hi I have an iPhone 4 and a bluetooth motorola headset. I'm wondering if, during a call, I can output the audio from the phone call to the bluetooth headset, and output the audio from whatever game I'm playing from the speakers.
    Thanks.

    no

  • Assigning Different Spaces to Multiple Displays

    Hi,
    I have my Mac connected to my TV (not mirroring) and I'm using Spaces.
    I was wondering if it was possible to assign to each display, a different Space?
    In other words, can I have my Mac screen displaying Space 1, and my TV displaying Space 3?
    My problem is simple: I'm working on my Mac display, and I'm also watching a video on my TV. But I can't display the video in full-screen because then it takes up both screens.
    Thanks for your help if you have any ideas.
    JES

    Just to be clear, you CAN run an application and split its windows across different Spaces by dragging those windows in the Spaces view. So open Firefox in Space 1, open a second FF window in Space 1, then F8 and drag the second window into Space 2 and voila. It's somewhat random what happens when you click on the application icon in the dock when you do this, but it does work.
    Good point about the background being very resource-intensive. Never mind.

  • Enable s-video and/or multiple displays on ThinkPad with Windows 7

    I have a T41 Think pad notebook. I now have Windows 7 Professional 32 bit.
    I want to use the s-video output to transfer video to a TV and watch it there.
    I connect the s-video cable but cannot find how to get the s-video output enabled or get a second monitor if that is the way to do it. When I start the computer it does not note a second monitor and cannot find one with checking screen reolustion.
    Going to Lenovo Thnkpad support there are help areas that say to go to display properties and walk through the steps to add a 2nd monitor on the settings tab and also use the special driver for my ATI Radeon 9000 card to enable the s-video. In windows 7, unlike XP, the adapter is a generic display adapter and the display a generic vga display and does not have the ability to use the old settings tab from prior Windows or the ATI driver special settings. I tried to get the newest driver from Radeon but it is now very generic too and when I try to install it I am told it will not work, so I am uncertain how to update my display driver and get more than the display being recognized as a generic plug and play vga monitor.
    How do I get to a second monitor and/or enable s-video?
    Nothing seems to happen when I plug in the s-video cable.
    Using the function key plus F7 used to be how to get output to a projector or display, etc. with Windows XP. This does not seem to do anything now when you attach the s-video. Of course I had to wipe the drive when I upgraded. Is there some Lenovo software I am missing?
    I do not see the s-video port listed as a device in the device manager as I was going to try to test it.
    I understand how to connect the cables and have them so the sites that sell cables for connections have been no help as they do not say much about Windows 7 except update your display driver.
    I tried to connect the s-video, right click on the desktop, select screen resolution, try to detect the other monitor, all as described in the “Guided Help Dual Monitor Setup is easy in Windows 7” but there was no detection and no change.
    Any ideas?
    Thanks.

    What is "Adobe X" / "Adobe XI"?  Reader or Acrobat?
    P.S. a screenshot of what you see would be helpful: https://forums.adobe.com/thread/1070933

  • Output sound to multiple devices without delay

    Hi there
    I'm using Audio MIDI Setup on my 27" iMac running Mavericks to ouput sound to 2 devices (both iMac speakers and a Big Jambox, a bluetooth speaker), it works but with some latency. I tried drif correction in Audio MIDI Setup but doesn't change a thing.
    How can I output sound to multiple devices without the latency issue ? I'm pretty sure that's possible. Maybe with a 3rd party software?
    Thanks

    I am not sure how I would do this if I am using Airplay as one output and hard plug for Computer speakers as the second output. The bosie system is in another room (why airplay) and the computer speakers are in a different room. Thanks for the reply.

  • How do I set individual sound alerts for multiple email accounts?

    How do I set individual sound alerts for multiple email accounts?

    Here: http://www.guidingtech.com/15275/get-different-notifications-per-mail-account-io s-6/
    Long and short of it, the settings can be individually changed under Notifications. Select Mail and then the account you want to change the sound to.

  • How to output surround sound with airport express N

    is this possible? I am streaming successfully with airport express, sounds great with no audio dropouts. I have it hardwired to my router and the AX is connected optical to my surround receiver. Music is only played through my fronts. Is there a way to output surround sound? I can't even choose different audio options through my A/V receiver.

    I Found out the problem. When I was hooking everything up, I kept the t.v. on so I can assign audio inputs with the onscreen display. If the T.V. is left on....only stereo outputted. When I turned the t.v. off and with the airport express plugged into AUX, I was able to switch between surround sound settings.
    so the moral of the story is, turn off video devices when you just want sound, especially if they are hooked up to the AVR with HDMI.

  • How can i make the input/output field to a multiple lines in ModulePool...

    hi all...
    can any one please let me know, is there any possibility thru Module Pool program where i can make the input/output field to a multiple lines...
    say, when we drag & drop the input/output field on the screen - it'll come with single line display. so, how to make the same field to multiple lines field.
    rather i can say my question like, how to increase the height of the input/output field.
    Desired Functionality:
    • The user wants to display a long text.
    • now the input/output field should not display the record as a single line, now the field has to display the text in multiple lines (something like wrap option in ms excel).
    hope u got my question...
    please help me in this regards...

    hi Rengith, i'm not using Text Field, i'm using Inpu/Output Field to display the long text.
    If u mean text field as input/output field then can u let me know the process for this, how to do the same thru module pool program...
    Edited by: murashali on Mar 18, 2008 1:36 PM

Maybe you are looking for

  • Interface keeps changing in save for web panel

    How can I set my interface to stay the same as one time the "save for web" panel shows the 4 images in a square, then the next time it shows in 4 vertical strips and then other times is shows up in horizontal strips? This might be something very simp

  • How to get rid of trojan horses

    whats the best way to get rid of trojan.download. this is my first mac. i just want the best product for my computer(love my mac).

  • Keyfigures not visible in explorer

    Hi , I am trying to build an explorer report on top of Bi query . I have created universe for this and I have created the information space using this universe  in explorer where I was able to select the measures and facets & when i click on validate

  • Updating results of a select stmt

    Hello gurus, Can anybody throw some light on the usage of the following update stmt, in terms of its perfomance ? "UPDATE (<SELECT stmt>) SET < column > = < value > WHERE < column > < condition >" In my case, the select stmt that I plan is use is a j

  • Why do I need to pay for the iPhoto '08 upgrage.

    My title says it all - it seems that the only way to get iPhoto '08 is to buy the iLife '08 upgrade for $99 here in Australia. Does not seem 'fair' to me - other products are upgraded for free.