Sound troubles

I just managed to sort one of my problems while trying to implement tone changing code. It turned out that I forgot that using every second character from a string containing sound data doesn’t give you just the left channel, well not in a 16 bit stereo file. I used the excellent audioop library, that comes with python, to split the data and now it’s playing seemingly correctly although incredibly fast.

Oh well better get back to sorting this problem out.