private void OnDestroy()
 {
     Instance = null;
 }
 // Use this for initialization
 void Awake()
 {
     Instance   = this;
     deviceName = GetDevice();
     recordClip = null;
 }