-
Hi, But I am not able to get the duration. get_probe() returns track with n_frames = None:
any advice? What to try? As a starting point for my implementation I used the example from |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Fixed :) The problem was in my
in my implementation was hardcoded to return |
Beta Was this translation helpful? Give feedback.
Fixed :)
The problem was in my
MeadiaSource
trait implementation .Function:
in my implementation was hardcoded to return
None
instead of real size.