From 639e40e039fea68edc2d08577b17d2104ad5942c Mon Sep 17 00:00:00 2001
From: Joe Rayhawk <jrayhawk@omgwallhack.org>
Date: Wed, 27 Jul 2011 18:28:21 -0700
Subject: Notes: Windows network audio: making host and port specifications
 consistent

---
 notes/windows_network_audio.mdwn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
 
 
-- 
cgit v1.2.3