Displaying 20 results from an estimated 2000 matches similar to: "Finally. A deadline, and a call to arms..."
2000 Oct 27
1
missing def file in vorbis win32 build stuff
I was just trying to build the shared lib stuff and include it into RC4
of FreeAmp 2.1 today, but I found that the .def file for the vorbis
build stuff is missing and therefore no .lib file is generated.
Is there a reason for that, or is it just an omission? In any case, I
will hold off on the latest and greatest vorbis stuff in FreeAmp until
next week....
--ruaok Freezerburn! All else
2000 Feb 04
3
Hello
Hi,
I am interested in helping out with the project. What tasks are on the
TODO list? I am one of the lead developers of the FreeAmp
(www.freeamp.org) project so obviously I will create a decoder plugin
for our player but I would also like to help out with the Vorbis CODEC
itself.
elrod
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
2000 Jul 20
2
Freeamp output plug-in
Hello:
I don't usually post requests like this to mailing lists, but I've just
about run out of other options. The vorbis.org and vorbis.com sites both
make mention of a beta vorbis output plug-in for freeamp, but I'm blowed if
I can find it anywhere. It's definitely not in the vorbis.com download
section (unless it's been placed their within the last 24 hours or so), and
2000 Jul 20
2
Freeamp output plug-in
Hello:
I don't usually post requests like this to mailing lists, but I've just
about run out of other options. The vorbis.org and vorbis.com sites both
make mention of a beta vorbis output plug-in for freeamp, but I'm blowed if
I can find it anywhere. It's definitely not in the vorbis.com download
section (unless it's been placed their within the last 24 hours or so), and
1999 Aug 15
1
Vorbis transform description
OK, into the nitty-gritty, albeit a high-level version. If it sounds
like I'm glossing important details, you're right. This discusses
only the basic DSP; precise coding, framing, sync, etc, will be in
another mail.
Vorbis is a hybrid transform domain general purpose audio encoder,
like MPEG in some respects (it is rooted in much of the same basic
theory). For the most part, the
2000 Jun 18
2
xml stream formats
Speaking of Metadata, how's work going on the definition?
Looking back at the list archives, there seems to be a semi-plan to use
Robert Kay's DTD from http://www.cdindex.org/dtd/TrackInfo.dtd, but I'm
conserned that it's too specialized for video and we'll end up having a
special case for audio-only files.
There are a couple of general issues here. Micheal Smith suggested on
2000 Apr 19
3
integer pcm decode patch
Hi!
I've spent the last few nights digging into the Vorbis source and working
to implement a vorbis_synthesis_pcmout_int() function that kicks out
interleaved int16_t pcm data.
I think its important to have this function available to make the
job for people using the codec a little easier. This function abstracts
out the conversion to int16_t and removes the extra overhead of
moving the pcm
2001 Jan 13
2
ogg pic format ?
Will there be an ogg picture format as well ? Would be nice.. Would be great
with an open-source pic format with alpha-channel, layers, fx, etc. :) ..
btw, http://burnallgifs.org/
about those tags i talked about in the prev post, some better names would
maybe be 'NEXTGAPLESS' and 'THISGAPLESS' or something like that :)
Gerry
--- >8 ----
List archives:
2001 Mar 20
2
Problems with the beta4 rpms
The beta4 rpms from the vorbis.com site do not install the link to
libogg.so.0:
lrwxrwxrwx 1 root root 15 Mar 16 18:24 libogg.so.0 -> libogg.so.0.1.0
-rwxr-xr-x 1 root root 16269 Feb 26 04:53 libogg.so.0.1.0
The source dist does it correctly:
lrwxrwxrwx 1 root root 15 Feb 27 13:03 libogg.so -> libogg.so.0.1.0
lrwxrwxrwx 1 root root
1999 Aug 12
1
Vorbis source development status
Now that a few folks of the appropriate technical background are listening (and
that a couple more I'm expecting to join in a bit can grab this message from
the archive), it seems prudent to start talking about where Vorbis is and what
it needs. I'll assume at this point everyone knows what Vorbis is; stop me if
I'm wrong ;-)
More of the code is complete than the web pages might
2000 Jul 04
1
Using the vorbis psychoacoustics model
Hi,
I need a psychoacoustics model for some experiments and would like to use the
one included in vorbis. Is there any documentation about how to use it? Looks
like the relevent code is in psy.c, but I can't go further.
Also I would like to know whether I can be of any help in vorbis. I have some
knowledge in speech coding (I doing my master at the University of Sherbrooke's
speech
2000 Oct 25
2
UTF-8 to ISO 8859-1 converter
I've got a bug pending for FreeAmp right now where the vorbis metadata
plugin does not handle international characters right. The comments that
are returned from vorbis_comment_query() are in UTF-8, but FreeAmp is
ISO 8859-1. I've been looking for a UTF-8 --> ISO 8859-1 converter that
is available for inclusion in a GPL/LGPL program and is reasonably
small. There are many full blown
2000 Jul 25
2
Library issues (BOUNCE vorbis-dev@xiph.org: Non-member submission from [rob@emusic.com]) (fwd)
BTW, I need a volunteer to upgrade xiph.org to MailMan or the like. I'm
officially sick to death of majordomo.
(Or, if you want to code all the features I want in majordomo, that's fine too
;-) I'm a little bit out of time, see....
------- Forwarded Message
Sender: robert@emusic.com
I just brought the FreeAmp codebase up to speed with the latest Vorbis
source. In doing so,
2000 Apr 20
3
Thoughts on vorbisfile
Hi all,
While reading through various bits of libvorbis and vorbisfile, and then
thinking about how to implement other features in the xmms and winamp
plugins, I had some thoughts...
Vorbisfile is very useful, and very easy to use. It is, however, tied to
stdio - which means you can't use it for lots of other stuff where it'd be
useful - like streaming, or (under win32) avoiding stdio
2000 Aug 07
1
full circle on the text stream format
I've come full circle on the Ogg text stream format, back to arbitrary
associated xml streams. What's changed? Mostly rolling the requirements
around in my head, and weighting them differently.
I think we've dealt with the complexity issue; this functionality can be
optional for "dumb" audio players, and possibly also for dumb video
players, though there it's a smaller
2001 Jun 06
1
Metadata
Having not been reading the list regularly for the past few months, I've
been reading through for the past few days trying to catch up. I was
wondering what the current state of Vorbis metadata was. Has anything
been agreed upon as far as how metadata is to be stored? It seems every
time this was brought up before it turned into a large debate and nothing
was ever resolved.
Tony Arcieri
2000 Aug 02
4
RDF Metadata Specification
I've put together the first attempt to defining an RDF metadata
vocabulary for use with the CD Index/MusicBrainz/OggVorbis. If you care
about metadata issues, please take a look at:
http://www.cdindex.org/MM
I've included a section for video specific stuff, but everything that I
originally had in there is being covered by the MM:Contributors section.
The Contributors stuff will allow
2001 May 29
2
One codebook for all audiofiles?
[ I'm not in the list because I didn't find a digested version; please
move the lists to sourceforge.net, and we would have the digested version.
I read the replies from the archive. ]
Hello.
Would it be possible to allow Vorbis use the same codebook for multiple
files? I could keep a 650 MB codebook on CD-R and use that for all my
audiofiles. If that is possible, how much the
2002 Jan 30
3
RC2 better than RC3? Graphed!
Well, this question comes once and again.
I have RC3 and Garf's RC2 tuned versions (160 and 350) in a nice graph.
Nobody should be surprised that RC3 is better, but in some cases GRC2 shows
better EAQUAL/bitrate results. There seems to be room for improvement in RC3
with some tweaking.
See it by yourself at
http://audio.sinderman.com/
Cheers, AGS.
2007 Apr 23
1
Getting masked FFT data out of libvorbisenc
[Apologies if this gets through twice. I sent it first without subscribing,
but it seems like it got stuck in the moderation queue, so I subscribed and
re-sent it.]
I'm doing some work on audio fingerprinting for a school project (more
precisely, my master's thesis. I got a hint on #vorbis that I might want to
look into the internal floor representations in libvorbisenc to get out audio