StefH / Howler.Blazor

A Blazor JSInterop wrapper for Howler.js.
MIT License
31 stars 7 forks source link

Howl.GetTotalTime not only when playback #11

Closed NeoCoderMatrix86 closed 3 years ago

NeoCoderMatrix86 commented 3 years ago

I would like to have the current total time of an audio file, even when it is not played (and has never been played). Is it possible to grab some metadata when the file has been loaded?

StefH commented 3 years ago

Yes this is possible.

I use https://github.com/Zeugma440/atldotnet for that.