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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: AnthonyKwon/ti_lyricstudio#2
No description provided.