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
281 questions
0
votes
1 answer

Setting up a TTS server on a Mac with PHP and Python

I'm trying to set up a text-to-speech server on my Mac (Mavericks) using PHP and Python. When I execute the Python script via the terminal, it works fine. However, when I execute it through my browser via PHP, the TTS audio file is generated, but…
praine
  • 405
  • 1
  • 3
  • 14
0
votes
2 answers

Convert big mp3 files to wav timing issue

I am working with some large mp3 sound files. Ranging from a few hours to 15+ hours. I need to convert these mp3 files into wav. Due to the size of the files it is not possible to load a whole file and then convert it. My solution so far is using…
Mr. JWolf
  • 1,375
  • 2
  • 14
  • 33
0
votes
1 answer

LAME: what settings for variable bit rate below 64ktbs?

CURRENT SETTINGS: According to online blogs and testing, use 32ktbs is "fair" for my use: lame -b 32 --resample 22.050 input.mp3 output.mp3 LAME VBR: Since size is really an issue, I wish to push further with a Variable Bit Rate solution around…
Hugolpz
  • 17,296
  • 26
  • 100
  • 187
0
votes
2 answers

MP3 Resampling in Linux

Tonight I am working on my music collection. I would like to resample a large selection of my MP3's to 192Kb/s for my Zune. I know the obvious way to do this is a recursive function using lame to encode MP3 at 192 - but lame doesn't maintain the ID3…
sharon
  • 183
  • 2
  • 2
  • 6
0
votes
1 answer

How to install ffmpeg, ffmpeg-PHP, Mplayer, Mencoder, LAME MP3 encoder for Winxp. php version 5.3.0

I am newbie in php.Can any body tell me how i install ffmpeg, ffmpeg-PHP, Mplayer, Mencoder in Windows XP and php version should be 5.3.0 or Wamp server release July 11 2009/Xamp Server release 2009/12/23. I make search on google and i find tutorial…
user295239
  • 369
  • 1
  • 3
  • 4
0
votes
1 answer

Determining the quality of mp3 audio streams

I have built a source client using Portaudio and LAME which streams the microphone input to an Icecast server to be listened to online via the HTML5 tag. I have managed to (supposedly) get the quality of the stream to MP3 320kbps at 44.1kHz and am…
IyadAssaf
  • 308
  • 5
  • 9
0
votes
2 answers

Encoding 32bit AudioUnitCanonical stereo PCM samples to mp3 with lame

I'm directly converting 32bit stereo samples from a digital line in on iOS devices using Mickey Blue microphone addon to mp3 with lame. The problem is lame only seems to accept 16bit samples. Trying to directly convert the samples just leaves me…
Dirk de Boer
  • 365
  • 1
  • 3
  • 15
0
votes
1 answer

java.lang.UnsatisfiedLinkError: Native method not found Android

I want to use LAME project in my application, I have found one example project which uses LAME project in it, now the lame project is working fine in example project. I want to use same LAME project in my project for that I have copied all required…
DCoder
  • 3,486
  • 7
  • 36
  • 68
0
votes
0 answers

Converting audio input to MP3 (via lame) and streaming to Icecast server - Icecast source client

I have been trying to stream from my icecast2 server from the microphone (or any other audio input) from my laptop. Icecast communication: Using the information gleamed from this thread I am able to connect to my server create and mountpoint and…
IyadAssaf
  • 308
  • 5
  • 9
0
votes
1 answer

Adding and including LAME static libraries to xcode 5

I need convert M4A files to MP3 and i guess this link is the answer : ios - convert .m4a to .mp3 file programmatically. I was searching , how use LAME on iOS? and i find this : https://gist.github.com/Superbil/7689556. Once i execute, …
Gonzalo Bahamondez
  • 1,371
  • 1
  • 16
  • 37
0
votes
1 answer

How can a library be both static and shared?

What does it mean for a library to be both static and shared? From what I've read, those two are mutually exclusive. People tend to define one as the opposite of the other. But reading the configure options for LAME, I see this. $ ./configure…
Elliott B
  • 980
  • 9
  • 32
0
votes
1 answer

if i want to play mp3's what is the difference between lame and MCI(VFW32)?

basic question , i need to play mp3's in my application in windows when goggling i got allot of tutorials about VFW32.lib to play mp3's and i know lame , what is the best option for playing mp3's in c++?
user63898
  • 29,839
  • 85
  • 272
  • 514
0
votes
2 answers

execute lame with NSTask but No Output

I'm new to Objective-C. Currently I'm trying to execute lame with NSTask. The following code seems to be working because Xcode's output space shows me lame's standardoutput i.e. shows same as lame's output on Terminal. But I can't get any output…
xanadu6291
  • 931
  • 10
  • 20
0
votes
1 answer

using Lame dll in Unity3d

I am trying to use LAME in Unity3d on OS X with Mono c#. I dragged the Lame_enc.dll in but when the wrapper tries to find it, it doesn't and i get DllNotFoundException: Lame_enc.dll Yeti.MMedia.Mp3.Mp3Writer..ctor (System.IO.Stream Output,…
Alex
  • 10,869
  • 28
  • 93
  • 165
0
votes
1 answer

Is it possible to download patented codecs like MP3 on the fly in iOS?

MP3 encoding is burdened by patents and requires licensing. Actually, it is disputed if a license is required. However, if you do not license your MP3 encoding software, you risk a lawsuit which can be costly, even if you win it. Many desktop…
Daniel S.
  • 6,458
  • 4
  • 35
  • 78