NAudio.Lame 1.0.2

dotnet add package NAudio.Lame --version 1.0.2
                    
NuGet\Install-Package NAudio.Lame -Version 1.0.2
                    
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.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NAudio.Lame" Version="1.0.2" />
                    
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.2
                    
#r "nuget: NAudio.Lame, 1.0.2"
                    
#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.
#:package NAudio.Lame@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NAudio.Lame&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=NAudio.Lame&version=1.0.2
                    
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 net20 is compatible.  net35 was computed.  net40 was computed.  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.

GitHub repositories (9)

Showing the top 9 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
SamDel/ChromeCast-Desktop-Audio-Streamer
Stream the sound of your desktop to your Chromecast Audio device
qiuqiuqiu131/SukiChat.Client
AntonyCorbett/OnlyR
Simple Windows Audio Recorder
AntonyCorbett/OnlyT
Meeting Timer
kuma4649/mml2vgm
Version Downloads Last Updated
1.0.2 5,926 11/19/2013
1.0.1 62 11/10/2013
1.0.1-Experimental 55 11/8/2013
1.0.0 115 10/26/2013

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.