I'm very sorry, but I don't understand what you mean. I have a program made by somebody else (I don't have the source code). I use that program to convert MYSOUND.WAV to MYSOUND.MP3 and the conversion is perfect.
I code my own program USING EXACTLY THE SAME LAME DLL and the MP3 file has the scratch at the beginning. I don't know what am I doing wrong. Best regards. Pablo Frank www.tecnocanal.com -----Mensaje original----- De: Takehiro Tominaga [mailto:[EMAIL PROTECTED] Enviado el: Sabado 9 de Agosto de 2003 07:16 AM Para: [EMAIL PROTECTED]; [EMAIL PROTECTED] Asunto: Re: [mp3encoder] Scratch noise at beginning of the MP3 file From: "PGFrank - Tecnocanal" <[EMAIL PROTECTED]> Subject: [mp3encoder] Scratch noise at beginning of the MP3 file Date: Sat, 9 Aug 2003 01:42:48 -0300 > I am working with Delphi using the LAME_ENC.DLL version 3.93.1. Everything > is right, except that I get a scratch noise at the beginning of the MP3 > file. > > Can anybody help me to solve this problem? check you do not treat the header (RIFF-wav file header) as sound data and encode it into mp3. -- Takehiro TOMINAGA // may the source be with you! _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
