Player time updates too infrequent #2
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AnthonyKwon/ti_lyricstudio#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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()orplayer.Time()function in libVLCsharp has low polling rate.It's better to measure audio duration by our own method.
Fixed by #20