From fcd21c7b86fa4f48db3b8273465861bfa73a2d1f Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Tue, 12 Jan 2010 18:58:31 +0000 Subject: 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 --- net/udpsend~.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/udpsend~.h') 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 */ -- cgit v1.2.1