summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2011-07-27 18:28:21 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2011-07-27 18:28:21 -0700
commit639e40e039fea68edc2d08577b17d2104ad5942c (patch)
tree07cc0559beda71c41c18dd8ecb59dee1e1fc3f57 /notes
parentff3b60e901a1cda804900b14c4fb9741377ed42a (diff)
downloadjrayhawk-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.mdwn2
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