mirror of
https://github.com/mii443/maudio-router.git
synced 2025-08-22 16:05:35 +00:00
29 lines
629 B
YAML
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
|