Tones / downmix #995
-
In ADF there is one (single) example of downmix, which allows to play tones (or other audio assets) together, the downmix implementation also provide some automatic "voiceover" effect by smoothly decreasing the level of background audio and increasing the level of the "tone" while it plays, and reverting at the end. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Did you read the chapter for Mixing ? If you think that this should have it's own class, this should be pretty easy to implement. |
Beta Was this translation helpful? Give feedback.
Did you read the chapter for Mixing ?
All you need to do is to adjust the weights over time (=after each copy step).
If you think that this should have it's own class, this should be pretty easy to implement.
Feel free to submit a pull request.