[mp3encoder] Re: LAME and CRC

2003-06-03 Thread Alexander Leidinger
On Mon, 02 Jun 2003 13:09:48 -0700 Greg Hazel [EMAIL PROTECTED] wrote: Sorry to bother you, but I wasn't sure who else to contact. Try the MP3 Encoder list (CCed). I've been trying, but don't really understand enough to rip out the right pieces of LAME for this task: Take an MP3 file with

Re: [mp3encoder] Re: LAME and CRC

2003-06-03 Thread Gabriel Bouvigne
Alexander Leidinger wrote: I've been trying, but don't really understand enough to rip out the right pieces of LAME for this task: Take an MP3 file with CRC turned on, but incorrect checksum information and either disable CRC or recompute the checksums correctly, and make the changes without

[mp3encoder] concatenate self provided mp3 files

2003-06-03 Thread John Lin
Dear all, I am writing a program to handle segments of voices. At last, it concatenates voice segments into a whole mp3 file. The logic of my currently working version is like: wavmerge 1.wav 2.wav 3.wav 4.wav -o output.wav lame --alt-preset 56k output.wav output.mp3 However, because

Re: [mp3encoder] concatenate self provided mp3 files

2003-06-03 Thread Alexander Leidinger
On Tue, 3 Jun 2003 15:44:17 +0800 John Lin [EMAIL PROTECTED] wrote: The logic of my currently working version is like: wavmerge 1.wav 2.wav 3.wav 4.wav -o output.wav lame --alt-preset 56k output.wav output.mp3 However, because output.wav is huge, it takes up too much disk space as well