Audio Problems Driving Me Crazy

Michael Ferguson michael at shed.bz
Tue Apr 17 16:36:34 EDT 2018


Hello George,

Ever since I switched my main XTension mac to a newer iMac running 10.11.3, I have had problems with the system volume being set to random values.

Sometimes several times a day, and sometimes a couple of days between events.

I have put a scheduled script to work, running every 5 minutes, that checks the current system volume, and if not what I want it to be, I set it and announce the event by voice and log.

set vol to output volume of (get volume settings)
if vol ≠ 100 then
    speak "Volume settings set to " & vol
    write log "Volume settings set to " & vol & " Resetting to 100"
    set volume output volume 100
end if

I have no idea why this happens, but it is irritating.
michael

PS:  spell volume enought times and it totally loses its meaning :)

> On Apr 17, 2018, at 3:42 PM, ghandley <ghandley at kc.rr.com> wrote:
> 
> XTensioneers,
> 
> I can't figure out what I've done, but when working at night, I have to unplug Arthur's external amplifier and crank up the mini's audio to 100% like this all to avoid waking my wife.
> 
> set volume output volume 100 without output muted --100%" -- For testing ONLY while Amp unplugged
> 
> It always used to work, but lately, when testing, and using this line, my Mini's audio will either drop to 0 or 60%, and there are no commands in the short script to do any  of that.
> 
> Can anyone tell me what you can unintentionally do in a script to kill or reduce the audio? I've tried everything including many of the above lines throughout the script. Nada!
> 
> Thanks,
> 
> George

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.machomeautomation.com/pipermail/xtensionlist/attachments/20180417/2c00b3b8/attachment.html>


More information about the XTensionList mailing list