Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
479 views

How do I capture command-line text that is not sent to stdout?

I am using the LAME command line mp3 encoder in a project. I want to be able to see what version someone is using. if I just execute LAME.exe with no paramaters i get, for example: ...
4
votes
1answer
693 views

How to use LAME (lame_enc.dll) in my C# web site

I am trying to use the lame_enc.dll in my C# .NET website and I am stuck. I am working with: .NET Framework 3.5 / Visual Web Developer 2008 Express Edition / (Anything else you'd need to know?) The ...
4
votes
1answer
488 views

Configure LAME MP3 encoder in DirectShow application using IAudioEncoderProperties

I'm writting a .NET DirectShow application which captures audio stream from any capture device, encodes it in mp3 using the LAME directshow filter and finally writes the stream into a file. This is my ...
3
votes
1answer
387 views

How to decode mp3 into wav using lame in C/C++?

I learned how to encode wav into an mp3 using lame_encode_buffer_interleaved from this question: Is there any LAME c++ wraper\simplifier (working on Linux Mac and Win from pure code)? Now I want to ...
3
votes
4answers
2k views

Where to get pure C++ Lame MP3 encoder - PCM to MP3 example?

So all I need is a simple function that sets it up (eating incoming PCM RATE (for example: rate near to 44100) It's channels (for example: 2) and -bits (for example: 16) and desirable 128 kb\s rate) ...
3
votes
2answers
514 views

EXC_BAD_ACCESS when calling lame_encode_buffer

I'm using lame encoder to convert a wav to an mp3 in mac osx using objective-c and cocoa. I'm a complete novice when it comes to audio encoding and my C skills aren't great. Regardless I've stumbled ...
2
votes
0answers
65 views

Calling lame_enc.dll from Python using ctypes

Ive been trying to interface with the lame_enc.dll using Python ctypes, and encode wav to mp3. This problem was discussed in 2008 at ...
2
votes
1answer
221 views

A Commercial MP3 Encoder/Decoder to use with Sox/Audacity

In recent days i've been looking into a way to mix together MP3 files at the point of upload to a website, which is hosted on a linux machine. So far, thanks to the community, i've learned that using ...
2
votes
4answers
773 views

How to use lame.exe in my application?

I capture audio files in the wave format in my Microsoft Surface application. Now for file size reasons, I'd like to convert the wave file into a mp3 file. I read in the Internet that a good ...
2
votes
2answers
463 views

Converting MIDI byte array to MP3 byte array

Does someone know how to convert a MIDI file (average playback time of 30 seconds) which is represented in a byte array to an MP3 byte array? So, ideally I need to have a C# function which accepts a ...
2
votes
1answer
274 views

PHP Lame stream filter

I have a task to make an mp3 player embedded on a page that will play some voice messages stored in database. Some of messages are stored in WAV-format, so they must be converted to mp3. The ...
2
votes
4answers
1k views

Adding C++ DLL's to a C# project

I'm trying to use the lame_enc.dll file from LAME in a C# project, but adding the thing seems impossible. I keep getting an error that says that a reference could not be added and to please check if ...
1
vote
0answers
23 views

How to convert caf to mp3/amr?

Is there a way to convert the iphone record .caf files to .mp3 or amr files? Because the caf file need to upload, and server part can't use this format. I am not familiar with audio processing. Here ...
1
vote
2answers
128 views

Boost mp3 volume on iOS

I was looking for information on http://developer.apple.com/library/ios as well as on http://stackoverflow.com/, but could not find a simple and elegant solution. I will describe the key problems: it ...
1
vote
2answers
135 views

Write a simple python script to convert all .wav files in a specific folder to .mp3 using lame

I'd like to write a simple script to convert a few dozen .wav files I have in a folder to v0 mp3. It doesn't need to be complicated, just enough to do the job and help me learn a little bit of python ...
1
vote
1answer
626 views

Create a silent mp3 from the command line

I am trying to create a silent / empty mp3 of (x) seconds using the command line. Quite a simple task I thought! It seems lame is able to do somethign like this but I am unable to find anything that ...
1
vote
1answer
137 views

How do I manipulate the position of multiple sound objects client-side in Flash and then mix them together?

If you wanted to create a client-side Flash-based sound editor that lets you load more than 1 sound to an interface that allows you to manipulate the individual positions of the sounds, and mix/play ...
1
vote
2answers
548 views

Try to play MP3 audio file with NAudio

I'm following this tutorial to play MP3 audio files with NAudio. To create the WaveStream I use this method: private WaveStream CreateInputStream(string fileName) { WaveChannel32 ...
1
vote
4answers
91 views

Is it possible to install LAME on shared hosting?

I have a shared hosting account, is it possible to install LAME onto my account? I also don't have SSH access. I want to convery wav to mp3
1
vote
1answer
169 views

how to unicode commentting a mp3 using LAME encoder

I want to add some comments to my mp3s but my comments all are in non-latin characters like arabic. I have written a shell program to get the comments from user in windows but since LAME.exe is a ...
1
vote
0answers
663 views

Using LAME.DLL from C#, MSCORLIB exception?

Yes, I have Googled this and found absolutely nothing useful. I want to use LAME.DLL (NOT LAME.EXE) from C# to turn a WAV into an MP3. The two CodeProject examples (MP3compressor and Aumpel) that ...
1
vote
1answer
505 views

How to convert 24-bit wav to mp3 with Lame using C++

I am using the Lame library in a C++ application to encode wav files to mp3 files. It works ok for 16-bit wavs, but now I need to convert some 24-bit wavs and I cannot seem to find the way. In ...
1
vote
1answer
250 views

How to build mach-0 for different architectures?

I have some dylibs to load from python with ctypes. I can load libbass.dylib without problem, but I can't load the self-compiled libmp3lame.dylib. Here is the error I get. OSError: ...
1
vote
2answers
383 views

Determine MP3 bit depth in Python via Mutagen

Is there a way to determine an MP3 file's encoded bit depth (ie 8, 16, 24, 32) in Python using the Mutagen library?
1
vote
4answers
801 views

Running an exe in C# with commandline parameters, suppressing the dos window

Hi folks I am using lame for transcoding for one of my project. The issue is that when I call Lame from C#, a dos window pops out, Is there any way I can suppress this ? thank you Process ...
1
vote
1answer
3k views

Is there any LAME c++ wraper\simplifier (working on Linux Mac and Win from pure code)?

So I want to create simple pcm to mp3 C++ project. I want it to use LAME. I love LAME but It is realy biiig. so I need some kind of OpenSource working from pure code with pure lame code workflow ...
1
vote
2answers
287 views

How do you run a command line program (like lame or svn) with PHP?

Specifically, I need to automate the encoding of audio files into mp3 with LAME. You don't need to know LAME to answer this, I could be talking about svn or some other program.. I know how to use ...
0
votes
0answers
13 views

how to use lame encoder in flex/air

I want to use lame_enc.dll [ http://lame.sourceforge.net/ ] in my flex application for testing native process in AIR2. How can i communicate with dll in flex/air?
0
votes
1answer
39 views

How can I compile lame as static library(.a) for armv6 and armv7 of iPhone?

LAME(http://lame.sourceforge.net/) is a library written in c language. It can convert PCM sound files to MP3 files. I use it to convert sound files to MP3 files on iPhone. The source PCM sound files ...
0
votes
1answer
80 views

C, or C++ code for using LAME API to convert an M4A (MPEG-4 audio) to MP3

I'm using native LAME code for a part of my Android application. This code is supposed to take a string pointing to the input file (M4A) and a string to the output file (MP3). I found some code that ...
0
votes
0answers
41 views

how to record mp3 In Xcode(core audio) by Lame

I download the speakhere from (developer.apple.com), i want to encode the mp3 to file(By lame) record callback enter code here: static void HandleInputBuffer ( void ...
0
votes
0answers
53 views

encoding pcm samples to mp3 in real time android, possible?

I used LAME to encode wav to mp3 in android succesfuly. now i want to encode it in real time during the caputure of the pcm sample (meaning to pass the buffer insted of the file), is it possible using ...
0
votes
2answers
69 views

Extract Wavelength from MP3 as an Image

Are there any good libraries that can help convert an MP3 into an image of its wavelengths (I think that's the proper term). What I'm looking for is a way to generate the wavelengths of MP3s ...
0
votes
0answers
110 views

ipad Lame mp3 encoder tutorial

I am recording audio in .caf format. I want to convert this to mp3 format. I got the lame framework and included this in the xCode project. Now i want to know how to use this library. Please give step ...
0
votes
0answers
123 views

getting mp3 audio signal as array in java

I have been trying to get audio stream of mp3 as array of floating points. I have got the array with the below sample code. I am not sure whether I can use this array for applying FFT. Because this ...
0
votes
1answer
69 views

“Install” lame on linux server with only FTP access

I have a linux server which I have FTP access to. Is there anyway I can call something like: exec('lame dfe96adc63_o.mp3 -f -m m -b 16 --resample 8 dfe96adc63.mp3'); From a php script uploaded to ...
0
votes
1answer
111 views

How do I extract Xing/LAME frames using ffmpeg?

Using a program which already makes use of ffmpeg for audio processing, I would like to extract and parse Xing/LAME style mp3 frames. (unlike other mp3 metadata, xing/lame metadata is stored in dummy ...
0
votes
1answer
256 views

converting of wma to mp3 through ffmpeg is not working

I want to convert my wma file to mp3 by ffmpeg . why this error is coming what should i do ? i installed libmp3lame already . when i am trying to convert by following command gives error : ...
0
votes
1answer
119 views

`Fatal error` occurred when using LAME with stdout as outfile

If I understand the document correctly, LAME is suposed to write to stdout if the outfile argument is set to -. But when I tried this, lame --abr 64 --mp3input filename.mp3 - a fatal error ...
0
votes
1answer
165 views

How to read an MP3 file, separating metadata from audio?

I understand that the MP3 file format essentially consists of two segments, id3 metadata+audio frames. How can I read in binary form, all of the id3 segment and all of the audio frames as two binary ...
0
votes
1answer
234 views

redhat - compile ffmpeg - how to link with liblame/x264 when they're installed locally

I've managed to install ffmpeg, a basic build using ./configure --disable-debug --disable-network --disable-ffserver --disable-ffplay --prefix=/export/home/userid/bin/ffmpeg Now I've installed ...
0
votes
1answer
80 views

any ruby wrapper for lame encoders out there that has good documentation?

I have checked out http://rubyforge.org/projects/lame-encoder/ but the problem is it isn't documented(i don't even know how to use it) and it wrecks my gemfile because it requires rspec 0.5.0 which ...
0
votes
1answer
116 views

mplayer/mencoder fails encoding on a RHEL5 machine

I'm using an application called ClipShare to post videos. However, encoding seems to fail. Here's what I get from the logs: /usr/local/bin/mencoder /clipshare/video/39.wmv -o ...
0
votes
0answers
55 views

search for a text in mp3 file and delete to the end

I need to delete a bunch of extra data that follow the word "LAME" on an mp3 file. This is for a problem I have with an old soundcard that stops because doesn't recognize this extra data at the end of ...
0
votes
1answer
136 views

SOX LAME and php fire done signal?

Hi I am using SOX in the following manner with php: $thesong = 67; $theString = "1.wav 2.wav 2.wav 1.wav"; exec("./sox $theString $thesong.wav"); It seems to be be working very good, ...
0
votes
3answers
1k views

Converting a 32 bit wave form to a 16 bit wave form

I've been capturing audio using the loopback capture mode. The captured waveform is a 32 bit waveform. I'm struggling with converting this to a 16 bit waveform so encoders like lame can deal with it ...
0
votes
1answer
48 views

skipping the converting step

So i have a script in my php file that takes a .wav file and converts it to a .mp3 exec( "lame ".SOMELOCATION."/".$file.".wav ".LOCATION."/{$Sub}/".$file.".mp3 "); I now need to take the file from ...
0
votes
2answers
1k views

Deciphering Xuggle/ffmpeg errors (newbie)

I've recently started working with Xuggle to convert video files of various formats into corresponding FLVs (to be played on our site via jwplayer). The code I'm using is trivially simple; ...
0
votes
1answer
157 views

Compressing Voice with MP3

I'm looking to compress some lectures which are in MP3 format. Currently, they're each about 75MB and I'm looking to compress them a lot. Can anyone suggest some good encoding options for LAME to get ...
0
votes
1answer
666 views

Packaging LAME.exe with a C# project

Please forgive my noob-ness on this, but how do I package LAME.exe w/ a C# setup project? Currently, I have LAME being called like: //use stringbuilder to create arguments var psinfo = new ...

1 2