Was working with sounds and sndarrays recently and noticed Sound didn't have a copy method.
I saw the other issue for implementing Color.copy() and figured why not create one for Sound as well.
bytes might already be implemented but if it isn't it should just do what Sound.get_raw() does already. I didn't test it.