Top "Lame" questions

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

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 …

c# c++ visual-studio-2010 lame
Is there any LAME C++ wrapper\simplifier (working on Linux Mac and Win from pure code)?

I want to create simple pcm to mp3 C++ project. I want it to use LAME. I love LAME but …

c++ c cross-platform wrapper lame
Is Media Foundation supported on Windows 2012 64 bit server?

Is Media Foundation supported on Windows 2012 64 bit server? We can not have Windows 7 or Windows 8 as the server and that's …

c#-4.0 naudio lame
Create a silent mp3 from the command line

I am trying to create a silent / empty mp3 file of (x) seconds using the command line. Quite a simple …

windows command-line ffmpeg mp3 lame
How do can I use LAME to encode an wav to an mp3 c#

I am currently using NAudio to capture the sound and it only creates a wav file. I am looking for …

c# naudio lame
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 …

.net audio mp3 wav lame
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 …

c++ mp3 lame
sox for converting flac file to 320 bit mp3

I have installed sox with support for both mp3 and flac. The below command also successfully converts flac to mp3 …

sox lame bitrate
iOS Swift - Merge and convert .wav files to .mp3

I want to merge two or more .wav files to one and then convert it to .mp3 and this I …

ios swift audio mp3 lame
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 …

c++ c lame