summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2011-07-29 19:14:05 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2011-07-29 19:14:05 -0700
commit19a2df921a07b2a6271ff4d96c06af3daa20bc42 (patch)
treefb1742bb483fa279bdcba655590239248272a89b /notes
parent1aa8ee2dcec61a7584c1e80a6c82446aa91f1f60 (diff)
downloadjrayhawk-19a2df921a07b2a6271ff4d96c06af3daa20bc42.tar.gz
jrayhawk-19a2df921a07b2a6271ff4d96c06af3daa20bc42.zip
notes: windows network audio: whoops, put 3-hour problem under the wrong heading
Diffstat (limited to 'notes')
-rw-r--r--notes/windows_network_audio.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/notes/windows_network_audio.mdwn b/notes/windows_network_audio.mdwn
index 2805370..537e8e1 100644
--- a/notes/windows_network_audio.mdwn
+++ b/notes/windows_network_audio.mdwn
@@ -28,10 +28,6 @@ On the sending (Windows) host, run something to the effect of
## Getting a PCM UDP stream *into* a Windows virtual audio device:
-After three hours, static (from Windows) or silence (to Windows) arises instead
-of the PCM stream expected. I assume this is a two or four gigabyte addressing
-limit in 32-bit version of SoX. A 64-bit version needs testing.
-
If you want a separate (non-echoing) device for a microphone, make [VAC][1]
cable 2, then make it the default communications device in mmsys.cpl.
@@ -47,6 +43,10 @@ On the sending host, run something to the effect of
## Additional notes
+After three hours, static (from Windows) or silence (to Windows) arises instead
+of the PCM stream expected. I assume this is due to some addressing limit in
+32-bit SoX. A 64-bit version should probably be tested.
+
This was done on Windows 7. The core concepts should work fine on other
versions, though the details of making separate device defaults for playback
and recording will presumably be different.