Is it possible to work out audio effects like fading in and out? and how do we know when a song is complete? [import]uid: 49300 topic_id: 15269 reply_id: 315269[/import]
Yes 
http://developer.anscamobile.com/reference/index/audiofadeout
To know when audio is complete, it depends, if you only have one song playing all the way through you’d know how long it is in seconds and could use a timer - that would be very simple to implement. [import]uid: 52491 topic_id: 15269 reply_id: 56381[/import]