NAudio.Lame
1.1.4
See the version list below for details.
dotnet add package NAudio.Lame --version 1.1.4
NuGet\Install-Package NAudio.Lame -Version 1.1.4
<PackageReference Include="NAudio.Lame" Version="1.1.4" />
paket add NAudio.Lame --version 1.1.4
#r "nuget: NAudio.Lame, 1.1.4"
// Install NAudio.Lame as a Cake Addin #addin nuget:?package=NAudio.Lame&version=1.1.4 // Install NAudio.Lame as a Cake Tool #tool nuget:?package=NAudio.Lame&version=1.1.4
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- NAudio (>= 1.10.0)
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. |
|
SynthesizerAudio
Synthesize text to speech audio in a web app - this is a utility to synthesize text to an audio format WAV/MP3/OGG |
GitHub repositories (8)
Showing the top 5 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
|
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 137,954 | 5/30/2023 |
2.0.1 | 132,367 | 1/17/2022 |
2.0.0 | 64,846 | 2/10/2021 |
1.1.6 | 61,218 | 9/6/2020 |
1.1.5 | 15,537 | 7/28/2020 |
1.1.4 | 2,604 | 7/22/2020 |
1.1.3 | 14,451 | 7/14/2020 |
1.1.2 | 7,183 | 5/25/2020 |
1.1.1 | 6,658 | 4/6/2020 |
1.1.0 | 50,103 | 12/25/2019 |
1.1.0-pre3 | 1,347 | 12/12/2019 |
1.1.0-pre2 | 1,273 | 12/8/2019 |
1.1.0-pre1 | 3,257 | 6/28/2019 |
1.0.9 | 90,208 | 1/29/2019 |
1.0.8 | 3,059 | 1/27/2019 |
1.0.7 | 106,123 | 11/23/2017 |
1.0.6 | 25,874 | 8/31/2017 |
1.0.5 | 23,190 | 7/31/2017 |
v1.1.4 Fixed VBR presets and added VBR mode to configuration.
v1.1.3 Added a new NativeDLL loader method that can be called with search paths.
v1.1.2 Fixed some issues with sample rate, configuration, short ID3 tags, etc. Refer to project page for full information.
v1.1.1 Updated all projects to NAudio v1.10.0, added LameConfig, reorganised writer construction, updated .NET Core tests to dotnet 3.1.
v1.1.0 Changed all projects to .NET STandard 2.0, rebuilt testing using .NET Core, fixed loader initialization problems.
v1.0.9 Fixed Unicode bug, added Unicode comments, added unit tests.
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.