ID 579944 - Audio stutters when moving panel that the audio is attached to

Follow

Problem summary
Audio stutters when moving a panel that the audio is attached to

 

Customer reported version
flix_6.6.2

 

Customer reported platform
mac.14

 

Steps to reproduce

 

1)Create a sequence with a few panels and add audio  to it
2)Move one of the panels (that has audio) to a different position. For example, move the first panel
3)Save the sequence

4)Move the panel moved in step 2 back to its original position

5)Save the sequence revision

 

Expected behaviour
Audio should play smoothly 

 

Actual behaviour
The audio has a brief stutter

 

Workaround
Clear the sequence revision audio metadata from MySQL like this:

UPDATE `vSequence`SET `vSequence`.`meta_data` = JSON_REMOVE(`vSequence`.`meta_data`, '$.audio_timings')WHERE `show_id`=? AND `sequence_id`=? AND `revision`=?;

Make sure to replace the ? with the correct show id, sequence id, and revision number

    We're sorry to hear that

    Please tell us why