You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

On OS Mavericks, When i Face Time it lowers the system volume. Like iTunes and the adjustment sounds for volume up, and down, and such. Is there a setting, or preference to stop it from lowering every other volume?

I have been using mavericks for some time now, and i like the upgrade. It's a fantastic improvement to an operating system.


However i've noticed that when i go onto facetime, it dulls EVERY OTHER SOUND.


Like when i want to watch a video on youtube, it doesn't play it on full volume

Or listen to something on itunes, and control the volume myself. It lowers that too.


It lowers everything except the facetime conversation


Is there a setting or ANYTHING to turn that off?

MacBook Pro (15-inch Late 2011), OS X Mavericks (10.9)

Posted on Oct 30, 2013 8:56 PM

Reply
Question marked as Top-ranking reply

Posted on Nov 5, 2013 11:27 PM

Same here! And if anyone is monitoring this from Apple, this question has been asked in several other communities posts. I already hated that I couldn't adjust the volume on specific apps, but now I have to hang up with my bf or ask him to be quiet if I want to watch a video or listen to something.... UGGHHHHHH.

56 replies
Question marked as Top-ranking reply

Nov 5, 2013 11:27 PM in response to JaysITunes645

Same here! And if anyone is monitoring this from Apple, this question has been asked in several other communities posts. I already hated that I couldn't adjust the volume on specific apps, but now I have to hang up with my bf or ask him to be quiet if I want to watch a video or listen to something.... UGGHHHHHH.

Nov 11, 2013 7:37 PM in response to LEcoolJ283

Thanks, but that doesn't fix the issue.


The problem isn't the system sound, it's the fact that facetime reduces everything but itself while in a call. Even when the volume is as high as it can go, and I get the person on facetime to not talk, all system sound is very quiet.


We need a way to prevent facetime from reducing system sound.

Jan 15, 2016 1:20 AM in response to JaysITunes645

I took comex's solution and plugged it into an applescript application set to run in the background (no dock icon, menubar or anything). I'm no serious hacker, but it does the job.
This is the code I put together from examples I found around the web:

repeat

tell application "System Events" to set theCount to the count of (processes whose name is "Facetime")

if theCount = 0 then


do shell script "sleep 1"


else



do shell script "printf \"p *(char*)(void(*)())AudioDeviceDuck=0xc3\\nq\" | lldb -n FaceTime"

repeat


do shell script "sleep 1"

tell application "System Events" to set theCount to the count of (processes whose name is "Facetime")

if theCount = 0 then

exit repeat

end if

end repeat


end if

end repeat

end

If some expert can approve this code I'd be really happy.
So far it has had less than 5 calls for testing, both outgoing and incoming.

My main worry is it polls for Facetime processes every second, I figured that's the least it takes to answer an incoming call: the command needs to run every time facetime is opened but doesn't work mid call, so you have to catch that moment when it's still ringing...
Activity monitor says it uses 0.2% CPU, isn't that too much for something this basic?

You can download the app and drop it into your login items then do a logout/login or start it manually, and it should just work. (The download button is at the top of the page).

If you don't trust me, since I'm just any guy on the internet, you can parse the app yourself from my code using applescript editor's export function, to have it running in the background, once you get your .app executable: right click it, show package contents, open the info.plist file, and add two lines with

<key>LSBackgroundOnly</key>

<true/>

just under the first <dict> tag (should be around line 4), Save and you're done.


Hope this helps someone, I've always learned a lot from this forum, happy to give back 🙂


-Seb

Mar 27, 2016 5:35 AM in response to JaysITunes645

Hi !


A solution was posted on https://www.reddit.com/r/apple/comments/3o1edo/facetime_on_mac_turns_down_system _volume/

A friend of mine tried it and it seems to work! Also, I think that if you play any music or videos from your end, the person you're talking to on facetime won't hear that as well. So i guess the sounds coming from those don't interfere with the call.


You'll just have to copy paste the code onto Terminal before each facetime call 🙂

User uploaded file

Nov 11, 2013 7:41 PM in response to LEcoolJ283

Output Volume is a very easy setting to find. Output volume is simple the volume your current mac is at (changeable by the volume hotkeys in the F bar) Editing the output volume does not edit the system sound - all it will do is amplify and raise the volume of the person you are on facetime with and keep the SYSTEM sound lower than the actual facetime call.


Thank you for the suggestions though.

Nov 20, 2013 8:47 PM in response to JaysITunes645

This is my understanding of calls made over an internet conection.


When you Factime or skype etc. The conversation can only go one way, ie: you would have to cease talking for you to hear the other party to talk. If your music is to loud, it will be picked up in the microphone as if you were conversing and the other party would not get a word in.

On OS Mavericks, When i Face Time it lowers the system volume. Like iTunes and the adjustment sounds for volume up, and down, and such. Is there a setting, or preference to stop it from lowering every other volume?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.