AlvorKit.MiniAudio
0.11.25.11
See the version list below for details.
dotnet add package AlvorKit.MiniAudio --version 0.11.25.11
NuGet\Install-Package AlvorKit.MiniAudio -Version 0.11.25.11
<PackageReference Include="AlvorKit.MiniAudio" Version="0.11.25.11" />
<PackageVersion Include="AlvorKit.MiniAudio" Version="0.11.25.11" />
<PackageReference Include="AlvorKit.MiniAudio" />
paket add AlvorKit.MiniAudio --version 0.11.25.11
#r "nuget: AlvorKit.MiniAudio, 0.11.25.11"
#:package AlvorKit.MiniAudio@0.11.25.11
#addin nuget:?package=AlvorKit.MiniAudio&version=0.11.25.11
#tool nuget:?package=AlvorKit.MiniAudio&version=0.11.25.11
AlvorKit
AlvorKit is a C# game development kit
Binding development mode
Projects use published binding packages by default. To develop against generated bindings in
out/bindgen, add an ignored AlvorKit.Local.props at the repository root:
<Project>
<PropertyGroup>
<UseLocalBindings>true</UseLocalBindings>
</PropertyGroup>
</Project>
Build and restore intentionally do not run bindgen automatically. Generate the local project you are changing explicitly with:
dotnet run --project scripts\AlvorKit.Script.Bindgen -- <library>
If UseLocalBindings=true and out/bindgen is missing, builds fail until the
generated project is created with that command. Use all only when bootstrapping
every binding project or making a change that intentionally affects them all.
To compare generator changes without overwriting the default local bindings,
write snapshots under out/ and diff them:
dotnet run --project scripts\AlvorKit.Script.Bindgen -- xxhash --output-root out\bindgen-review\xxhash-before
dotnet run --project scripts\AlvorKit.Script.Bindgen -- xxhash --output-root out\bindgen-review\xxhash-after
git diff --no-index -- out\bindgen-review\xxhash-before out\bindgen-review\xxhash-after
Linting
Run the repository linter from the repository root with scoped includes while iterating:
dotnet run --project scripts\AlvorKit.Script.Lint -- --include "scripts/**/*.cs"
Repeat --include for multiple files, directories, or globs. Use --fix with the same scope
to apply supported formatter fixes locally:
dotnet run --project scripts\AlvorKit.Script.Lint -- --fix --include "AGENTS.md"
Run the full repository linter for broad changes or CI parity checks:
dotnet run --project scripts\AlvorKit.Script.Lint
The linter coordinates C# formatting, Prettier checks, EditorConfig checks, and GitHub Actions workflow validation.
Unit test coverage
Run focused coverage for a source project while iterating:
dotnet run --project scripts\AlvorKit.Script.TestCoverage -- --source-project AlvorKit.Script.NativeBuild --threshold 0
The tool runs test projects that reference the selected source project and gates
coverage only on that source project. To choose tests explicitly, combine
--source-project with --test-project:
dotnet run --project scripts\AlvorKit.Script.TestCoverage -- --source-project AlvorKit.Script.NativeBuild --test-project AlvorKit.Script.NativeBuild.Test --threshold 0
Run the full coverage report for broad changes or CI parity checks:
dotnet run --project scripts\AlvorKit.Script.TestCoverage -- --threshold 0
Open the ReportGenerator HTML report:
Invoke-Item .\out\coverage\html\index.html
Raw per-project coverage files and logs are written under out/coverage/projects/<test-project>/.
The strict coverage gate is the same command without --threshold 0; it fails
unless line, branch, and method coverage are all 100%.
Native package builds
Native packages are built by the shared native build runner. To see the configured native packages:
dotnet run --project scripts\AlvorKit.Script.NativeBuild -- list
Build one RID with:
dotnet run --project scripts\AlvorKit.Script.NativeBuild -- build xxhash --rid win-x64
Then pack the native project:
dotnet build -c Release native\xxhash\AlvorKit.XxHash.Native.csproj
Native package revisions live in native/<lib>/version/REVISION; generated binding package
revisions live in native/<lib>/version/BINDING_REVISION. Native build settings live in
native/<lib>/conf/native-build.json.
| Product | Versions 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
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AlvorKit.MiniAudio:
| Package | Downloads |
|---|---|
|
AlvorKit.MiniAudio.Backend
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.11.25.13 | 223 | 6/23/2026 |
| 0.11.25.12 | 149 | 6/16/2026 |
| 0.11.25.11 | 130 | 6/15/2026 |
| 0.11.25.10 | 114 | 6/15/2026 |
| 0.11.25.6 | 108 | 6/14/2026 |
| 0.11.25.5 | 125 | 6/13/2026 |
| 0.11.25.4 | 112 | 6/12/2026 |