Re: Monitor Sound Ouput Level via AppleScript?
Re: Monitor Sound Ouput Level via AppleScript?
- Subject: Re: Monitor Sound Ouput Level via AppleScript?
- From: Dominik Röttsches <email@hidden>
- Date: Sat, 10 Apr 2010 16:24:44 +0200
Hi Robert,
> tell (get volume settings)
> set {a, b, c, d} to {output volume, input volume, alert volume, output muted}
> --> {50, 50, 100, false}
> end tell
> set currentVolume to a as integer
Thanks for your suggestion - the thing is, I actually would need the level/volume of the waveforms that are currently played out, not the mixer/volume level setting. For example, if an MP3 or a moview is playing, I would like to get a high value, as there's something being played. If there's silence I would expect to read a 0 - independent of the output volume you set via the system's volume slider.
Regards,
Dominik
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden