OpenTK.Audio.OpenAL 4.9.4

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package OpenTK.Audio.OpenAL --version 4.9.4
                    
NuGet\Install-Package OpenTK.Audio.OpenAL -Version 4.9.4
                    
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="OpenTK.Audio.OpenAL" Version="4.9.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpenTK.Audio.OpenAL" Version="4.9.4" />
                    
Directory.Packages.props
<PackageReference Include="OpenTK.Audio.OpenAL" />
                    
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 OpenTK.Audio.OpenAL --version 4.9.4
                    
#r "nuget: OpenTK.Audio.OpenAL, 4.9.4"
                    
#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 OpenTK.Audio.OpenAL@4.9.4
                    
#: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=OpenTK.Audio.OpenAL&version=4.9.4
                    
Install as a Cake Addin
#tool nuget:?package=OpenTK.Audio.OpenAL&version=4.9.4
                    
Install as a Cake Tool

OpenTK.Audio.OpenAL

OpenAL bindings for dotnet from the OpenAL c library.

Read more about how to use OpenTK at: https://opentk.net/

Product 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.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on OpenTK.Audio.OpenAL:

Package Downloads
KokoroSharp

**Requires an ONNX Runtime package to function. KokoroSharp is an inference engine for Kokoro TTS with ONNX runtime, enabling fast and flexible local text-to-speech (fp/quanted) purely via C#. It features segment streaming, voice mixing, linear job scheduling, and optional playback.

SharpGDX.Desktop

C# Port of Java's libGDX (Desktop).

RocketEngine.RERL

Rocket Engine Rendering Library

FxEngine

3D game engine

Aural

A cross-platform audio playback library for WAV, OGG, and MP3 formats with real-time audio filters (low-pass, high-pass, reverb, pitch shift). Play audio with a single line of code

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on OpenTK.Audio.OpenAL:

Repository Stars
space-wizards/RobustToolbox
Robust multiplayer game engine, used by Space Station 14
Lyrcaxis/KokoroSharp
Fast local TTS inference engine in C# with ONNX runtime. Multi-speaker, multi-platform and multilingual. Integrate on your .NET projects using a plug-and-play NuGet package, complete with all voices.
Version Downloads Last Updated
5.0.0-pre.14 1,198 7/11/2025 5.0.0-pre.14 is deprecated.
5.0.0-pre.13 17,349 11/11/2024
5.0.0-pre.12 2,992 9/25/2024
5.0.0-pre.11 1,880 8/9/2024
5.0.0-pre.10 7,259 3/7/2024
5.0.0-pre.9 4,144 10/16/2023
4.9.4 893,676 3/17/2025
4.9.3 49,341 12/10/2024
4.9.2 5,128 12/10/2024
4.9.1 9,315 12/2/2024
4.8.2 429,331 12/2/2023
4.8.1 31,752 9/27/2023
4.8.0 55,046 7/17/2023

BREAKING: Made `Matrix3/4.CreateFromQuaternion` and `Matrix3x4/4x3.CreateFromQuaternion` produce idential results for non-normalized quaternions. (@NogginBops)
API: Add explicit casts to and from `System.Numerics` types. (@DamienIsPoggers, @NogginBops)
API: Added `VectorN.Round/Ceiling/Floor/Truncate` element-wise functions. (@NogginBops)
API: Add `ShaderStorageBufferBinding`, `ShaderStorageBufferStart`, and `ShaderStorageBufferSize` to `GetIndexedPName`. (@NogginBops)
API: Add `MathHelper.RadToDeg(d)` and `MathHelper.DegToRad(d)` constants for conversion between radians and degrees. (@DamienIsPoggers)
API: Add support for the `ALC_SOFT_loopback` OpenAL extension through `OpenTK.Audio.OpenAL.ALC.Loopback`. (@NogginBops)
FIX: Update `OpenTK.redist.glfw` to GLFW 3.4 so that the GLFW 3.4 apis work properly. (@NogginBops)
FIX: Optimized `VectorN.this[int i]` and `MatrixN.this[int row, int col]` indexers. (@NogginBops)
FIX: Made `Color4.FromHsv` and `Color4.FromHsl` work correctly when hue is `1`. (@NogginBops)
FIX: Updated OpenAL `DllNotFoundException` exception message to mention having to install OpenAL. (@NogginBops)
FIX: The documentation for `NativeWindowSettings.RenderFrequency` now correctly refers to `UpdateFrequency` instead of `UpdateFrame`. (@NogginBops)