ok, i've a sound source. I should free it after use with AlDeleteSources(1, @source);

Is there a way instead to auto release a source when the sound is over? or some other mean to auto-free the source?

Thanks