If the file is a live stream you will not be able to get the duration.
At this moment this published version of Player cannot get the duration of a file online
I've added a property to get the duration when playing a song, but it will be available until the next update, I just need to verify that it works with online music files.
Hi, I have a question, why is the volume managed with decimal numbers and not with values from 1 to 100 like the inventor app player?
I would like to use your extension in my project, but as it is a project already created with the default player I wouldn't want to have any problems. Can the volume be managed with values with two decimal places? (example from 0.00 mute to 1.00 max volume) If I wanted to set a volume of 4%, can I pass the parameter 0.04 to the player?
Using decimal numbers from 0.00 to 1.00 to set the volume offers greater precision, flexibility, and normalization compared to integer values from 1 to 100.
Yes, if you want to use values from 0 to 100, you just have to divide the whole number by 100.
At the moment I want to implement a timeview-slider for local played song, that also has the ability to skip to a specific time in the song by drag & dropping the slider. Basically the normal function of these music-player sliders...
Unfortunately I am struggeling how I can use the wavey slider component to do this.
Is there a very basic example how to implement the wavey-slider to look and work like this?