• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

VaM 1.x Play multiple sounds?

Threads regarding the original VaM 1.x

Wolfmaster56

Member
Joined
Apr 11, 2022
Messages
48
Reactions
3
I'm making a scene that needs both calm music playing and water sounds pouring. I haven't quite figured out how to do it and was wondering if anyone knew how?
 
Add two AudioSource atoms to the scene. Use a trigger to play the music on one AudioSource and another trigger to play water sounds on the other AudioSource. If necessary, adjust the volume on the AudioSource atoms so that the water sounds are audible over the music.
 
You can do what @Clownmug says (with custom sounds).
You can also take a loot at VAMAtmosphere which feature a set of environmental sounds that you could like.
 
Add two AudioSource atoms to the scene. Use a trigger to play the music on one AudioSource and another trigger to play water sounds on the other AudioSource. If necessary, adjust the volume on the AudioSource atoms so that the water sounds are audible over the music.
Ok so I got the music to work via ui buttons being able turn it on and off. The water isn't working sadly. Tried to do it the same way as the music, but it isn't playing.
EDIT: OK, so it is working. For some reason it's just...really quiet. How do I fix that?
 
Last edited:
EDIT: OK, so it is working. For some reason it's just...really quiet. How do I fix that?

Your sounds need to be mix/mastered at the same volume. It's something you fix on the audio file, not the scene.
Also, if you make it a 3D sounds ensure you have the proper spatialization parameters.
 
Your sounds need to be mix/mastered at the same volume. It's something you fix on the audio file, not the scene.
Also, if you make it a 3D sounds ensure you have the proper spatialization parameters.
I fixed it. I set it from logarithmic to linear and it works.
 
Back
Top Bottom