High-performence graph-based audio engine for .NET inspired by Web Audio API
$ dotnet add package GraphAudio.CoreHigh-performance graph-based audio engine for .NET inspired by Web Audio API.
AudioDecoderStreamNode using libsndfileRealtimeAudioContext using miniaudioPack 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