getting audio into the slide.. still not playing yet though

This commit is contained in:
Chris Cochrun 2022-09-25 07:09:00 -05:00
parent 3232dd4ab7
commit 7f94cc37e7
5 changed files with 23 additions and 13 deletions

View file

@ -90,6 +90,7 @@ Item {
itemType: root.itemType
imageSource: imagebackground
videoSource: vidbackground
audioSource: SlideObject.audio
text: SlideObject.text
pdfIndex: SlideObject.pdfIndex
preview: true
@ -212,6 +213,7 @@ Item {
if (changed) {
currentServiceItem--;
loadVideo();
/* playAudio(); */
leftDock.changeItem();
}
}