Just trying it out. can you tell me what kind of sound files are supported? because I get an error (traceback below) when a goal is scored (im using a soundfile (mp3) from Criollo Viewer for a scored goal).
Traceback (most recent call last): File "/home/zazell/cvs/cvs/Mattricks/Mattricks/MatchViewerPage.py", line 199, in OnLiveUpdate self.small_views[i].Update() File "/home/zazell/cvs/cvs/Mattricks/Mattricks/MatchViewerPage.py", line 1029, in Update wav = wxWave(filename) File "/usr/lib/python2.3/site-packages/wxPython/misc2.py", line 828, in __init__ self.this = misc2c.new_wxWave(*_args,**_kwargs) NotImplementedError: wxWave is not available on this platform.
I would believe only .wav is supported. However the last line of the error makes me think that the wxWave class is not implemented at all on Linux (which you are running, right?).
I'll try to look into it tomorrow.
/Oscar