hi there,

i'm using Lame-enc DLL to encode a mono wave file (PCM
16bit 16kHz) into a mono mp3 file. everything seems to
be ok except that the last few seconds of the
generated mp3 file contains undesired parasite sound.
I use the same code given in the example and have the
flags OK (see below). is there any special treatment
when it comes to convert mono files?

I would very much appreciate some help 

my structure BE_CONFIG is defined as follows:

m_beConfig.format.LHV1.dwStructVersion = 1;
m_beConfig.format.LHV1.dwStructSize = sizeof
(m_beConfig);
m_beConfig.format.LHV1.nMode = BE_MP3_MODE_MONO;
m_beConfig.format.LHV1.dwSampleRate = 16000;
m_beConfig.format.LHV1.dwMaxBitrate = 64;
m_beConfig.format.LHV1.dwBitrate = 64;
m_beConfig.format.LHV1.dwReSampleRate = 0;
m_beConfig.format.LHV1.nPreset = LQP_CBR ;
m_beConfig.format.LHV1.dwMpegVersion = MPEG1;
m_beConfig.format.LHV1.dwPsyModel = 0;
m_beConfig.format.LHV1.dwEmphasis = 0;
m_beConfig.format.LHV1.bCopyright = TRUE;
m_beConfig.format.LHV1.bOriginal = TRUE;
m_beConfig.format.LHV1.bWriteVBRHeader = TRUE;



                
__________________________________ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs
_______________________________________________
mp3encoder mailing list
[email protected]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to