mudigal-technologies / ngx-audio-player

A library for playing audio using HTML 5 audio for Angular 7/8/9/10/11/12/13/14/15/16.
https://mudigal-technologies.github.io/ngx-audio-player/
MIT License
86 stars 67 forks source link

Preload property for audio tag #103

Open avgustine opened 3 years ago

avgustine commented 3 years ago

It would be nice to have ability to change preload property of underlying audio tag(to "none" for example). The real problem is when you need to have large number of players on the page and each of them trying to preload their playlists which resulting in a serious performance issues.

nsnayp13 commented 3 years ago

Yeah. Really I thought this feature was a must-have for such project...

BowTieBloke commented 3 years ago

Duplicate of #70