quick question.
I\'m running pygame under linux just to play some audio files. I\'ve got some .wav files and I\'m having problems playing them back at the right spe
I figured it out... There is a wave module http://docs.python.org/library/wave.html and it can read the sample rate for wav files.