dialogic-godot / dialogic-1

Dialogic 1.x - For Godot 3.x!
MIT License
6 stars 4 forks source link

History audio replay does not respect start and end timecodes #2

Open KvaGram opened 2 years ago

KvaGram commented 2 years ago

The problem

Describe the bug When opening the history panel while running a dialog, and pressing the play button, the while audiofile is played.

To Reproduce Steps to reproduce the behavior:

  1. Enable history and audio for text events
  2. play a timeline featuring voiced lines with timecodes not starting at 0 secunds.
  3. press history button
  4. press the play button on a line filling the step 2 criteria.
  5. observe the whole audiofile being played instead of the one desired line

Expected behavior Only the part of the audio defined in the audio-region should be played.

System (please complete the following information):

Solutions

Workaround

None found.

Possible fixes

Implement the audio region feature in history.

Jowan-Spooner commented 2 years ago

Duplicate of dialogic-godot/dialogic#765 gonna keep this one as it is more detailed.