var systemSoundID:SystemSoundID = 0; let path = Bundle.main.path(forResource: "composer_close",ofType: "wav") Au
dioServicesCreateSystemSoundID(NSURL.fileURL(withPath: path!) as CFURL,&systemSoundID) Au
dioServicesPlayAlertSound(SystemSoundID(systemSoundID))