Microsoft.XAudio2.Redist 1.2.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.6 or higher.

dotnet add package Microsoft.XAudio2.Redist --version 1.2.6
NuGet\Install-Package Microsoft.XAudio2.Redist -Version 1.2.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="Microsoft.XAudio2.Redist" Version="1.2.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.XAudio2.Redist --version 1.2.6
#r "nuget: Microsoft.XAudio2.Redist, 1.2.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.
// Install Microsoft.XAudio2.Redist as a Cake Addin
#addin nuget:?package=Microsoft.XAudio2.Redist&version=1.2.6

// Install Microsoft.XAudio2.Redist as a Cake Tool
#tool nuget:?package=Microsoft.XAudio2.Redist&version=1.2.6

Documentation

Please refer to the on-line developer guide for information about how to use this NuGet package.

Notices

All content and source code for this package are subject to the terms of the LICENSE.txt file. You are given permission to redistribute the following binary files 'application local' unmodified with your application:

build\native\release\bin\x64\xaudio2_9redist.dll
build\native\release\bin\x86\xaudio2_9redist.dll

Debug versions of the above libraries can be used for testing, but should not be shipped with your product:

build\native\debug\bin\x64\xaudio2_9redist.dll
build\native\debug\bin\x86\xaudio2_9redist.dll

Version history

Version 1.2.6

  • Updated Microsoft.XAudio2.Redist.targets to work with arbitrary Config names and to work with GDK.

Version 1.2.5

  • Add casts to header files to eliminate new VS2019 compiler warnings.

Version 1.2.4

  • Add unique version number to the DLL to make it easier to track different versions.

Version 1.2.3

  • Corrected the definition of XAUDIO2_DLL_A and XAUDIO2_DLL_W in xaudio2Redist.h. (These macros can be used when delay-loading the DLL.)

Version 1.2.2

  • Update to make sure that earlier fix to IXAudio2Voice::SetOutputMatrix for panning of stereo signals (in v1.2.0) is used also when running on Windows 10 Version 2004.

Version 1.2.1

  • Updated XAudio2Redist.h header to make IXAudio2::RegisterForCallbacks and IXAudio2::UnregisterForCallbacks callable from C code.

Version 1.2.0

  • Fixed bug in the IXAudio2Voice::SetOutputMatrix function that caused panning of stereo signals to be wrong when the PC suppports AVX instructions.

Version 1.1.1

  • Defined a USING_XAUDIO2_REDIST preprocessor symbol, which can be used in "#ifdef USING_XAUDIO2_REDIST" statements, if there is a need to do things differently when the NuGet package is installed.

Version 1.1.0

  • Fixed bug that causes CreateMasteringVoice to fail on Windows 8 and 8.1 when a Virtual Audio Client is requested. As a consequence of this fix, the Virtual Audio Client feature only functions on Windows 10.

Version 1.0.4

  • Always link with Release version of xaudio2_9redist.lib even if the MSVC project is configured for a Debug build.

Version 1.0.3

  • Always deploy Release version of xaudio2_9redist.dll even if the MSVC project is configured for a Debug build. The Debug version of xaudio2_9redist.dll is still included in the NuGet package, but if you have a special reason to use it you will have to manually modify the project to copy it to the output directory.
  • Fixed Debug-only assert failure in WMA decoder.

Version 1.0.2

  • Optimize xapobaseredist.lib for speed.
  • Enable full debug info in xaudio2_9redist.lib.
  • Include new library called XapoBaseRedist_md.lib, which is a version of XapoBaseRedist.lib that depends on the dynamic runtime library. Use this if you get a warning about libcmt.lib causing a conflict. Set an environment variable or property in the vcxproj file called XAPODynamicCRT to 1, to automatically make the project link with XapoBaseRedist_md.lib.

Version 1.0.1

  • Fixed bug where the CreateAudioVolumeMeter API was invoking CreateAudioReverb instead.
  • Added xaudio2_9redist.pdb to the NuGet package.
  • NuGet package now includes both Release and Debug versions of the DLLs and LIBs.
  • Disabled Whole Program Optimization flag in Release version of XapoBaseRedist.lib for better compatibility with older compilers.

Version 1.0.0

Initial release version of the NuGet package. There are no differences between this version and the previous pre-release version of the package, other than the addition of this Readme file.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • native 0.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Microsoft.XAudio2.Redist:

Package Downloads
directxtk_desktop_2017

This version is for Windows desktop applications using Visual Studio 2017, Visual Studio 2019, or Visual Studio 2022. Features: Audio - low-level audio API using XAudio2 BufferHelpers - C++ helpers for creating D3D resources from CPU data CommonStates - factory providing commonly used D3D state objects DirectXHelpers - misc C++ helpers for D3D programming DDSTextureLoader - light-weight DDS file texture loader Effects - set of built-in shaders for common rendering tasks GamePad - gamepad controller helper using XInput GeometricPrimitive - draws basic shapes such as cubes and spheres GraphicsMemory - helper for managing dynamic graphics memory allocation Keyboard - keyboard state tracking helper Model - draws meshes loaded from .CMO, .SDKMESH, or .VBO files Mouse - mouse helper PostProcess - set of built-in shaders for common post-processing operations PrimitiveBatch - simple and efficient way to draw user primitives ScreenGrab - light-weight screen shot saver SimpleMath - simplified C++ wrapper for DirectXMath SpriteBatch - simple & efficient 2D sprite rendering SpriteFont - bitmap based text rendering VertexTypes - structures for commonly used vertex data formats WICTextureLoader - WIC-based image file texture loader

directxtk_desktop_2019

This version is for Windows desktop applications using Visual Studio 2019 (16.11) or Visual Studio 2022. Features: Audio - low-level audio API using XAudio2 BufferHelpers - C++ helpers for creating D3D resources from CPU data CommonStates - factory providing commonly used D3D state objects DirectXHelpers - misc C++ helpers for D3D programming DDSTextureLoader - light-weight DDS file texture loader Effects - set of built-in shaders for common rendering tasks GamePad - gamepad controller helper using XInput GeometricPrimitive - draws basic shapes such as cubes and spheres GraphicsMemory - helper for managing dynamic graphics memory allocation Keyboard - keyboard state tracking helper Model - draws meshes loaded from .CMO, .SDKMESH, or .VBO files Mouse - mouse helper PostProcess - set of built-in shaders for common post-processing operations PrimitiveBatch - simple and efficient way to draw user primitives ScreenGrab - light-weight screen shot saver SimpleMath - simplified C++ wrapper for DirectXMath SpriteBatch - simple & efficient 2D sprite rendering SpriteFont - bitmap based text rendering VertexTypes - structures for commonly used vertex data formats WICTextureLoader - WIC-based image file texture loader

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.11 34,292 1/20/2023
1.2.10 65,680 10/26/2022
1.2.9 7,769 6/2/2022
1.2.8 14,434 10/15/2021
1.2.7 583 10/14/2021
1.2.6 37,435 2/23/2021
1.2.4 6,687 8/23/2020
1.2.3 2,439 8/2/2020
1.2.2 2,138 7/1/2020
1.2.1 2,771 4/25/2020
1.2.0 27,198 1/29/2020
1.1.1 621 1/26/2020
1.1.0 644 1/15/2020
1.0.4 638 1/13/2020
1.0.3 1,202 1/13/2020
1.0.2 742 1/11/2020
1.0.1 784 1/10/2020
1.0.0 678 11/20/2019
1.0.0-ci-19353538 458 11/4/2019