No sound after making a Facetime Call on Macbook Pro

Hello everyone,
I have a mid 2011 macbook pro with Mavericks installed. Whenever someone calls me on Facetime on my Macbook there is a strange sound coming off the speakers like they are broken. I was scared at first but I thought there is only a problem with Facetime. However, today after I made a call, speakers stopped working for good. I restarted my macbook and there were still no audio. I found a solution by making a hard restart. I am scared now to use my Facetime again on Macbook. Is there anybody who knows why this happen? This issue started when I installed Mavericks I think. Also sometimes, I cannot do any facetime calls due to the strange bubble sound out of the speakers..

Hi,
As far as I know you log in with your Apple ID.
To make a call you have to add your friends by entering their email or phone number. If you have already added them, you just have to click on the contact you want to call and click the button Facetime. Now your friend has to accept the invitation and then you'll see each other.
For more information have a look at the iPod Touch user manual:
1. Click on that link: https://fjallfoss.fcc.gov/oetcf/eas/reports/ViewExhibitReport.cfm?mode=Exhibits& RequestTimeout=500&calledFromFrame=N&applicationid=338019&fccid=
2. After that click on "Full user manual"

Similar Messages

  • Playing a WAVE file after making a phone call.

    Hi everyone..
    I'm trying to play a wav file after making a phone call. I was able to make the call. But I get an exception when i try to paly a wav file..
    Can any one tell me where I've gone wrong..
    This is the code which plays the audio file..(I downloaded it by the way.. and it's working fine when used as a seperate program)
    import java.io.File;
    import java.io.IOException;
    import javax.sound.sampled.AudioFormat;
    import javax.sound.sampled.AudioInputStream;
    import javax.sound.sampled.AudioSystem;
    import javax.sound.sampled.DataLine;
    import javax.sound.sampled.FloatControl;
    import javax.sound.sampled.LineUnavailableException;
    import javax.sound.sampled.SourceDataLine;
    import javax.sound.sampled.UnsupportedAudioFileException;
    public class PlayWave extends Thread {
         private String filename;
         private Position curPosition;
    //30000000(7324.21 kb)
         private final int EXTERNAL_BUFFER_SIZE = 524288; // 128Kb
         enum Position {
              LEFT, RIGHT, NORMAL
         public PlayWave(String wavfile) {
              filename = wavfile;
              curPosition = Position.NORMAL;
         public PlayWave(String wavfile, Position p) {
              filename = wavfile;
              curPosition = p;
         public void run() {
              File soundFile = new File(filename);
              if (!soundFile.exists()) {
                   System.err.println("Wave file not found: " + filename);
                   return;
              AudioInputStream audioInputStream = null;
              try {
                   audioInputStream = AudioSystem.getAudioInputStream(soundFile);
              } catch (UnsupportedAudioFileException e1) {
                   e1.printStackTrace();
                   return;
              } catch (IOException e1) {
                   e1.printStackTrace();
                   return;
              AudioFormat format = audioInputStream.getFormat();
              SourceDataLine auline = null;
              DataLine.Info info = new DataLine.Info(SourceDataLine.class, format);
              try {
                   auline = (SourceDataLine) AudioSystem.getLine(info);
                   auline.open(format);
              } catch (LineUnavailableException e) {
                   e.printStackTrace();
                   return;
              } catch (Exception e) {
                   e.printStackTrace();
                   return;
              if (auline.isControlSupported(FloatControl.Type.PAN)) {
         FloatControl pan = (FloatControl) auline.getControl(FloatControl.Type.PAN);
                   if (curPosition == Position.RIGHT)
                        pan.setValue(1.0f);
                   else if (curPosition == Position.LEFT)
                        pan.setValue(-1.0f);
              auline.start();
              int nBytesRead = 0;
              byte[] abData = new byte[EXTERNAL_BUFFER_SIZE];
              try {
                   while (nBytesRead != -1) {
              nBytesRead = audioInputStream.read(abData, 0, abData.length);
              if (nBytesRead >= 0)
                   auline.write(abData, 0, nBytesRead);
              } catch (IOException e) {
                   e.printStackTrace();
                   return;
              } finally {
                   auline.drain();
                   auline.close();
         }I inserted
    new PlayWave("greeting.wav").start();In to a method an called this method in the program where i send commands to the modem.
    These are my modem commands
    send("ATZ");
        expect("OK");
    //Enable voice mode
        send("AT+FCLASS=8");
        expect("OK");
    //Dial the number
        send("ATDT"+number);
        expect("OK");
    //Choose encoding method //This is the default
        send("AT+VSM=140,8000,0,0");
        expect("OK");
    // start sending audio data
        send("AT+VTX");
        expect("OK");
    PlayAudio();
    send("ATH");The size of my audio file is 100 kb.I'm using a 56 K intel externel voice modem connected to a serial port.I wonder if it's because the buffer is too big. If anyone tried this and succeded please correct me.
    Thankyou in advance
    goodnews

    Hi goodnews!
    Did I understand well? Can You record the speech? This is what I want!
    Can you help me and send me sample code?
    This would be a big help for me!
    Thank You!
    rflair

  • When I call someone using FaceTime from my mac, they can see me but no hear me. Is there something I need to do to make this happen? I also have an iPad 2 and FaceTime works great on it if I call somebody. Why no sound from my mac FaceTime using a mac pro

    When I call someone using FaceTime from my mac, they can see me but not hear me. Is there something I need to do to make this happen? I also have an iPad 2 and FaceTime works great on it if I call somebody. Why no sound from my mac FaceTime using a mac pro and isight camera, mike combo.
    If I use google it works. If I use Ichat, it works. If I use skype it works.

    This sounds like something similar to https://discussions.apple.com/thread/3388112?start=105&tstart=0.
    Try turning down the speak volume (System Preferences->Sound->Output->Output Volume)  or the microphone gain (System Preferences->Sound->Input->Input Volume). Do this on both sides of the call.

  • How do you reduce/turn off keypad sound when making a phone call

    How do you reduce/turn off keypad sound when making a phone call?

    If I understand the question correctly, it is not about turning off keyboard clicks, it's about silencing the beeps made when manually keying in a  phone number. With keyboard clicks turned off, the beeps still sound when keying in a phone number. If I'm reading the iPhone User Guide correctly, it explains how to turn off keyboard clicks but not how to silence the   beeps when keying in a phone number. The only way I have found to silence the beeps is to put the phone into silent mode.

  • I have lost facetime on my macbook pro.  Calls ring but message says fail

    I have lost facetime on my macbook pro.  I place the call, it rings then says 'failed'.  Has been working very well until now.  Any ideas anyone?  Thanks.

    Hello lindseynicola,
    Thanks for using Apple Support Communities.
    I understand that you're having issues with making calls using FaceTime on your Mac.  I'd like you to take a look at the following troubleshooting information, in order to get this issue resolved:
    Troubleshooting FaceTime for Mac
    You can make FaceTime calls using the FaceTime app. You can call FaceTime users whose contact information is in Contacts. You can add contacts and edit contact information in either FaceTime or Contacts. To place a video call, you may use a phone number or email address.
    If you encounter issues making or receiving FaceTime calls, try the following:
    Verify that FaceTime is enabled in FaceTime > Preferences.If the issue persists, or if you see the message "Waiting for Activation", try toggling FaceTime off and then on.
    Verify that the Date, Time, and Time Zone are set correctly:From the Apple () menu, choose System Preferences > Date & Time > Date & Time.
    Enable "Set Automatically".
    Click the Time Zone tab and confirm the closest city is correct.
    Verify that both parties are connected to an active broadband Internet connection.
    See Mac OS X: Troubleshooting a cable modem, DSL, or LAN Internet connection.
    Consult Using FaceTime behind a firewall for necessary ports to open in firewalls, security software and routers.
    If you encounter issues using a Wi-Fi network, use standard Wi-Fi network troubleshooting to resolve interference and other issues.
    Verify the phone number or email address being used is the correct one activated for FaceTime.You can verify that you are using a valid Apple ID at appleid.apple.com. You can also create an Apple ID or reset your password from this website.
    Verify that both parties have installed the latest software updates for their Mac and/or device. See:
    Mac OS X: Updating your software
    iOS: How to update your iPhone, iPad, or iPod touch
    FaceTime for Mac: Troubleshooting FaceTime
    http://support.apple.com/kb/TS4185
    Take care,
    Alex H.

  • FaceTime issue on MacBook Pro retina.

    HI guys.
    OK another head head scratcher I'm having an issue with FaceTime on my MacBook Pro 13" retina Running mountain lion.
    It it to was working fine until about a month ago.
    Now it just won't let me connect at all regardless if it's me that is ringing out or someone ringing me.
    The issue is it drops connection when I go to answer or if who I am ringing answers Never had this problem before.
    it rings fine & when I click accept it says connecting then it beeps 3 times & tells me it's failed.
    i Know it can't be my Apple ID as FaceTime works without any problems on my iPad But it does have issues on my iPhone 4 8gb But that's a different issue FaceTime just hangs when I go to answer on my iPhone.
    i Have so far tried several things logging out of iCloud then back in.
    Logging in with a different Apple ID & trying it from a different user account.
    ALl all have the same result so all I can conclude there must be something on the Mac itself.
    The mac does have norton antivirus for mac installed which the subscription has expired on months ago I have tried allowing the FaceTime app through the firewall & I have also disabled norton too but still the same result.
    anyone had the same issue or come across this before if so how did you resolve it?
    cheers guys thank you.

    Unable to make or receive FaceTime calls after April 16, 2014

  • Glitch with FaceTime contacts on Macbook pro

    I'm having an issue with FaceTime on my Macbook pro.  When I type some contacts names in the FaceTime search bar, and select a FaceTime call, it will call a different contact.  Then after the call fails to the wrong contact it shows yet a 3rd different contact in the recently called list.  So for example if I try and call my son it will dial someone else and then show I called yet someone else in the history.  2009 Macbook pro Yosemite OS X 10.10.2

    Welcome to the Apple Community.
    This user tip might help you understand how accounts work with Contacts (Address Book).
    First check that all your settings are correct, that contact syncing is checked on all devices (system preferences > iCloud on a mac and settings > iCloud on a iPhone, iPad or iPod).
    Make sure the contacts you are adding are added to your 'iCloud' group and not an 'On My Mac', 'On My Phone' or other non iCloud group (you can do this by checking in groups), non iCloud contacts will not sync.
    If you are sure that everything is set up correctly and your contacts are in the iCloud group, you might try unchecking contact syncing in the iCloud settings, restarting your device and then re-enabling contact syncing.

  • Facetime not working MacBook Pro to another MacBook Pro!

    I can use Facetime on my MacBook Pro and call my Iphone. I cannot though, connect Facetime using my MacBook Pro to another MacBook Pro user. When the MacBook Pro user facetimes me, it only shows up on my Iphone. How do I get the the application to work on my MacBook Pro?
    I have a picture, sound, it dials, yet never connects.
    Thanks.

    i have exactly the same problem except my macbook pro was bought in Dubai. I have set it up as though in the UK and have UK apple I.D. Also the VPN is on but still wont work.

  • Why doesn't FaceTime connect on macbook pro or iPhone 4.

    this past April I was using FaceTime on my macbook pro and iPhone 4. now it will not connect. I do not know why.

    Unable to make or receive FaceTime calls after April 16, 2014

  • How do I get facetime on a MacBook Pro to work?  I keep getting a " server encountered problem during registration.." message.  I have FaceTime ver. 1.1.1

    How do I get facetime on a MacBook Pro to work?  I keep getting a " server encountered problem during registration.." message.  I have FaceTime ver. 1.1.1
    Thanks

    Icapper wrote:
    I will end up getting something other than Logitech speakers, since I'm just weird like that.
    Your not weird, your a audiophile.
    https://en.wikipedia.org/wiki/Audiophile
    Good sound costs money. And with a 5.1 system your usually doing surround sound decoding for BlueRay movies etc. for home theater purposes.
    The PC 5.1 surround sound systems require a audio card in a PC tower and mainly used for playing 3D games so that won't work for any Mac at all. So don't buy a PC 5.1 surround sound system for your Mac.
    Harmon Kardon has the GoPlay, it's a portable stereo with awesome sound (not as good as their theater systems) and you can hook up a analog male/male stereo mini cable to it from the Mac.
    $200 and it has a iPod dock and also takes like 8 batteries so it's portable.
    http://www.amazon.com/dp/B002GHBTNC
    There is also the Bose Wave clock/radio, you will need a stereo mini to RCA break out cable for that.
    http://www.bose.com/controller?url=/shop_online/wave_systems/index.jsp
    The GoPlay has much better sound than the Bose, I think the Bose are overpriced.

  • Can someone connect in FaceTime if they are using a friends Macbook Pro, yet, doens't have an Apple ID??  For example, I have an IPAD and a Macbook Pro.  Can I connect to FaceTime on my Macbook Pro and connect with a friend using my IPAD????

    Can someone connect in FaceTime if they are using a friends Macbook Pro, yet, doens't have an Apple ID??  For example, I have an IPAD and a Macbook Pro.  Can I connect to FaceTime on my Macbook Pro and connect with a friend using my IPAD????

    I have also tried changing the contact emails(you can contact me by) in Facetime(diff email for IPAD and Macbook Pro).  Facetime tried the call, I see the accept buttom appear and it goes away as the call never connects?   Any ideas??

  • After upgrading to snow leopard my MacBook Pro will freeze when I go to system Pref or it has been running for 40 minutes-can't shut it off properly...frustrated. What fix can I download?

    After upgrading to snow leopard my MacBook Pro will freeze when I go to system Pref or it has been running for 40 minutes-making it impossible to close app's or power off properly...so frustrated. What fix can I download?

    After upgrading to snow leopard my MacBook Pro will freeze when I go to system Pref or it has been running for 40 minutes-making it impossible to close app's or power off properly...so frustrated. What fix can I download?

  • Can't complete facetime connection between macbook pro and iPad

    Last week I had to download the latest version of facetime from the mac app store because the beta version (0.9) had expired.  After I installed it on my 15" macbook pro (last model that had the removable battery) running the latest version of Snow Leopard 10.6.x, I tried to facetime with my iPad (3rd gen).  It would ring, but when I would try to accept the connection, it wouldn't make the connection.  I was using the same account/user id on both the iPad and the macbook pro.  I added my wife's email address to the mac and selected her address and then was able to connect and I thought my problems were solved.  At this time, both the macbook pro and iPad were on the same wifi network.
    Fast forward a few days and I'm overseas and trying to facetime with my wife and so I attempt to connect and it rings and she accepts the incoming connection, but then it never connects and I get a message that it failed.  She tries to connect to me and the same thing happens - it rings, i touch the button to accept and it says connecting and then never connects.  I was able to connect with no issues when she was using her iPhone 4S when I am in London and she is at home on the same wifi network as the macbook pro is on.  I had her sign out of my apple account in facetime on the macbook pro and sign in with her apple account that is associated with a completely different email address.  We tried to connect and still had the same problem - rings, hit answer, connection fails.
    I can also connect with my iPhone 4 to my iPad (both on the same wifi network, data roaming turned off on the phone so I know it is wifi only)
    Since I can connect to my iPhone and my wife's iPhone, I'm pretty certain that the problem isn't with the wifi network on either end and it has something to do with facetime on the macbook pro.  When I was googling for answers, it seems like this issue isn't an uncommon occurence, but I haven't been able to find any solutions either.

    No.
    they run entirely different os on entirely different hardware.

  • After upgrading to yosemite on my macbook pro the spinning wheel does not go away.i have reset the SMC and PRAM but the problem still persists

    After upgrading to Yosemite on my macbook pro,the spinning wheel doesn't go away.I have reset the SMC and the PRAM but the problem still persists.Can anyone please help

    Try starting in Safe Mode
    OS X: What is Safe Boot, Safe Mode?
    Try booting to Recovery and repairing the startup disk
    OS X: About OS X Recovery - Apple Support
    Reinstall Yosemite
    OS X Yosemite: Reinstall OS X
    This is the Mac Pro desktop forum. I requested your post be moved to the MacBook Pro laptop forum.

  • I have FaceTime on my macbook pro but want to add it to my Mac pro.  Since I've already purchased the app, it won't allow me to purchase it again.  Can I use the app for both computers?  How can I access FaceTime for this computer v. 10.6.8?

    I have FaceTime on my Macbook Pro but want to add it to my Mac Pro v. 10.6.8.  Since I've previously purchased it in the app store, it won't allow me to purchase it again.  Can I use the same app for both of my computers?  If so, how do I access the app to download it?

    If you upgrade to Lion it comes bundeled with it!
    To get it on your Mac Pro just copy the aplication from the aplication folder on your MacBook.  You can do this via a thumb drive or over a local network connection.

Maybe you are looking for