FrancescoCeruti / linux-show-player

Linux Show Player - Cue player designed for stage productions
https://linux-show-player.org
GNU General Public License v3.0
204 stars 49 forks source link

A paused audio cue is not resumed but restarted if start-time has been set #240

Closed Stav88 closed 1 year ago

Stav88 commented 2 years ago

Describe the bug An audio cue could not be resumed after pause if a start-time has been set

To Reproduce Tested on ListLayout

  1. Create a new audio cue (Edit > Media Cues > Audio Cue)
  2. Select an audio file
  3. Got to "Media-Cue" tab
  4. Set a non 0 Start-Time (example : 1s)
  5. Validate the cue
  6. Start the cue
  7. Wait a little (exemple : 60s)
  8. Pause the cue (with pause button of the cue on right of window)
  9. Play the cue (with play button of the cue on right of window)

The audio is rewind to "Start-Time" and played (at 1s)

Expected behavior The audio file continue playing at paused time (at 60s)

Linux Show Player version:

OS Version

Stav88 commented 2 years ago

Workaround : Edit the audio file with audacity to cut the start-time. Then I can set the "start-time" to 0.