Player time updates too infrequent #2

Closed
opened 2024-10-21 16:06:49 +09:00 by AnthonyKwon · 1 comment
Owner

Expected behavior

Player updates current audio duration fast and frequent.

Actual Behavior

Current method of getting audio playing time from VLC is too slow and infrequent.
This might cause issue like incorrect time set to lyric.

Possible Solution

player.Position() or player.Time() function in libVLCsharp has low polling rate.
It's better to measure audio duration by our own method.

## Expected behavior Player updates current audio duration fast and frequent. ## Actual Behavior Current method of getting audio playing time from VLC is too slow and infrequent. This might cause issue like incorrect time set to lyric. ## Possible Solution `player.Position()` or `player.Time()` function in libVLCsharp has low polling rate. It's better to measure audio duration by our own method.
AnthonyKwon added this to the 0.2.0.0 milestone 2024-10-22 20:00:46 +09:00
Author
Owner

Fixed by #20

Fixed by #20
AnthonyKwon removed this from the Player UI project 2026-07-30 01:28:49 +09:00
Sign in to join this conversation.
No description provided.