pygame-ce icon indicating copy to clipboard operation
pygame-ce copied to clipboard

Docs typo: mixer.Sound

Open celeritydesign opened this issue 1 year ago • 6 comments
trafficstars

ref: https://pyga.me/docs/ref/mixer.html

What should this say? :

"The Sound object represents actual sound sample data. Methods that change the state of the Sound object will the all instances of the Sound playback."

For context, I'm looking to make copies ( copy.copy() )of Sound objects from a cached dictionary, and am getting "cannot pickle Sound" errors. It would be great if the docs could address this.

Cheers!

celeritydesign avatar Oct 17 '24 13:10 celeritydesign