You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file is opened as binary (since it's a binary data file), but then the file compares the first 4 bytes against a string. Since python3 no longer treats byte streams and strings as interchangeably, I guess this check fails now in python3 (the ImportVox.py script was written against python2)
My friend, I have been trying for a day or two ... to compile one single example ... either from here: http://floooh.github.io/oryol-samples/ or your wonderful chip-test library (see my issues here) with no luck. I really hope something works.
The text was updated successfully, but these errors were encountered: