tags:

views:

249

answers:

1

I'm writing a program that converts wavs to mp3s, so far, by using lame. It's generating a command line more or less like this:

"c:\Program Files (x86)\Lame for Audacity\lame.exe" --preset fast medium in.wav out.mp3

The problem I'm having is that no VBR or Xing headers are written to the MP3. How can I make lame.exe write those headers? Should I use another program to write those headers (platform is Windows, .Net 3.5)? Should I use another program for MP3 encoding?

A: 

Which version of LAME you are using?

fn
I am using the latest version as downloaded from lame.buanzo.com.ar
J. Pablo Fernández
Please try with this one www.rarewares.org/mp3-lame-bundle.php
fn