Sounds great! It doesn't seem to work in python3.4. Some of the print statements yack out, and if I fix those (easy enough for a noob like me), it looks like there's a difference in how threading works:
File "/usr/local/lib/python3.4/dist-packages/PyAudioMixer.py", line 23, in <module>
import thread
ImportError: No module named 'thread'
I'll keep chewing on it and will submit a PR if I figure it out.
Thanks!
Sounds great! It doesn't seem to work in python3.4. Some of the print statements yack out, and if I fix those (easy enough for a noob like me), it looks like there's a difference in how threading works:
I'll keep chewing on it and will submit a PR if I figure it out.
Thanks!