AuralizeBlazor 1.1.3
See the version list below for details.
dotnet add package AuralizeBlazor --version 1.1.3
NuGet\Install-Package AuralizeBlazor -Version 1.1.3
<PackageReference Include="AuralizeBlazor" Version="1.1.3" />
paket add AuralizeBlazor --version 1.1.3
#r "nuget: AuralizeBlazor, 1.1.3"
// Install AuralizeBlazor as a Cake Addin #addin nuget:?package=AuralizeBlazor&version=1.1.3 // Install AuralizeBlazor as a Cake Tool #tool nuget:?package=AuralizeBlazor&version=1.1.3
AuralizeBlazor
AuralizeBlazor provides a audio visualizer component named Auralizer
.
This a Blazor component that integrates the powerful features of audioMotion, 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.
Features
- High-resolution, real-time audio spectrum visualization
- Support for various frequency scales (e.g., logarithmic, linear)
- Customizable sensitivity and FFT size
- Dual-channel visualization with adjustable layouts
- Fullscreen and picture-in-picture modes
- Extensible with additional features and visual effects
Getting Started
To use Auralizer
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.
dotnet add package AuralizeBlazor
<PackageReference Include="AuralizeBlazor" Version="*" />
2. Usage
Add the namespace to your _Imports.razor
:
@using AuralizeBlazor
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:
<Auralizer
Radial="true"
Height="400px"
Width="100%">
<audio src="path/to/audio1.mp3" controls></audio>
</Auralizer>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- BlazorJS (>= 2.1.6)
- Nextended.Blazor (>= 7.0.38)
- Nextended.Core (>= 7.0.55)
- SixLabors.ImageSharp (>= 3.1.5)
- TagLibSharp (>= 2.3.0)
-
net7.0
- BlazorJS (>= 2.1.6)
- Nextended.Blazor (>= 7.0.38)
- Nextended.Core (>= 7.0.55)
- SixLabors.ImageSharp (>= 3.1.5)
- TagLibSharp (>= 2.3.0)
-
net8.0
- BlazorJS (>= 2.1.6)
- Nextended.Blazor (>= 7.0.38)
- Nextended.Core (>= 7.0.55)
- SixLabors.ImageSharp (>= 3.1.5)
- TagLibSharp (>= 2.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AuralizeBlazor:
Package | Downloads |
---|---|
MudBlazor.Extensions
MudBlazor.Extensions is a small extension library for MudBlazor from https://mudblazor.com/ |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AuralizeBlazor:
Repository | Stars |
---|---|
fgilde/MudBlazor.Extensions
MudBlazor.Extensions from https://www.mudex.org is a small extension for MudBlazor from https://mudblazor.com
|
Version | Downloads | Last updated |
---|---|---|
1.1.4 | 316 | 10/21/2024 |
1.1.3 | 4,370 | 8/30/2024 |
1.1.1 | 102 | 8/30/2024 |
1.1.0 | 96 | 8/29/2024 |
1.0.7 | 92 | 8/28/2024 |
1.0.3 | 177 | 8/28/2024 |
1.0.2 | 8,727 | 5/23/2024 |
1.0.1 | 225 | 5/22/2024 |
1.0.0 | 182 | 5/14/2024 |
0.0.9 | 344 | 4/29/2024 |
0.0.7 | 26,260 | 2/17/2024 |
0.0.6 | 244 | 2/12/2024 |
0.0.5 | 243 | 2/12/2024 |
0.0.4 | 243 | 2/12/2024 |
0.0.3 | 243 | 2/11/2024 |
0.0.2 | 232 | 2/9/2024 |
0.0.1 | 239 | 2/9/2024 |