Displaying 6 results from an estimated 6 matches for "dingoskidneys".
2004 Aug 06
1
ruby-shout 2.0 released
ruby-shout 2.0 has been released. it has an raa entry on
raa.ruby-lang.org, and a (modest) page at
http://www.dingoskidneys.com/~jaredj/shout.html.
--
01CB B175 70D8 2E39 CA13 AEA6 3A2B 2219 31CD 5381
check out www.fastmail.fm. fast mail, free or cheap. web + IMAP.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 190 bytes
Desc: not ava...
2005 Dec 29
1
edit those theora comments?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
http://dingoskidneys.com/~dholth/oggzcomment-0.0.1.tar.gz
This is a program that is capable of altering vorbis and theora
comments in a combined stream. It requires python, libogg, and liboggz.
Compile thusly:
gcc oggzdc.c -o oggzdc -logg -loggz
gcc oggzrc.c -o oggzrc -logg -loggz
1. Dump comment headers to a simple...
2004 Jan 31
1
FLAC streaming over HTTP
If FLAC is to be streamed over http, it makes sense that ogg123 ought to
be able to recognize flac on http when it sees it.
http://dingoskidneys.com/shoutpy/httppeek.patch
It seems to work.
- Daniel Holth
--- >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...
2004 Aug 06
1
ultra-preliminary C++ wrapper for ogg & vorbis
...initial comments and the
generally curious.
No conveniences, no frills. No helpful higher-level abstractions. Just
a translation from ogg_method_foo(ogg_method* data) to classes that hold
the ogg_stream_state etc., so you may type mypage.bos() instead of
ogg_page_bos(&this->data);
http://dingoskidneys.com/shoutpy/oggcc.h
- Daniel Holth
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No...
2004 Mar 10
0
boost.python wrapper for parts of theora
...o add comments or show comments
on a theora stream, and to encode/decode/transcode vorbis, but it
doesn't let you see the video yet. It is implemented as a set of
straightforward C++ classes around xiph libraries. Then boost.python is
used to expose those classes to Python.
The URL is http://dingoskidneys.com/oggpy/ ; binaries are provided for
Debian Unstable + Python 2.3
Thanks for your feedback,
Daniel Holth
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message pa...
2004 Feb 16
0
C++, Python wrappers for libogg and libvorbis
since there's already a Python wrapper for libogg and libvorbis, it
occurred to me: Why not write a Python wrapper for libogg and libvorbis?
http://dingoskidneys.com/oggpy/
this is the 0.001 release. "release early.." it requires Boost.Python,
possibly CVS Boost.Python, available from http://boost.org/
partly because it's not finished but mostly because it's written with
boost.python, this ogg+vorbis wrapper has about six times fewer l...