From 24725f9410e1169528fa35fe266036f5322367fa Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Wed, 27 Jul 2011 18:43:49 -0700 Subject: Notes: windows network audio: improve aplay latency by lowering buffer --- notes/windows_network_audio.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notes') diff --git a/notes/windows_network_audio.mdwn b/notes/windows_network_audio.mdwn index ba34cf4..c70f5c6 100644 --- a/notes/windows_network_audio.mdwn +++ b/notes/windows_network_audio.mdwn @@ -14,7 +14,7 @@ In [VAC][1], make cable 1, then make it the default audio device in mmsys.cpl. On the receiving host, run something to the effect of - nc -n -u -vvv -l -p $receiveport | aplay + nc -n -u -vvv -l -p $receiveport | aplay --buffer-size=1024 Though obviously we're not too picky. Anything that can understand a wave header will do. aplay is simplest in my case. Normal Linux desktop or N900 -- cgit v1.2.3