search for: kfish

Displaying 20 results from an estimated 44 matches for "kfish".

Did you mean: fish
2004 Aug 06
1
vorbiscomments in speexenc
...dom speex and vorbis files. If you want a patch, I'll write it as soon as I get back from my lobotomy -- I've just spent way too long writing test suites for managing vorbiscomments, and I'll be glad if i never need to think about this stuff after a week from now :). Conrad. -- <kfish> yeah, text processing is fucking tedious. It's like audio coding with all the fun bits taken out. <kfish> no math <kfish> no io <kfish> no squelchy, speaker destroying sounds <kfish> no pretty graphs or visualization <kfish> just an endless pit of table lookups...
2011 Oct 07
0
HOgg 0.4.1.1 released
HOgg 0.4.1.1 Released --------------------- The HOgg package provides a commandline tool for manipulating Ogg files, and a corresponding Haskell library. HOgg is in hackage, or on the web at: http://www.kfish.org/~conrad/software/hogg/ This is the fifth public release. The focus is on correctness of Ogg parsing, production and editing. The capabilities of the hogg commandline tool are roughly on par with those of the oggz* [0] tools. HOgg supports chained and multiplexed Ogg bitstreams conformant with...
2008 Dec 23
2
HOgg Release 0.4.1
HOgg 0.4.1 Released ------------------- The HOgg package provides a commandline tool for manipulating Ogg files, and a corresponding Haskell library. HOgg is in hackage, or on the web at: http://www.kfish.org/~conrad/software/hogg/ This is the fourth public release. The focus is on correctness of Ogg parsing, production and editing. The capabilities of the hogg commandline tool are roughly on par with those of the oggz* [0] tools. HOgg supports chained and multiplexed Ogg bitstreams conformant wit...
2008 Dec 23
0
HOgg Release 0.4.1
...nrad. 2008/12/23 Conrad Parker <conrad at metadecks.org>: > HOgg 0.4.1 Released > ------------------- > > The HOgg package provides a commandline tool for manipulating Ogg files, > and a corresponding Haskell library. HOgg is in hackage, or on the web at: > > http://www.kfish.org/~conrad/software/hogg/ > > This is the fourth public release. The focus is on correctness of Ogg > parsing, production and editing. The capabilities of the hogg commandline > tool are roughly on par with those of the oggz* [0] tools. > > HOgg supports chained and multiplexed O...
2008 Mar 24
0
HOgg 0.4.0 Release
HOgg 0.4.0 Released ------------------- The HOgg package provides a commandline tool for manipulating Ogg files, and a corresponding Haskell library. HOgg is in hackage, or on the web at: http://www.kfish.org/~conrad/software/hogg/ This is the third public release. The focus is on correctness of Ogg parsing, production and editing. The capabilities of the hogg commandline tool are roughly on par with those of the oggz* [0] tools. HOgg supports chained and multiplexed Ogg bitstreams conformant with...
2006 Aug 27
1
AMD64 bug (was Re: [theora-dev] AMD64 bug (fwd))
jean-marc, speexies, know if this bug is fixed in speex svn? kfish. ----- Forwarded message from Tristan Wibberley <maihem@maihem.org> ----- Date: Fri, 25 Aug 2006 18:49:17 +0100 From: Tristan Wibberley <maihem@maihem.org> To: Conrad Parker <conrad@metadecks.org> CC: theora-dev@xiph.org Subject: Re: [theora-dev] AMD64 bug Conrad Parker wrote:...
2007 Aug 04
2
patch for oggz-comment
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: oggz-comment.patch Type: text/x-patch Size: 9771 bytes Desc: not available Url : http://lists.xiph.org/pipermail/ogg-dev/attachments/20070804/b06ca92e/oggz-comment.bin
2008 Dec 16
1
liboggz: use ogg_int64_t instead of C99 int64_t for the benefit of you-can-guess-who
> Since these are the only two uses of int64_t instead of ogg_int64_t in > liboggz, please commit. In svn. Didn't get the OK from Conrad from committing to his software, hope it's OK kfish ^_^
2006 Dec 05
0
HOgg 0.2.0 Released
HOgg 0.2.0 Released ------------------- The HOgg package provides a commandline tool for manipulating Ogg files, and a corresponding Haskell library. http://snapper.kfish.org/~conrad/software/hogg/ This is the initial public release. The focus is on correctness of Ogg parsing and production. The capabilities of the hogg commandline tool are roughly on par with those of the oggz* tools[0], although hogg does not yet provide an equivalent to oggz-validate. HOgg supp...
2007 Oct 02
1
tool to add skeleton (was Re: Re: Peer review draft for the new)
...und an > afternoon to do it yet. Yes, that would be a good tool :-) anxenc does a similar thing, but poorly -- it rebuilds the file from its packets, and usually ends up quite a bit bigger; it also adds a CMML track. "hogg addskel" does what we want, you can get hogg from http://www.kfish.org/software/hogg However, it's a lot slower than an oggz version would be (due to my poor Haskell optimization skills, not due to the choice of language ;-) sorry that I haven't made a point of keeping the functionality of oggz-tools and hogg in sync :-/ Conrad.
2007 Oct 02
1
tool to add skeleton (was Re: Re: Peer review draft for the new)
...und an > afternoon to do it yet. Yes, that would be a good tool :-) anxenc does a similar thing, but poorly -- it rebuilds the file from its packets, and usually ends up quite a bit bigger; it also adds a CMML track. "hogg addskel" does what we want, you can get hogg from http://www.kfish.org/software/hogg However, it's a lot slower than an oggz version would be (due to my poor Haskell optimization skills, not due to the choice of language ;-) sorry that I haven't made a point of keeping the functionality of oggz-tools and hogg in sync :-/ Conrad.
2008 Jul 31
1
oggz fixes for macos
....c:111: warning: passing argument 4 of 'qsort' > from incompatible pointer type This is because qsort's compare function should take two 'const void *' arguments, but what's really being passed are 'char **'. These are all innocent, so I'll leave them to kfish to resolve as he likes. -r
2009 Apr 03
4
liboggplay, liboggz, libfishsound migrated to git.xiph.org
...Viktor Gal migrated the liboggplay source repo to git.xiph.org, and this week I moved the liboggz and libfishsound repositories. You can see the git repositories available via gitweb at http://git.xiph.org/ I wrote some brief news about the move, and instructions for getting the code: http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html Thanks to Ralph Giles for helping with the server management. cheers Conrad.
2009 Apr 03
4
liboggplay, liboggz, libfishsound migrated to git.xiph.org
...Viktor Gal migrated the liboggplay source repo to git.xiph.org, and this week I moved the liboggz and libfishsound repositories. You can see the git repositories available via gitweb at http://git.xiph.org/ I wrote some brief news about the move, and instructions for getting the code: http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html Thanks to Ralph Giles for helping with the server management. cheers Conrad.
2009 Apr 03
4
liboggplay, liboggz, libfishsound migrated to git.xiph.org
...Viktor Gal migrated the liboggplay source repo to git.xiph.org, and this week I moved the liboggz and libfishsound repositories. You can see the git repositories available via gitweb at http://git.xiph.org/ I wrote some brief news about the move, and instructions for getting the code: http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html Thanks to Ralph Giles for helping with the server management. cheers Conrad.
2009 Apr 03
4
liboggplay, liboggz, libfishsound migrated to git.xiph.org
...Viktor Gal migrated the liboggplay source repo to git.xiph.org, and this week I moved the liboggz and libfishsound repositories. You can see the git repositories available via gitweb at http://git.xiph.org/ I wrote some brief news about the move, and instructions for getting the code: http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html Thanks to Ralph Giles for helping with the server management. cheers Conrad.
2007 Dec 07
0
HOgg 0.3.0 Released
HOgg 0.3.0 Released ------------------- The HOgg package provides a commandline tool for manipulating Ogg files, and a corresponding Haskell library. HOgg is in hackage, or on the web at: http://www.kfish.org/~conrad/software/hogg/ This is the second public release. The focus is on correctness of Ogg parsing, production and editing. The capabilities of the hogg commandline tool are roughly on par with those of the oggz* [0] tools. Although hogg does not yet provide an equivalent to oggz-validate, i...
2007 Dec 07
0
HOgg 0.3.0 Released
HOgg 0.3.0 Released ------------------- The HOgg package provides a commandline tool for manipulating Ogg files, and a corresponding Haskell library. HOgg is in hackage, or on the web at: http://www.kfish.org/~conrad/software/hogg/ This is the second public release. The focus is on correctness of Ogg parsing, production and editing. The capabilities of the hogg commandline tool are roughly on par with those of the oggz* [0] tools. Although hogg does not yet provide an equivalent to oggz-validate, i...
2004 Sep 13
0
[AVT] Open Speech Repository (fwd)
interesting for anyone testing out speex :) kfish. ----- Forwarded message from Alan Clark <alan.d.clark@telchemy.com> ----- From: Alan Clark <alan.d.clark@telchemy.com> To: avt@ietf.org Date: Mon, 13 Sep 2004 12:57:01 -0400 X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Subject: [AVT] Open Speech Repository We've...
2005 Feb 21
2
1.1.6 Manual sampledec.c mistake
Le lundi 21 f?vrier 2005 ? 15:08 +0100, Claude Brisson a ?crit : > Why not move the manual on the wiki ? Because it's already written in LyX and can be easily converted to pdf, html or anything. However, the trouble shooting part could be on a wiki. Do you volunteer? Jean-Marc > Claude > > On Mon, 2005-02-21 at 21:35 +0800, James Oh wrote: > > Hi, > > > >