diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-07-27 18:28:21 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-07-27 18:28:21 -0700 |
commit | 639e40e039fea68edc2d08577b17d2104ad5942c (patch) | |
tree | 07cc0559beda71c41c18dd8ecb59dee1e1fc3f57 /notes | |
parent | ff3b60e901a1cda804900b14c4fb9741377ed42a (diff) | |
download | jrayhawk-639e40e039fea68edc2d08577b17d2104ad5942c.tar.gz jrayhawk-639e40e039fea68edc2d08577b17d2104ad5942c.zip |
Notes: Windows network audio: making host and port specifications consistent
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 936d2aa..331bded 100644 --- a/notes/windows_network_audio.mdwn +++ b/notes/windows_network_audio.mdwn @@ -37,7 +37,7 @@ On the receiving (Windows) host, run something to the effect of On the sending host, run something to the effect of - arecord --buffer-size=2048 --verbose -f cd - | nc -u 192.168.0.103 8001 + arecord --buffer-size=2048 --verbose -f cd - | nc -u $sendhost $sendport |