Displaying 20 results from an estimated 30000 matches similar to: "Vorbis Tools are open!"
2000 Jun 20
1
Manpages
Here is patch with manpages for ogg123(1), mp3tovorbis(1) and vorbize(1).
Manpages are in pod format,
because it is the most readable man source,
and are compiled by pod2man.
all and clean for man/ work.
Install and uninstall for man/ seem to work.
Manpages are GPLed of course.
<HR NOSHADE>
<UL>
<LI>text/plain attachment: manpages.diff
</UL>
-------------- next part
2001 Nov 04
5
ogg123 running under MacOS X
I finally managed to compile ogg123 under MacOS X, after creating a PB
project for it.
Rillian, do you want to include the PB project in cvs? (it needs a LOT
of polishing, though).
----------
Ogg123 from PACKAGE VERSION
by Kenneth Arnold <kcarnold@arnoldnet.net> and others
Usage: ogg123 [<options>] <input file> ...
-h, --help this help
-V, --version display
2000 Jun 18
3
Makefile dependencies in vorbis-tools
I've been trying to tackle the vorbis source. I ran across what I think is a
missing dependency in the vorbis-tools directory. Since ogg123 and vorbize
are staticly linked to libvorbis and vorbisfile, when those file change, the
executables should be rebuilt. Below I've attached a patch. (I hope it
works. I am sort of new to patch and diff.)
BTW, I've been trying to find a good
2001 Jan 08
2
[fwd] ogg123 (from: pfk@fuchs.offl.uni-jena.de)
A feature request that sounds reasonable and a bug report.
----- Forwarded message from Frank Klemm <pfk@fuchs.offl.uni-jena.de> -----
Delivery-Date: Sat Jan 6 06:35:21 2001
Date: Sat, 6 Jan 2001 15:26:43 +0100
From: Frank Klemm <pfk@fuchs.offl.uni-jena.de>
To: xiphmont@xiph.org
Subject: ogg123
X-Mailer: Mutt 1.0.1i
For ogg123 I need the following feature:
- Decode one .ogg file
2004 Apr 23
3
MP3 encoding of Monitor files
I have having problems trying to take a file recorded with Monitor and
convert it to MP3. When I use 'play' to play the .wav file, it sounds
fine. After bladenc'ing it, it plays at lightening speed, and the voices
are all high pitch. I tried using sox to resample to 32000 before
encoding, but that didnt work either. Do any of you convert your .wav
files to mp3?
Monitor call:
2002 Aug 28
7
Debian mp3->vorbis transcoding
In case there are any Debian developers around here, I wanted to point
out message <20020828154322.GA15114@chulak.naquadah.org> on the
debian-devel list this morning. Another Debian developer is proposing to
submit an mp3->vorbis transcoding program for inclusion in Debian. I
have objected to this on the grounds that the resulting vorbis files
will sound like crap, and I have also pointed
2002 Feb 12
2
Slightly OT: Vorbis encoding benchmarks
I've been talking to some people about benchmarks for different
operating systems and CPUs, and it would seem that a good way to gain
some exposure for Ogg Vorbis would be to push oggenc as a benchmarking
application when sites such as ExtremeTech, AnandTech, Ars Technica,
etc. post system comparisons.
I know that MP3 encoding is used as a common "media" benchmark, so it
would be
2001 Aug 10
1
Standard Open Source Bug detected, try murksaround ...
When using the abx utility that is in LAME's
misc dir, trying it on an ogg (with ogg123) gives the
following output:
Standard Open Source Bug detected, try murksaround ...
(ogg123 is decoding to stdout)
IIRC this also happened with older mpg123's but
no longer with the latest release. Latest ogg123 from
CVS still gives it though. Someone stole code but
forgot to check for fixes? :)
2000 Jul 26
3
Next Vorbis beta, MPEG+ enkoder
Hi.
When can we expect the next beta version of Vorbis encoder (with some
tagging & encoding options I hope)?
Also, today I tested MPEG+ encoder which you can download from
http://www.stud.uni-hannover.de/user/73884/mppenc.zip (win encoder)
http://www.stud.uni-hannover.de/user/73884/in_mpp.zip (winamp plug-in)
http://www.stud.uni-hannover.de/user/73884/mppdec.zip (win decoder)
It sounds
2003 Mar 24
1
Ogg Traffic for March 24, 2003
Hi everybody:
Here is this week's Ogg Traffic. The HTML version is available at
http://www.vorbis.com/ot/20030324.html
Enjoy!
<p>Ogg Traffic for Monday, March 24, 2003
[1]Carsten "Purple" Haese
March 24, 2003
_________________________________________________________________
Table of Contents
1. Status Updates
1.1. Monty
1.2. Stan Seibert
2000 Jun 20
5
Win32 DLL
I've put together a first cut for a Win32 DLL using the BladeEnc interface.
Right now, it's just a drop-in replacement for BladeEnc.dll that ignores all
encoding parameters passed to it and uses the info_A vorbis_info struct
(same as the encoder_example).
It's not particularly useful as of yet, but you can rename it to
BladeEnc.dll and use it with any number of rippers out there
2001 Sep 22
2
vorbis-tools reorganziation and UTF-8 stuff
I just moved a bunch of shared code (like 4 copies of getopt) into a share
directory within vorbis-tools. I also moved the UTF-8 code from oggenc into
the vorbis-tools/share directory as well so that it could be used by all of
the tools, since they all need to handle UTF-8 comments correctly. Header
files for the shared code are stored in vorbis-tools/include.
I have already fixed vorbiscomment
2001 Aug 21
2
ao changes
Why has ao been changed so that there are now two open() functions ?
IMHO the original ao_open() was fine - if you wanted to set the
filename for output, you could add an option via ao_append_option
and if you wanted to avoid overwriting an existing file, you could
stat() it yourself.
Having ao_open_live() and ao_open_file() just makes more work for
the user of the library for no gain, AFAICT.
2001 Aug 21
2
ao changes
Why has ao been changed so that there are now two open() functions ?
IMHO the original ao_open() was fine - if you wanted to set the
filename for output, you could add an option via ao_append_option
and if you wanted to avoid overwriting an existing file, you could
stat() it yourself.
Having ao_open_live() and ao_open_file() just makes more work for
the user of the library for no gain, AFAICT.
2000 Sep 02
1
libao endian fix (attempt 2)
Okay, here's the patch that should fix byte-ordering madness. The basic rule
with libao is that samples have to be in native byte order. All of the
drivers will assume this, and libao provides a ao_is_big_endian() function for
library clients (and sometimes drivers) to test their byte ordering. I would
appreciate it if someone on a big endian platform test ogg123 and make sure
that it works
2003 Jan 17
2
Ogg Vorbis files can be compressed ?!?
Hi there.
I have a short .ogg with Vorbis stream @56kbps
from a 44.1 16bits stereo sample, which weights
exactly 135'781 bytes. Packed to ZIP, it goes
down to 109'485 bytes, that's a 80% ratio !
Even worse with latest RAR3 archive, with
which the file size goes to 104'349 (76%).
<sceptical>
I admit this sample is a bit repetitive, but I
guess the probability of having the
2002 Jan 10
2
DVD Audio & Vorbis
I recently bought a DVD Audio disc and I searched the web and wasn't
really able to find much about DVD Audio and Linux. I have a few
questions that I was hoping some people on this list might be able to
answer.
How can I extract the uncompressed DVD Audio (not the DTS Audio portion
of the disc, but the 96khz/24bit/5.1 pcm part)?
2004 Sep 10
3
Ogg Vorbis, Ogg Speex, Ogg FLAC
Now that FLAC has officionally joined the Xiph family,
there are three different free audio codecs, which can be
stored/transported using the ogg container.
Would it be possible to create an API and/or a library that
would cover them all?
If my understanding of the situation is correct, if an application wants
to support vorbis, speex and flac, it has to use three different
interfaces.
2004 Sep 10
3
Ogg Vorbis, Ogg Speex, Ogg FLAC
Now that FLAC has officionally joined the Xiph family,
there are three different free audio codecs, which can be
stored/transported using the ogg container.
Would it be possible to create an API and/or a library that
would cover them all?
If my understanding of the situation is correct, if an application wants
to support vorbis, speex and flac, it has to use three different
interfaces.
2004 Sep 10
3
Ogg Vorbis, Ogg Speex, Ogg FLAC
Now that FLAC has officionally joined the Xiph family,
there are three different free audio codecs, which can be
stored/transported using the ogg container.
Would it be possible to create an API and/or a library that
would cover them all?
If my understanding of the situation is correct, if an application wants
to support vorbis, speex and flac, it has to use three different
interfaces.