hi,
question: is it neccessary to cleanup sound resources when an application shuts down or is this done automatically?
i use javax.sound.sampled.Clip’s
when i perform clip.stop(); and clip.close(); before shutdown some nasty clicks are produced. this does not happen if i just exit the application without “cleaning up”.