diff options
-rw-r--r-- | notes/windows_network_audio.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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 |