NAudio.Lame 1.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package NAudio.Lame --version 1.0.8
                    
NuGet\Install-Package NAudio.Lame -Version 1.0.8
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NAudio.Lame" Version="1.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NAudio.Lame" Version="1.0.8" />
                    
Directory.Packages.props
<PackageReference Include="NAudio.Lame" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NAudio.Lame --version 1.0.8
                    
#r "nuget: NAudio.Lame, 1.0.8"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=NAudio.Lame&version=1.0.8
                    
Install as a Cake Addin
#tool nuget:?package=NAudio.Lame&version=1.0.8
                    
Install as a Cake Tool

Uses libmp3lame.dll from the Lame project to provide MP3 encoding support to NAudio.  Both 64-bit and 32-bit versions of libmp3lame.dll are provided, with platform detection to determine which to use.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (16)

Showing the top 5 NuGet packages that depend on NAudio.Lame:

Package Downloads
NWaveform.WPF

WPF support for NWaveform

Milki.Extensions.MixPlayer

This library is for timelined sound effects playing.

Pigi.Captcha

Easy to use Audio Captcha for Asp.net MVC Core

Argus.Audio.NAudio

NAudio utilities including a LoopbackRecorder to allow for easy recording of what is coming through your soundcard.

WolvenKit.Modkit

Modding tools for Cyberpunk 2077.

GitHub repositories (10)

Showing the top 10 popular GitHub repositories that depend on NAudio.Lame:

Repository Stars
jwallet/spy-spotify
🎤 Records Spotify to mp3 without ads and adds media tags to the files 🎵
cedrozor/myrtille
A native HTML4 / HTML5 Remote Desktop Protocol and SSH client
WolvenKit/WolvenKit
Community Mod editor/creator for REDengine games.
StreamWhatYouHear/SWYH
Stream the sound from your PC to an UPnP/DLNA device
ciribob/DCS-SimpleRadioStandalone
An open source Stand alone Radio for DCS integrating with all clickable cockpits and FC3 Aircraft
SamDel/ChromeCast-Desktop-Audio-Streamer
Stream the sound of your desktop to your Chromecast Audio device
qiuqiuqiu131/SukiChat.Client
AntonyCorbett/OnlyT
Meeting Timer
AntonyCorbett/OnlyR
Simple Windows Audio Recorder
kuma4649/mml2vgm
Version Downloads Last Updated
2.1.0 282,000 5/30/2023
2.0.1 148,414 1/17/2022
2.0.0 67,168 2/10/2021
1.1.6 66,469 9/6/2020
1.1.5 17,131 7/28/2020
1.1.4 2,743 7/22/2020
1.1.3 14,710 7/14/2020
1.1.2 7,362 5/25/2020
1.1.1 7,863 4/6/2020
1.1.0 60,297 12/25/2019
1.1.0-pre3 1,451 12/12/2019
1.1.0-pre2 1,363 12/8/2019
1.1.0-pre1 3,351 6/28/2019
1.0.9 100,857 1/29/2019
1.0.8 3,502 1/27/2019
1.0.7 109,761 11/23/2017
1.0.6 27,409 8/31/2017
1.0.5 25,315 7/31/2017

v1.0.8 Added support for Unicode text in ID3TagData.UserDefinedTags.

v1.0.7 Now writes VBR header at end of encoding if output stream supports updating.

v1.0.6 Now writes VBR header at end of encoding if output stream supports updating.

v1.0.5 Fixed misspelled DLL entry point, some minor rearranging and fixes.

v1.0.4 Added progress event to encoder, new class to access DLL entry points that do not need an encoder context.

v1.0.3 Added basic ID3 tag support, check the project page for more information.

v1.0.2 Fixed problem with static initializer not being called in some configurations when run outside of the debugger.

v1.0.1 Added platform detection to allow both 32-bit and 64-bit execution from one package.