Skip to content

the-byte-bender/GraphAudio

Repository files navigation

GraphAudio

High-performance graph-based audio engine for .NET inspired by Web Audio API.

Packages

Development Setup

Initial Setup

  1. Pack all projects to the local feed:

    ./pack-local.sh
  2. Restore packages:

    dotnet restore

Publishing to NuGet

dotnet pack -c Release -o ./publish
dotnet nuget push ./publish/*.nupkg -s https://api.nuget.org/v3/index.json -k YOUR_API_KEY

About

High-performance graph-based audio engine for .NET inspired by Web Audio API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published