A player can only be stopped, not paused. Resuming playback after stopping resets the current time to 0.
To match the <audio> element behavior, we would like to be able to pause and resume playback, and also seek while the player is paused. Then we can replace the stop icon with a pause icon.
This probably depends on magenta/magenta-js#502 being resolved.
A player can only be stopped, not paused. Resuming playback after stopping resets the current time to 0.
To match the
<audio>
element behavior, we would like to be able to pause and resume playback, and also seek while the player is paused. Then we can replace the stop icon with a pause icon.This probably depends on magenta/magenta-js#502 being resolved.