The benefit of using aliases/identifiers is in having them available for use in more than one place without duplicating code, or for easy access to something from the edit line. If you are going to use $voice() somewhere else, then use the alias. If this is the only place you're using it, then there's no reason to have the alias.