Absolutely. As part of my own experimentation since buying an EtherREGEN in 2019, I implemented the Diretta protocol (which quiets net activity) to good effect (2023) -but didn’t understand how much of a difference this $100 software could make until I separated Host from Target, and directly connected them with no other traffic, control signals or error correction.
There is a discussion about how to do this over at AS:
https://audiophilestyle.com/forums/...r-roon-endpoint-with-diretta-on-raspberry-pi/
That’s a great point — reducing unnecessary traffic is really what this is about. With Diretta you remove host–target chatter, and with VLANs + a narrow subnet you reduce broadcast traffic from all the other devices (phones, TVs, etc.).
While many of us already isolate our audio gear physically with dedicated switches, cables and power there’s another layer of refinement: VLANs with a narrow subnet. In a conventional network (/24) up to 254 devices communicate on the same subnet, creating broadcast traffic that can interfere with audio. Using a
small subnet (/28) limits the number of devices to 16, keeping the lane quiet and reducing network chatter, which can improve timing, clarity and overall SQ.
Fewer addresses = fewer broadcasts = less "noise." Marcin, founder of XACT, has encouraged this approach for his N1 switch (
here), and in my understanding, Taiko Audio has probably been using VLANs in their Extreme router–switch setup since implementing their network.
For example, in an audio VLAN with a /28 subnet (28 bits for the network, 4 bits left for hosts), you have a maximum of 16 addresses (14 usable for devices). You could distribute them like this:
- Streamer → 192.168.10.2
- Switch → 192.168.10.3
- DAC → 192.168.10.4
- Controller / Tablet → 192.168.10.5
Other home and video devices remain on separate VLANs with their own subnets. This keeps audio traffic on a quiet lane, letting your setup perform at its best.
Note: you might need a little help and a (non-audiophile) router preferably with a good PSU that allows VLANs and custom subnetting.