Skip to content

Simple blazor audio player based on howler.js javascript library and howler.js audio player demo.

Notifications You must be signed in to change notification settings

soend/BlazorAudioPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlazorAudioPlayer

Audio player built with client side Blazor.

Description

Simple audio player written in C# using client-side blazor. As a base i used Howler.js audio player demo and tried to replicate the functionality using blazor.

Features implemented what were present in the original example:

  • Controls: play, pause, previous, volume.
  • Playlist support
  • Real-time playback progress.

Features not implemented:

  • I decided not to include the outside framework SiriWave.js what was used in the oiriginal Howler.js audio player demo.
  • Seeking in audio file. (Simple to add with one onclick event to html element.)

Credits

About

Simple blazor audio player based on howler.js javascript library and howler.js audio player demo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published