{"id":26280107,"url":"https://github.com/kristofferstrube/blazor.webaudio","last_synced_at":"2025-04-05T04:09:39.452Z","repository":{"id":171746072,"uuid":"617185336","full_name":"KristofferStrube/Blazor.WebAudio","owner":"KristofferStrube","description":"A Blazor wrapper for the Web Audio browser API.","archived":false,"fork":false,"pushed_at":"2025-03-31T13:38:32.000Z","size":39580,"stargazers_count":170,"open_issues_count":1,"forks_count":13,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-03T21:04:47.931Z","etag":null,"topics":["audio","audiocontext","audionode","blazor","blazor-webassembly","github-pages","jsinterop","web-audio","web-audio-api","wrapper"],"latest_commit_sha":null,"homepage":"https://kristofferstrube.github.io/Blazor.WebAudio/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KristofferStrube.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-21T21:34:52.000Z","updated_at":"2025-04-02T23:51:10.000Z","dependencies_parsed_at":"2024-06-05T16:46:48.261Z","dependency_job_id":"a9b26c8c-350b-49ac-a3b8-4c0bb9400f96","html_url":"https://github.com/KristofferStrube/Blazor.WebAudio","commit_stats":null,"previous_names":["kristofferstrube/blazor.webaudio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KristofferStrube%2FBlazor.WebAudio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KristofferStrube%2FBlazor.WebAudio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KristofferStrube%2FBlazor.WebAudio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KristofferStrube%2FBlazor.WebAudio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KristofferStrube","download_url":"https://codeload.github.com/KristofferStrube/Blazor.WebAudio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284949,"owners_count":20913704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","audiocontext","audionode","blazor","blazor-webassembly","github-pages","jsinterop","web-audio","web-audio-api","wrapper"],"created_at":"2025-03-14T14:18:44.817Z","updated_at":"2025-04-05T04:09:39.418Z","avatar_url":"https://github.com/KristofferStrube.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/KristofferStrube/Blazor.WebAudio)](https://github.com/KristofferStrube/Blazor.WebAudio/issues)\n[![GitHub forks](https://img.shields.io/github/forks/KristofferStrube/Blazor.WebAudio)](https://github.com/KristofferStrube/Blazor.WebAudio/network/members)\n[![GitHub stars](https://img.shields.io/github/stars/KristofferStrube/Blazor.WebAudio)](https://github.com/KristofferStrube/Blazor.WebAudio/stargazers)\n[![NuGet Downloads (official NuGet)](https://img.shields.io/nuget/dt/KristofferStrube.Blazor.WebAudio?label=NuGet%20Downloads)](https://www.nuget.org/packages/KristofferStrube.Blazor.WebAudio/)\n\n# Blazor.WebAudio\nA Blazor wrapper for the [Web Audio browser API.](https://www.w3.org/TR/webaudio/)\nThis 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.\n\n**This wrapper is still under development, but you can get the preview release on NuGet.**\n\n# Demo\nThe sample project can be demoed at https://kristofferstrube.github.io/Blazor.WebAudio/\n\nOn each page, you can find the corresponding code for the example in the top right corner.\n\nOn the [API Coverage Status](https://kristofferstrube.github.io/Blazor.WebAudio/Status) page, you can see how much of the WebIDL specs this wrapper has covered.\n\n\n# Related repositories\nThe library uses the following other packages to support its features:\n- https://github.com/KristofferStrube/Blazor.WebIDL (To make error handling JSInterop)\n- https://github.com/KristofferStrube/Blazor.DOM (To implement *EventTarget*'s in the package like `BaseAudioContext` and `AudioNode`)\n- https://github.com/KristofferStrube/Blazor.MediaCaptureStreams (To enable the creation of `MediaStreamAudioDestinationNode`, `MediaStreamAudioSourceNode`, and other other `MediaStream` related nodes)\n\n# Related articles\nThis repository was built with inspiration and help from the following series of articles:\n\n- [Typed exceptions for JSInterop in Blazor](https://kristoffer-strube.dk/post/typed-exceptions-for-jsinterop-in-blazor/)\n- [Wrapping JavaScript libraries in Blazor WebAssembly/WASM](https://blog.elmah.io/wrapping-javascript-libraries-in-blazor-webassembly-wasm/)\n- [Call anonymous C# functions from JS in Blazor WASM](https://blog.elmah.io/call-anonymous-c-functions-from-js-in-blazor-wasm/)\n- [Using JS Object References in Blazor WASM to wrap JS libraries](https://blog.elmah.io/using-js-object-references-in-blazor-wasm-to-wrap-js-libraries/)\n- [Blazor WASM 404 error and fix for GitHub Pages](https://blog.elmah.io/blazor-wasm-404-error-and-fix-for-github-pages/)\n- [How to fix Blazor WASM base path problems](https://blog.elmah.io/how-to-fix-blazor-wasm-base-path-problems/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkristofferstrube%2Fblazor.webaudio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkristofferstrube%2Fblazor.webaudio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkristofferstrube%2Fblazor.webaudio/lists"}