Files
maudio-router/client.yaml
2024-02-13 13:09:28 +09:00

29 lines
629 B
YAML

routes:
input:
- name: "Mic from linux"
virtual_device: "mic"
device:
remote:
address: "192.168.30.1"
port: 5000
protocol: "udp"
buffer: 512
channels: 2
output:
- name: "Speaker"
input:
virtual_device: "mic"
device:
local:
name: "VoiceMeeter Input (VB-Audio VoiceMeeter VAIO)"
- name: "Forward to android"
input:
virtual_device: "mic"
device:
remote:
address: "192.168.2.254"
port: 5000
protocol: "udp"
buffer: 512
channels: 2