adalinbv / aax

AeonWave
Other
29 stars 2 forks source link

Changing volume of different audio sources #4

Open minghia opened 5 years ago

minghia commented 5 years ago

Is it possible to tune the volume level for each sound source in a scene? Basically I have two sound sources on each ear and I want to be able to change the volume level on each sound source as well as having a master volume which change the volume level of everything. So is it possible to do what I want?

adalinbv commented 5 years ago

Each emitter supports the volume-effect and so do the mixer and audio-frames.

So you can alter the volume of each sound source individually by altering the volume-effect of the particular emitter.

And by altering the volume-filter of the mixer (or audio-frame) you will adjust the volume of all registered emitters.

Erik