Questions tagged [lame]

LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL. The name LAME is a recursive acronym for "LAME Ain't an MP3 Encoder". Use this tag for questions on LAME encoder. Also add mp3 tag.

LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL. The name LAME is a recursive acronym for "LAME Ain't an MP3 Encoder". Use this tag for questions on LAME encoder. Also add tag.

More information at

  1. Lame project page - https://lame.sourceforge.io/
  2. Lame wikipedia page - https://en.wikipedia.org/wiki/LAME
275 questions
-1
votes
1 answer

Decode to raw and reencode to mp3

I have the following mp3 file http://peterspace.de/speek.wav now I call this script lame -b 128 --resample 44 speek.wav speek_resampled.mp3 lame --mp3input --resample 44 --decode -t speek_resampled.mp3 lame -r -s 44 speek_resampled.wav…
wutzebaer
  • 12,445
  • 18
  • 77
  • 144
-1
votes
1 answer

mp3 encoder parameters and settings

I tried to encode an mp3 sound in android device so I used lame encoder, it was successful but there are some settings and parameters for encoding like sample rate, bitrate and etc, I searched to find what they are and what choices is possible but I…
-2
votes
1 answer

Converting raw audio into mp3 with Lame

I'm uploading the file in Fire Storage as an Float32Array, but in order to play it, I have to have it converted either before storing it to firebase to mp3, wav or ogg or after i get the download url. I chose the 1 option, using Lame. let mp3Encoder…
codgrl
  • 11
  • 3
-2
votes
1 answer

How to generate mp3 audiobook out of text files in mac

I have a folder with text files, each text file being a chapter of a book I want to turn into a mp3 audiobook. How do I do this on Mac?
Miroslav Kuťák
  • 1,755
  • 1
  • 15
  • 24
-3
votes
2 answers

mp3 and wav files play choppy / too fast after ftp transfer

So I use lame to convert my files and they play fine on the machine. I used to scp them to another server and they would still play fine. I started doing ftp, but un0converted wav files and the converted mp3 both sound very choppy once I transfer…
muhzak
  • 52
  • 6
1 2 3
18
19