High-performance graph-based audio engine for .NET inspired by Web Audio API.
- GraphAudio.Core: the core audio processing engine and pure nodes
- GraphAudio.IO: provides audio decoding I/O, as well as
AudioDecoderStreamNodeusing libsndfile - GraphAudio.Kit: High-level 3d audio toolkit for games
- GraphAudio.Realtime: Provides the
RealtimeAudioContextusing miniaudio - GraphAudio.SteamAudio: Provides Spatial audio and related nodes using Steam Audio
-
Pack all projects to the local feed:
./pack-local.sh
-
Restore packages:
dotnet restore
dotnet pack -c Release -o ./publish
dotnet nuget push ./publish/*.nupkg -s https://api.nuget.org/v3/index.json -k YOUR_API_KEY