jrising/pysoundtouch

Python3 support

greenpdx opened this issue · 3 comments

I am trying to port pysoundtouch to python 3. and have issues. Are you going to port pysoundtouch to python3?

Sorry, I don't have time to port it over, but I think it would be a great thing to do! My only suggestion is to make sure that pysoundtouch is working on python 2.7 on your system first, since if I had to guess, most problems would come from the tricky parts of getting soundtouch to work, not from the changes from 2.7 to 3.

Also strong suggestion on improving the python version to python3...

Zurga commented

You can use this fork: https://github.com/snowxmas/pysoundtouch
I was busy porting and had a semi-working version and then I started looking through the forks. Could have saved me a few hours... At least I learned more about Python :D.