For all the curious: http://www.vorbis.com/~jack/tarkin-experimental.tar.gz ome instructions: tar xzvf tarkin-experimental.tar.gz cd tarkin make ./tarkin 95 ./tarkinplayer output.tark You'll need SDL and SDL-devel if you don't already have them. jack. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Jack Moffitt wrote:> > For all the curious: > > http://www.vorbis.com/~jack/tarkin-experimental.tar.gz > > You'll need SDL and SDL-devel if you don't already have them. > > jack.Okay, downloaded, compiled, ran, is it me or does the amount of data increase by a factor of 5? Or is 95 just too high a quality setting? I haven't looked at the source yet, but I need breakfast first now or I'm going to drop. Lourens --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Took a look at the source, looks like what I'm doing atm, although my stuff so far is fully C++ and thus looks different, and is less finished. Also I use extra spaces just about everywhere (ytnom style?). Anyway, so far I have a Haar wavelet transform (as expressed in the TODO list, a 2 coefficient filter) but adding a Daubechies transform is just a matter of adding some code, the structure allows it to be done easily (in fact it was explicitly coded that way). I hadn't thought of making an n-dimensional transform function, so far I only have a 2-dimensional one, but that can also be added easily. Anyway, back to the code. Lourens Jack Moffitt wrote:> > For all the curious: > > http://www.vorbis.com/~jack/tarkin-experimental.tar.gz >[snip]> jack.--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.