This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
SOURCE_ https://github.com/wiiaboo/mpv-scripts/blob/master/audio-balance.lua | |
COMMIT_ 20220811 03cfc0e39682a73d9d24a6e01a3c02716a019d1d | |
声道平衡 | |
立体声使用的是仅削弱单边的逻辑,但多声道仍沿用了原设计(存在问题)中的混合思路 | |
示例在 input.conf 中写入 : | |
Ctrl+A script-binding audio_balance/bal2l # 平衡偏左(步进1%,按住可持续触发) |
OlderNewer