Forum Discussion

sandrahanser's avatar
sandrahanser
Community Member
3 months ago

audio encoding to generate a voice-over

Hello,

I would like to know if it is possible to insert a line of audio code to generate a voice-over with an animation in Rise using the “Code” block?

 

Thank you very much!

1 Reply

  • Hi sandrahanser​!

    Great question!

    Yes, Rise 360 Code Blocks do support audio and animated integration. Code Blocks run standard HTML/CSS/JavaScript, so HTML5 audio elements and animations will work fine.

    The only caveat is that during playback, autoplay might be blocked by browser policies. This is standard web behavior and not a limitation of Rise itself. As a workaround, you can add a play button or an interactive user trigger within the code itself.

    Please let me know if you need anything else!