AudioMotion for Blazor. #45
fgilde
started this conversation in
Show and tell
Replies: 1 comment
-
I love this! Awesome job! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I created a blazor wrapper component for audioMotion I named it AuralizeBlazor. Hope you like it.
Live Demo | GitHub
AuralizeBlazor provides a audio visualizer component named
Auralizer
.This a Blazor component that integrates the powerful features of the audioMotion.js library, enabling developers to incorporate real-time audio visualization into Blazor applications with ease. This document provides an overview of how to use the component, including its properties and methods.
Getting Started
To use
AudioMotion
in your Blazor application, first ensure the component library is added to your project. Then, you can incorporate the visualizer into your pages or components.1. Installation
Make sure you have installed the
AuralizeBlazor
package in your project. If it's not installed, add it via NuGet package manager, CLI or PackageReference.2. Usage
Add the namespace to your
_Imports.razor
:3. Example
After adding the namespace, you can use the
Auralizer
component in your pages or components. Here's an example of how to use the component:Beta Was this translation helpful? Give feedback.
All reactions