bastibe/PySoundCard

Sound Cards with unicode characters crash PySoundCard

Closed this issue · 1 comments

At the moment, the code is using bytes.decode to convert the portaudio string to unicode. This fails on Windows, where the string does not seem to be UTF-8 encoded.

I have not tested it on OSX or Linux yet.

should be fixed in  c342ff6