Sound format issues.
Posts: 8
Since this is related to software that doesn't come with Mepis, feel free to tell me to sod off at any time.
This is related to gyach enhanced (yahoo voice chat client)
It uses a windows truespeech dll call "tsd32.dll" for voice chatting.. this dll wasn't packaged with gyach enhanced like it was supposed to be but I did manage to track down a copy of it on my XP Partition.
However, when I try to load the voice chat module, I returns this:
/usr/local/share/gyach/pyvoice/pytsp.py:2: RuntimeWarning: Python C API version mismatch for module pytspc: This Python has API version 1012, module pytspc has version 1011.
import pytspc
/usr/local/share/gyach/pyvoice/pyvoiceui.py:972: DeprecationWarning: integer argument expected, got float
self.gcs[i].foreground=self.drawwins[i].get_colormap().alloc_color(self.color_i16[i][0]*65535,self.color_i16[i][1]*65535,self.color_i16[i][2]*65535)
/usr/local/share/gyach/pyvoice/pyvoiceui.py:889: DeprecationWarning: integer argument expected, got float
self.gc.foreground=self.drawwin.get_colormap().alloc_color(self.color_i16[0]*65535,self.color_i16[1]*65535,self.color_i16[2]*65535)
That's not so bad, and I tend to just ignore it because the module loads anyway. The real problem lies in enabling voice... I get this error:
unsupported sound format: 8208
I've tried googling to my little heart's content, and still haven't found anyone with a similar issue. I would try to work with the creator of Gyach Enhanced on it, but he clearly states time and again that he will not offer any support. Does anyone know anything about this sound format and how to enable support for it?