diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-07-27 18:43:49 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-07-27 18:43:49 -0700 |
commit | 24725f9410e1169528fa35fe266036f5322367fa (patch) | |
tree | 84293939b12d892557cd20d487458566aecbbe35 /notes | |
parent | df4757a073eb44a4932f736ac57e69b56228b9a0 (diff) | |
download | jrayhawk-24725f9410e1169528fa35fe266036f5322367fa.tar.gz jrayhawk-24725f9410e1169528fa35fe266036f5322367fa.zip |
Notes: windows network audio: improve aplay latency by lowering buffer
Diffstat (limited to 'notes')
-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 |