Skip to content

Instantly share code, notes, and snippets.

@wangrongding
Forked from yimity/disable-low-volume
Last active October 17, 2022 16:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
禁用 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