dslinux/user/madplay config.h player.c

amadeus dslinux_amadeus at user.in-berlin.de
Wed Aug 30 14:04:26 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/madplay
In directory antilope:/tmp/cvs-serv4443/user/madplay

Modified Files:
	config.h player.c 
Log Message:
A little tuning...

Index: config.h
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/madplay/config.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- config.h	16 May 2006 20:41:52 -0000	1.2
+++ config.h	30 Aug 2006 12:04:23 -0000	1.3
@@ -156,10 +156,10 @@
 #define HAVE_MEMPCPY	1
 
 /* Define to 1 if you have a working `mmap' system call. */
-#define HAVE_MMAP	1
+#undef HAVE_MMAP
 
 /* Define to 1 if you have the `munmap' function. */
-#define HAVE_MUNMAP	1
+#undef HAVE_MUNMAP
 
 /* Define to 1 if you have the <nl_types.h> header file. */
 #undef HAVE_NL_TYPES_H

Index: player.c
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/madplay/player.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- player.c	13 May 2006 17:42:50 -0000	1.1
+++ player.c	30 Aug 2006 12:04:23 -0000	1.2
@@ -87,7 +87,7 @@
 # include "tag.h"
 # include "rgain.h"
 
-# define MPEG_BUFSZ	40000	/* 2.5 s at 128 kbps; 1 s at 320 kbps */
+# define MPEG_BUFSZ	65536	/* 4 s at 128 kbps; 1.6 s at 320 kbps */
 # define FREQ_TOLERANCE	2	/* percent sampling frequency tolerance */
 
 # define TTY_DEVICE	"/dev/tty"




More information about the dslinux-commit mailing list