protected override object bytesToSound(byte[] data, bool loop)
 {
     return(GDKnyttAssetManager.loadOGG(data, loop));
 }