Hello all.
So i was looking the sound api to see how i could do a fadeout
I see i need to create it myzelf with a loop that degrees the gain over time.
I was thinking.
Would i be posible to make a api for it.
Sound.play_fadein(URL, duration)
Sound.stop_fadeout(URL, duration)
But i really dont know where to start to contribute this.
Can someone point me in the right direction?