aboutsummaryrefslogtreecommitdiff
path: root/net/udpsend~.h
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2010-01-12 18:58:31 +0000
committerMartin Peach <mrpeach@users.sourceforge.net>2010-01-12 18:58:31 +0000
commitfcd21c7b86fa4f48db3b8273465861bfa73a2d1f (patch)
tree97600d6072c46c33013e447788e9a6a13fbe4d9d /net/udpsend~.h
parentb7e8b9bc0bf7964833ddf0bc1513600df41f170c (diff)
Block size is settable by creation argument. Buffer size message is specified in frames. Info message gives some more info. Channels
transmitted can be set to zero. Cleaned up help patch. svn path=/trunk/externals/mrpeach/; revision=12968
Diffstat (limited to 'net/udpsend~.h')
-rw-r--r--net/udpsend~.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/udpsend~.h b/net/udpsend~.h
index 6894e49..6a3fdd7 100644
--- a/net/udpsend~.h
+++ b/net/udpsend~.h
@@ -37,7 +37,7 @@
#define VERSION "0.1"
#define DEFAULT_AUDIO_CHANNELS 32 /* nax. number of audio channels we support */
-#define DEFAULT_AUDIO_BUFFER_SIZE 1024 /* number of samples in one audio block */
+#define DEFAULT_AUDIO_BUFFER_SIZE 2048 /*1024*/ /* number of samples in one audio block */
#define DEFAULT_UDP_PACKT_SIZE 8192 /* number of bytes we send in one UDP datagram (OS X only) */
#define DEFAULT_PORT 8000 /* default network port number */