Hey guys I just started playing with the audio framework and I’ve been trying to figure this out. Basically after calling
[lua]local warningSound = audio.loadSound(“Basso.aiff”)[/lua]
playing it a few times throughout the code and then calling
[lua]audio.dispose(warningSound)
warningSound = nil[/lua]
after the user has terminated the session and switched screens, I’ve noticed that when changing the volume it does not go back to displaying “ringer.” At the start of the application before the audio is loaded I’ve noticed that changing the volume adjusts the “ringer.” Is there a way to revert back to this after the audio in the application has been unloaded? Thanks guys! [import]uid: 85128 topic_id: 25892 reply_id: 325892[/import]