Re: Codex of input wav files
"Kornsteiner, Birgit" <[email protected]>
| Newsgroups | gmane.comp.audio.mp3.encoders |
|---|---|
| Message-ID | <E56C115075F2104BB751B6AB1C238987FC64B8@nets13ga.ww300.siemens.net> |
Hi all, I am currently developing a feature which encodes wav files to mp3 files by lame_enc.dll. After my first tests I found out that I get only good results when I am using wav files which uses PCM codex. Is this correct that only PCM works good or are my settings wrong. I set following parameters: * SampleRate = 8000 Hz - as input wav files have * ReSampleRate = 0 * Mode = mono - as input wav files have * Bitrate = 32 - same bitrate as the input wav files * EnableVBR = true All other parameters are not configured by my class. Thanks in advance for helping me. Best regards Birgit