Skip to content

Instantly share code, notes, and snippets.

@wangrongding
Forked from yimity/disable-low-volume
Last active October 17, 2022 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wangrongding/c3e4009b80b480e877548f6ac7a5cc6e to your computer and use it in GitHub Desktop.
Save wangrongding/c3e4009b80b480e877548f6ac7a5cc6e to your computer and use it in GitHub Desktop.
禁用 Mac QQ 开启视频其他媒体声音变低的功能

printf "p (char)(void(*)())AudioDeviceDuck=0xc3\nq" | lldb -n QQ

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

printf "p (char)(void(*)())AudioDeviceDuck=0xc3\nq" | lldb -n WeChat

sound control

全局关闭 打开 Applications/Utilities/VoiceOver Utility.app > Sound 取消勾选Enable audio ducking即可

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment