AuralizeBlazor
AuralizeBlazor is a wrapper component for audioMotion-analyzer.
File Explorer
- master_auralizeblazor.yml
- EnumExtensions.cs
- ImageHelper.cs
- EnergyMeterFeature.cs
- LineParticleFeature.cs
- LyricsDisplayFeature.cs
- RadialRadiusFeature.cs
- ShowLogoFeature.cs
- SwitchPresetFeature.cs
- VisualizerFeatureBase.cs
- VisualPosition.cs
- VortexParticleFeature.cs
- WaveNodeFeature.cs
- AppliedPresetEventArgs.cs
- AudioMotionGradient.cs
- AutoGradientFrom.cs
- CaptureConnection.cs
- ChannelLayout.cs
- ColorMode.cs
- ConnectionMode.cs
- FrequencyScale.cs
- IgnoreOnPresetAttribute.cs
- InitialRender.cs
- LabelAttribute.cs
- MirrorMode.cs
- PresetApplySettings.cs
- SelectionListBehaviour.cs
- VisualizationMode.cs
- VisualizerAction.cs
- WeightingFilter.cs
- LyricData.cs
- LyricLine.cs
- RangeOf.cs
- ThicknessOf.cs
- AuralizeBlazor.xml
- auralizer.js
- baseFeatures.js
- energyMeterFeature.js
- lyricDisplayFeature.js
- radialRadiusFeature.js
- showLogoFeature.js
- switchPresetFeature.js
- waveNodeFeature.js
- audioMotion4.4.0.min.js
- auralize.min.js
- Logo.png
- _Imports.razor
- AudioIcons.cs
- AuralizeBlazor.csproj
- Auralizer.razor
- Auralizer.razor.cs
- Auralizer.razor.css
- AuralizerPreset.cs
- bundleconfig.json
- IAuralizerTrack.cs
- Logo.svg
- screenshot1.png
- StreamFileAbstraction.cs
- AutoGradientsExample.razor
- CaptureConnectExample.razor
- ConnectElementsExample.razor
- FeaturesExample.razor
- LyricsExample.razor
- MainExample.razor
- MetaExample.razor
- MultipleExample.razor
- OverlayChildExample.razor
- PredefinedFeaturesExample.razor
- PresetsExample.razor
- SimulateExample.razor
- StateExample.razor
- WebComponentExample.razor
- CodeInline.razor
- DocsPage.razor
- DocsPage.razor.cs
- DocsPageSection.razor
- NavigationManagerExt.cs
- SectionContent.razor
- SectionHeader.razor
- SectionSource.razor
- SectionSource.razor.cs
- MainLayout.razor
- MainLayout.razor.cs
- MainLayout.razor.css
- NavMenu.razor
- NavMenu.razor.css
- Api.razor
- AutoGradients.razor
- Connect.razor
- Features.razor
- Home.razor
- InitialState.razor
- Lyrics.razor
- Meta.razor
- Multiple.razor
- Overlay.razor
- Playground.razor
- PreFeatures.razor
- Presets.razor
- Readme.razor
- Simulate.razor
- Spotify.razor
- WebComponent.razor
- profile.arm.json
- profile.arm.json
- launchSettings.json
- bootstrap.min.css
- bootstrap.min.css.map
- _docspage.scss
- _docssection.scss
- _icons.scss
- _mudblazorapp.scss
- _base.scss
- _markdown.scss
- _footer.scss
- _colors.scss
- _credit.scss
- _home.scss
- _spacing.scss
- _wireframes.scss
- app.css
- app.min.css
- app.scss
- AutoGradientsExample.html
- AutoGradientsExample.md
- CaptureConnectExample.html
- CaptureConnectExample.md
- ConnectElementsExample.html
- ConnectElementsExample.md
- FeaturesExample.html
- FeaturesExample.md
- LyricsExample.html
- LyricsExample.md
- MainExample.html
- MainExample.md
- MetaExample.html
- MetaExample.md
- MultipleExample.html
- MultipleExample.md
- OverlayChildExample.html
- OverlayChildExample.md
- PredefinedFeaturesExample.html
- PredefinedFeaturesExample.md
- PresetsExample.html
- PresetsExample.md
- SimulateExample.html
- SimulateExample.md
- StateExample.html
- StateExample.md
- WebComponentExample.html
- WebComponentExample.md
- myCustomFeature.js
- 1.Anthems-with-Flo.mp3
- 2.Brother-from-another-mother.mp3
- 3.Brothers-of-the-heart.mp3
- 4.Unified-Voice.mp3
- 5.Heading-Back-to-Dublin.mp3
- 6.Paddys_Roar.mp3
- 7.Rosalie.mp3
- 8.Fiona's Melody.mp3
- Anthem with Flo.srt
- Anthem with flo.xml
- Auralizer Celtic.mp3
- Auralizer Dreamy rock.mp3
- Auralizer's Beat.mp3
- bg1.jpg
- Digital Serenade.mp3
- favicon.png
- icon-192.png
- index.html
- Leaving_of_Liverpool.mp3
- Leben wie im Film.mp3
- Logo.png
- sample.mp3
- sample.mp4
- sample2.mp3
- sample3.mp3
- sample4.mp3
- web.config
- Wir leben wie im film.xml
- _Imports.razor
- App.razor
- AuralizeBlazor.Sample.csproj
- CodeGen.config.json
- compilerconfig.json
- compilerconfig.json.defaults
- Const.cs
- DemoTracksService.cs
- Program.cs
- web.config
- .gitattributes
- .gitignore
- AuralizeBlazor.sln
- FUNDING.yml
- LICENSE
- quickrun.yml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
dotnet add package
View Details ▼
dotnet add package
Add or update a .NET package reference in a project file.
dotnet add package {{package}}
Add a package to the project in the current directory:
dotnet add {{path/to/file.csproj}} package {{package}}
Add a package to a specific project:
dotnet add package {{package}} {{[-v|--version]}} {{1.0.0}}
Add a specific version of a package to the project:
// repository documentation
Was this content helpful?
(0 ratings)
