Caanoo / WIZ Tremor On Wiz


frozen

Still Fresh
Joined
Jul 20, 2009
Messages
36
Hello

Is there a precompiled tremor (ogg) library available somewhere?

Thanks,
frozen
 
frozen said:
Hello

Is there a precompiled tremor (ogg) library available somewhere?

Thanks,
frozen

It's easy enough to compile from SVN, but I found (about a week or two ago, when SVN was updated
a bit) that the current version in SVN at the time was broken. Here's one that I know works (and the
temp means temporary, so grab it and save it before I delete it :p )

http://trent.gamblin.ca/temp/tremor.zip
 
Last edited by a moderator:
frozen said:
I downloaded it. Thanks!

frozen

You might also try libTremolo which is an ARM-optimized version of the Tremor library. I have a precompiled static library for the GP2X here, I think it will probably work on Wiz with no modification (unless it uses a different ABI or something):

http://www.mediafire.com/?zlnumnyntw3

Just statically link to it instead of tremor ( -lTremolo006 ) and use the same include files from the tremor library you would normally use. Despite the name it is actually the 007 version of the library (I am the Dan Silsby mentioned on the bottom of the page ;)
 
Last edited by a moderator:
Back
Top