OpenTK.Audio.OpenAL
5.0.0-pre.12
Prefix Reserved
See the version list below for details.
dotnet add package OpenTK.Audio.OpenAL --version 5.0.0-pre.12
NuGet\Install-Package OpenTK.Audio.OpenAL -Version 5.0.0-pre.12
<PackageReference Include="OpenTK.Audio.OpenAL" Version="5.0.0-pre.12" />
<PackageVersion Include="OpenTK.Audio.OpenAL" Version="5.0.0-pre.12" />
<PackageReference Include="OpenTK.Audio.OpenAL" />
paket add OpenTK.Audio.OpenAL --version 5.0.0-pre.12
#r "nuget: OpenTK.Audio.OpenAL, 5.0.0-pre.12"
#:package OpenTK.Audio.OpenAL@5.0.0-pre.12
#addin nuget:?package=OpenTK.Audio.OpenAL&version=5.0.0-pre.12&prerelease
#tool nuget:?package=OpenTK.Audio.OpenAL&version=5.0.0-pre.12&prerelease
OpenAL bindings for dotnet from the Khronos OpenAL C library.
| Product | Versions 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. |
-
net8.0
- OpenTK.Core (>= 5.0.0-pre.12 && < 6.0.0-pre)
- OpenTK.Mathematics (>= 5.0.0-pre.12 && < 6.0.0-pre)
NuGet packages (8)
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. |
|
|
FFmpegVideoPlayer.Avalonia
Standalone FFmpeg media player for Avalonia 12. Bundles FFmpeg for Windows x64; other OS/architectures use a compatible system FFmpeg installation. |
|
|
SharpGDX.Desktop
C# Port of Java's libGDX (Desktop). |
|
|
RocketEngine.RERL
Rocket Engine Rendering Library |
|
|
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 (4)
Showing the top 4 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.
|
|
|
NextendoNetwork/Ryujinx-Nextendo
The Nextendo Network emulator — a Ryujinx build with the Nextendo account system and online play built in. Windows x64.
|
|
|
deanthecoder/ZXSpeculator
Cross-platform ZX Spectrum emulator written in C#
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 5.0.0-pre.14 | 1,704 | 7/11/2025 | |
| 5.0.0-pre.13 | 31,798 | 11/11/2024 | |
| 5.0.0-pre.12 | 3,122 | 9/25/2024 | |
| 5.0.0-pre.11 | 1,967 | 8/9/2024 | |
| 5.0.0-pre.10 | 7,451 | 3/7/2024 | |
| 5.0.0-pre.9 | 4,213 | 10/16/2023 | |
| 4.9.4 | 2,359,493 | 3/17/2025 | |
| 4.9.3 | 57,153 | 12/10/2024 | |
| 4.9.2 | 7,214 | 12/10/2024 | |
| 4.9.1 | 11,546 | 12/2/2024 | |
| 4.8.2 | 518,562 | 12/2/2023 | |
| 4.8.1 | 32,434 | 9/27/2023 | |
| 4.8.0 | 57,241 | 7/17/2023 |
Vulkan bindings changes:**
Add links to relevant documentation in Vulkan documentation strings. (@NogginBops)
Add `[requires: v1.0 | KHR_extension]` strings that document version and extension requirements for function, structs, and enums. (@NogginBops)
Updated Vulkan to 1.3.295. (@NogginBops)
OpenGL bindings changes:**
Switched to using `ref readonly` instead of `in` in OpenGL bindings. (@NogginBops)
Improvements to glX and WGL bindings. (@NogginBops)
PAL2 changes:**
Renamed `Toolkit.Mouse.GetPosition` to `Toolkit.Mouse.GetGlobalPosition`. (@NogginBops)
Renamed `Toolkit.Mouse.SetPosition` to `Toolkit.Mouse.SetGlobalPosition`. (@NogginBops)
Renamed `Toolkit.Mouse.GetState` to `Toolkit.Mouse.GetGlobalState`. (@NogginBops)
Added `Toolkit.Mouse.GetPosition` and `Toolkit.Mouse.GetState` for getting window relative mouse state. (@NogginBops)
Added `Toolkit.Clipboard.SetClipboardBitmap`. (@NogginBops)
Added `Toolkit.Window.ClientToFramebuffer` and `Toolkit.Window.FramebufferToClient`. (@NogginBops)
Switched to using `VectorN` types for most positions and sizes. (@NogginBops)
Renamed `MouseMoveEventArgs.Position` to `MouseMoveEventArgs.ClientPosition`. (@NogginBops)
win32:
win32: Switched `OpenGLComponent` to use the generated WGL bindings. (@NogginBops)
macOS:
macOS: Added `MacOSShellComponent.NSLog` to be able to write to the macOS system log. (@NogginBops)
x11:
x11: Implemented `X11VulkanComponent` (`Toolkit.Vulkan`). (@NogginBops)
x11: Implemented `X11ClipboardComponent.SetClipboardText`. (@NogginBops)
x11: Added `IPngCodec` and `X11ClipboardComponent.SetPngCodec` interface to `X11ClipboardComponent` for optional bitmap support on linux. (@NogginBops)
x11: Implemented `HitTest` and `Toolkit.Window.SetHitTest`. (@NogginBops)
x11: Improve `Toolkit.Display` api performance by using `XRRGetScreenResourcesCurrent` instead of `XRRGetScreenResources`. (@NogginBops)
x11: Fixed issue where pressing cancel in a file dialog would return a list with one empty string in it, instead of null. (@NogginBops)
x11: Fixed issue where setting a window to Minimized, Maximized, or Fullscreen directly from the Hidden state didn't actually show the window. (@NogginBops)
x11: Fixed issue where the values for `QueuedAfterFlush` and `QueuedAfterReading` where swapped causing lots of event issues on linux. (@NogginBops)
x11: Switched `X11OpenGLComponent` to use the generated glX bindings. (@NogginBops)
x11: Fixed `Toolkit.Window.GetMode` crash when a window doesn't have a `WM_STATE` property set. (@NogginBops)
x11: Reduce potential memory leaks. (@NogginBops)