Sound objects represent actual sound data. Sound objects are
created from the function pygame.mixer.Sound(). Sound objects can
be playing on multiple channels simultaneously. Calling functions
like Sound.stop() from the sound objects will effect all channels
playing that Sound object.
All sound objects have the same frequency and format as the
pygame.mixer module's initialization.