audiorouter 0.2.0

Cross-platform command-line audio router with a terminal UI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[devices]]
name = "mic"
device = "MacBook Airのマイク"

[[devices]]
name = "out"
device = "BlackHole 2ch"
limiter = true

[[routes]]
from = "mic"
to = "out"
from_channels = [1, 1]
to_channels   = [1, 2]
gain_db = -2.0