Audio file duration Progress Bar and elapsed time

Off the top of my head I’d imagine you could have a boolean variable that is set to true once an audio file begins playing. While this variable is true, you could start to increment a float variable every tick by delta time. I think you can take it from there to move the values over to your widget