Questions tagged [lamemp3]

LAME is a recursive acronym for "LAME Ain't an MP3 Encoder"

LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL.

17 questions
0
votes
1 answer

LAME -- decoding and encoding audio file

I used lame for decoding from mp3 file to raw pcm file or encoding into mp3 from from raw pcm. The question is When I use one test.0.pcm file, doing encoding and decoding over and over again(generating 0.mp3, 1.mp3,2.mp3, ... and test.1.pcm,…
Feng
  • 67
  • 1
  • 9
0
votes
1 answer

Estimate mp3 compression factor (NAudio.Lame)

I need a way to perform estimate of the future size of the file on the basis of the following parameters: bit per sample channels count sample rate samples count mp3 quality (LAMEPreset) I use NAudio.Lame package. C#, .Net int…
bobah75
  • 3,500
  • 1
  • 16
  • 25
1
2