1llum1n4t1s.NAudio.Extras 4.0.6

dotnet add package 1llum1n4t1s.NAudio.Extras --version 4.0.6
                    
NuGet\Install-Package 1llum1n4t1s.NAudio.Extras -Version 4.0.6
                    
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="1llum1n4t1s.NAudio.Extras" Version="4.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="1llum1n4t1s.NAudio.Extras" Version="4.0.6" />
                    
Directory.Packages.props
<PackageReference Include="1llum1n4t1s.NAudio.Extras" />
                    
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 1llum1n4t1s.NAudio.Extras --version 4.0.6
                    
#r "nuget: 1llum1n4t1s.NAudio.Extras, 4.0.6"
                    
#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 1llum1n4t1s.NAudio.Extras@4.0.6
                    
#: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=1llum1n4t1s.NAudio.Extras&version=4.0.6
                    
Install as a Cake Addin
#tool nuget:?package=1llum1n4t1s.NAudio.Extras&version=4.0.6
                    
Install as a Cake Tool

NAudio.Extras

Nuget

Extra, opinionated helpers built on top of NAudio. Targets net10.0, net10.0-windows, and net10.0-windows10.0.19041.0.

What's included

Utilities that don't belong in the core library but are still useful across projects — for example playlist helpers, ID3 tag readers, Equalizer sample providers, and other community-contributed extras.

When to use it

Install NAudio.Extras when you want these convenience helpers in addition to the main NAudio APIs. It depends on both NAudio and (on Windows) NAudio.Wasapi, so it pulls in the full playback/capture stack.

This package is not required for typical NAudio usage — start with the main NAudio package and add NAudio.Extras only if you need one of the helpers it contains.

See the NAudio documentation site for tutorials and the full API reference, or the GitHub repository for source and documentation.

License

MIT.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed.  net10.0-windows7.0 is compatible.  net10.0-windows10.0.19041 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.6 51 9/19/2026
4.0.5 51 9/17/2026
4.0.4 81 9/11/2026
4.0.3 108 8/29/2026
4.0.2 96 8/27/2026
4.0.1 103 8/26/2026
4.0.0 109 8/25/2026

### Changed

- NuGet パッケージに同梱する SBOM の生成基盤を最新の安定版へ更新しました。