It's annoying.</filler-text>

link|improve this question

65% accept rate
feedback

1 Answer

This is a pretty unsatisfactory answer, but you can actually reduce the pause to just a momentary blip by assigning a "play iTunes" AppleScript alert to the "A/V Chat Started" event (in Preferences -> Alerts). Such an AppleScript would read:

tell application "iTunes"
    play
end tell

But hopefully someone will discover a better way.

link|improve this answer
Clever and not entirely bad. – kch Aug 7 '10 at 8:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.