+
+ Current Time:
+ {state.currentTime.toFixed(2)}
+ s
+
+
+ Duration:
+ {state.duration.toFixed(2)}
+ s
+
+
+ Volume:
+ {(state.volume * 100).toFixed(0)}
+ %
+
+
+ Status:
+ {state.paused ? 'Paused' : 'Playing'}
+
+
+ Muted:
+ {state.muted ? 'Yes' : 'No'}
+
+