Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube authored Oct 28, 2023
1 parent 8f795c7 commit 1f31d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
A Blazor wrapper for the [Web Audio browser API.](https://www.w3.org/TR/webaudio/)
This Web API standardizes methods for processing and synthesizing audio in web applications. The primary paradigm is of an audio routing graph, where a number of AudioNode objects are connected together to define the overall audio rendering. This project implements a wrapper around the API for Blazor so that we can easily and safely work with audio in the browser.

**This wrapper is still under development, which means it is not done, but you can get the preview release on NuGet.**
**This wrapper is still under development, but you can get the preview release on NuGet.**

# Demo
The sample project can be demoed at https://kristofferstrube.github.io/Blazor.WebAudio/
Expand Down

0 comments on commit 1f31d55

Please sign in to comment.