Skip to content

XPRAMT/audio-channel-mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

可以將輸入的任何聲道映射到輸出裝置的任何聲道
簡單的說就是可以用多個藍牙音響組家庭劇院
img

安裝:
python>=3.10

git clone https://github.com/XPRAMT/audio-channel-mapping.git
pip install -r requirements.txt

使用:
GUI.pyw

提示:
可以在config.json調整允許延遲(ms),系統會從設定值開始嘗試,直到不會卡頓

[["Settings"], [20], [1]]   # [允許延遲20ms],[自啟動音量同步 0 or 1]

如果需要在多個裝置間同步音量請參考:
https://github.com/XPRAMT/Device-Volume-Sync