From 1f31d5536f82b6f25d69a9b2de386bf57c490ce9 Mon Sep 17 00:00:00 2001 From: Kristoffer Strube Date: Sat, 28 Oct 2023 22:41:34 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6492fed..9e7125d 100644 --- a/README.md +++ b/README.md @@ -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/