Thanks for the suggestion. I am trying to install sox on a SUN box running Solaris 8 with gcc. I got the following error. Help!
gcc -g -O2 -Wall -DSUNAUDIO_PLAYER -DWORDS_BIGENDIAN=1 -DHAVE_LIBM=1 -DHAVE_UNISTD_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT=1 -DHAVE_STRERROR=1 -DHAVE_MEMMOVE=1 -DHAVE_RAND=1 -DHAVE_SYS_AUDIOIO_H=1 -I. -c -o au.o au.c au.c: In function `auwriteheader': au.c:401: warning: implicit declaration of function `strlen' /usr/ccs/bin/as: "/var/tmp/cc6rWfHD.s", line 353: error: unknown opcode ".subsection" /usr/ccs/bin/as: "/var/tmp/cc6rWfHD.s", line 353: error: statement syntax /usr/ccs/bin/as: "/var/tmp/cc6rWfHD.s", line 383: error: unknown opcode ".previous" /usr/ccs/bin/as: "/var/tmp/cc6rWfHD.s", line 383: error: statement syntax make: *** [au.o] Error 1 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Haas Wernfried Sent: Friday, June 28, 2002 4:56 AM To: [EMAIL PROTECTED] Subject: Re: [MP3 ENCODER] 8-bit sample-size is not supported On Fri, Jun 28, 2002 at 03:05:21PM +1000, Erik de Castro Lopo wrote: > > I am trying to convert wav files into mp3 with LAME. I got > > this error: 8-bit sample-size is not supported! > When someone does the mods to LAME so that LAME can use the new version of > libsndfile your problem will be addressed. > until then you could convert the file to 16 bit. there's quite a lot of software that can do that and i guess that sox is quite surely installed on your system. try "sox file.wav -w file2.wav" regards wernfried -- -> Wernfried Haas - [EMAIL PROTECTED] / [EMAIL PROTECTED] -> Homepage: http://xover.mud.at/~amnenion -> Beutelland: http://bl.mud.at _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
