MonoSound 1.8.0.2

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

MonoSound

NuGet download count

A library for MonoGame projects which provides an alternative to SoundEffect instance creation, among other useful features.
Supported MonoGame builds: DesktopGL, Android
Other builds may be supported, but are currently untested.

The sound filter code was ported directly from the C++ sound filter library, SoLoud.

The GitHub repository for SoLoud can be found here. The documentation for SoLoud can be found here.

The LICENSE.txt file included in this repository was taken from the MonoGame Github repository due to the following files containing code directly from said repository:

  • Decompressor.cs
  • Lz4StreamDecoder.cs
  • LzxStreamDecoder.cs
  • ReflectionHelpers.cs

The LzxDecoder.cs file also contains certain licenses.

INFORMATION

MonoSound is able to natively process WAVE data from the following formats:

  • .wav: WAV audio
  • .xnb: Compiled MonoGame SoundEffect files
  • .xwb: XACT Wave Banks
  • .ogg: OGG Vorbis audio
  • .mp3: MPEG Audio Layer III audio
  • .pcm: Raw PCM audio

Custom audio formats can also be manually registered.

Make sure to check out the wiki at https://github.com/absoluteAquarian/MonoSound/wiki

SUPPORT

Want to help support the development of my projects? Subscribe to the absoluteAquarian Patreon.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
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
1.8.0.2 476 3/24/2025
1.8.0.1 76 1/15/2025
1.8.0 126 12/9/2024
1.7.1.1 323 12/31/2023
1.7.1 144 12/30/2023
1.7.0 285 10/31/2023
1.6.2 633 1/18/2023
1.6.1 374 11/14/2022
1.6.0.2 370 11/14/2022
1.6.0.1 383 11/14/2022
1.6.0 377 11/14/2022
1.5.2 488 5/27/2022
1.5.1 539 2/19/2022
1.5.0 510 1/31/2022
1.4.0.1 491 1/21/2022
1.4.0 502 1/21/2022

Version 1.8.0.2 includes a bug fix for exceptions thrown when disposing stream instances.
Check CHANGELOG.md for the full list of changes.