public override void OnDestroy()
 {
     base.OnDestroy();
     Stop();
     am.AbandonAudioFocus(this);
 }