• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

Question Dynamic Audio? Is there any way to dynamically add audio files to a scene?

bill_prime

Well-known member
Featured Contributor
Joined
Feb 24, 2021
Messages
449
Solutions
3
Reactions
1,954
Is there any way to dynamically add audio files to a scene via trigger without having to manually add them to the scene?
 
Yes. You can merge load a scene into the current scene that you created earlier with sounds, or you can make the sounds as assetbundles and play them using MacGruber's RandomSoundfromAB plugin (Logicbricks).
I made a guide a few days ago that showcases the latter in a scalable way. Very useful if you already created your ElevenLabs collections ;)

 
Upvote 0
Yes. You can merge load a scene into the current scene that you created earlier with sounds, or you can make the sounds as assetbundles and play them using MacGruber's RandomSoundfromAB plugin (Logicbricks).
I made a guide a few days ago that showcases the latter in a scalable way. Very useful if you already created your ElevenLabs collections ;)


Right on, I guess there are a few ways to go about it. I found a way using dub's AudioMate.

Add AudioMate to any atom (probably audio source), add your clips to a collection in there, and then save a preset of that AudioSource atom.
When you load the preset in any scene, the audio files are added automatically to the scene.
 
Upvote 0
Back
Top Bottom