jfversluis / Plugin.Maui.Audio

Plugin.Maui.Audio provides the ability to play audio inside a .NET MAUI application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duration is in miliseconds

DiogoDeAlmeida opened this issue · comments

Hi there !

In the documentation we can see duration is in seconds but it seems to be in miliseconds.

src/Plugin.Maui.Audio/AudioPlayer/IAudioPlayer.cs

on Windows it works fine (shown in seconds), on Android it doesn't...

Good spot! Thanks for this