karaggeorge / macos-audio-devices

Get, set and configure the Audio Devices on macOS
MIT License
166 stars 17 forks source link

Support for get/set mute property #20

Open has-n opened 2 years ago

has-n commented 2 years ago

The AudioObjectPropertySelector(kAudioDevicePropertyMute) property can be used to determine if the device is mute.

Consider adding support for this, @karaggeorge ? I'm not familiar with Swift or would have raised a PR myself.