Displaying 20 results from an estimated 65 matches for "cbenning".
Did you mean:
benning
2001 Aug 15
3
DJGPP patches and makefiles
Hi.
Here are my patches and makefiles for compiling ogg, vorbis and
vorbis-tools on DOS with DJGPP. They can build them from cvs snapshots
and need minimal maintainance (even extract source lists from
`makefile.am's). Everything seems to work, except one FP exception on
encode at middle bitrates (lowest two and highest bitrates don't cause it)
- I don't think it's my
2001 Oct 29
1
The Oggendary Vorbis Format
Just invented the above (subject) phrase. Maybe somebody would like it as
a slogan or something... Not patented AFAIK ;)
--
Beni Cherniavsky <cben@tx.technion.ac.il>
(also scben@t2 in Technion)
--- >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
2011 Jan 10
3
Waiting for root file system...
...= 512
> vcpus = 1
> name = "ubuntu910_3"
> disk =
> [''file:/media/vm/appliances/ubuntu910_3/ubuntu.9-10.x86-64.img,sda1,w'']
> root = "/dev/xvda1 ro"
> extra = "xencons=tty"
Chris Benninger
University of Victoria, Computer Science
cbenning@cs.uvic.ca
http://benninger.ca
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2001 Oct 14
2
OT: WinNT(2000) player to open files with unicode names?
Sorry for posting somewhat off-topic...
Most my music files have names in hebrew (FAT32 partition). I dual-boot
between a hebrew win98 (where these files are opened nicely by winamp,
freeamp and any other program) and a hebrew win2000, where windows media
player is the only program I've seen so far to open them. All others say
"can't open file ???? ?? ???.ogg" (or .mp3) - both
2003 Jun 04
3
Vorbis packet sizes
As an optimisation to reading Ogg encapsulated files, I've been thinking
about a strategy of reading entire packets out of the stream, and sending
them to the decoder. This has the advantages that:
* The packet is just a linear array of bits in memory, with length known in
advance.
* The routine which gets bits out of the packet is then trivial and possibly
inlined.
* There is no possibility
2001 May 15
1
Is comment order meaningful?
The spec seems to be unclear on this: should two comment haeders who only
differ in the order of comments be considered equevalent?
VCE shows comments in the order read and allows to store them in any order
(it has move up/down buttons). Comment editors with a fixed layout (like
the commmon TITLE/ARTIST/etc. fields in PP's winamp plugin) don't show the
order and give no control of it.
2001 May 21
1
SoX support
For those of you who want to be able to decode Ogg Vorbis files into other
formats, SoX (the swiss army knife of audio programs) now has Ogg Vorbis
support in CVS. It can read Ogg Vorbis files and export the audio in any
format SoX supports. You can also write Ogg Vorbis with it, but, because of
limitations in the design of SoX, only output at 128kbps is supported.
Note: Instructions on how to
2001 Jun 06
1
Vorbis under DJGPP (was: DOS commandline decoder for Ogg beta4)
Ever considered creating make files for the Mingw?
I've wanted to see if it worked with Ming but I've never
had the chance to do so since I imagine it might also
require some revisions to the code. (I'm not so hot at
programming anyway.)
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a
2001 Dec 19
1
Links to archives broken by current->month# transitions
Monty, could you please modify the archiving mechanism so that the current
month messages are archived from the begining into the month-number
directory where they will be afterwards? The current scheme makes people
link to this month's articles with a URL that breaks afterwards.
At least please provide a symbolic link or something from the directory
that will later become correct (e.g.
2002 Oct 25
1
vorbis software versions Was: file(1) support for Ogg and Ogg/Vorbis
Beni Cherniavksy (cben@techunix.technion.ac.il) wrote :
[ big snip ]
> Here are the dates as far as I know:
>
>
> 20000508 (beta1/2)
> 20001031 (beta3)
> 20010225 (beta4)
> 20010615 (RC1)
> 20010813 (RC2)
> 20010816 (gtune 1) (RC2 - Garf tuned v1)
> 20011014 (GTune 2) (RC2 - Garf tuned v2)
> 20011217 (RC3 - oggenc, oggdrop)
> 20011231 (RC3 -
2000 Dec 24
1
Codebook Flexibility
I've tried to understand the codebook matter (but haven't yet had
time to read the source).
I want to understand how ibg is the flexibility resulting from packing
the codebook in the header of every bitstream.
Can we, for example, change the volume of the whole sound by scaling
the vectors in the codebook? (My guess is that this wouldn't be enough,
as we have to scale the floor of
2001 Jun 06
2
VorbisExt prerelease
Hello All,
VCE is undergoing a transformation. I have converted VCE into a shell
extension and renamed it to VorbisExt. The pre-release executable and source
code is available from:
http://www.ozemail.com.au/~spitsw/VorbisExt/
Now you can change the comments of an Ogg file by pressing ALT-Enter or
right click and Properties then selecting Comments while in explorer. There
is also a new
2001 Oct 25
2
FAQ correction
The FAQ says (at its very end):
> Does Vorbis support mid/side stereo modes? More than stereo?
>
> Vorbis has hooks for mid/side stereo and continuous balance stereo,
> but the channel mappings for both are yet to be formally specified and
> implemented. Currently, Vorbis channels are uncoupled.
>
This should be updated so that people know how good is Vorbis :)
> Vorbis does
2001 Mar 07
2
I need a Information for Ogg Vorbis.
I want to understand Ogg vorbis format and develope ogg vorbis's player in
my embedded system.
So I want know about "Vorbis bitstream mapping" and Structure in detail.
But the links are broken in www.xiph.org.
I had read overview of ogg vorbis and understood what ogg vorbis want to be.
What's the first step? I think it is study the file format and source code.
Is there any nice
2001 Mar 07
2
I need a Information for Ogg Vorbis.
I want to understand Ogg vorbis format and develope ogg vorbis's player in
my embedded system.
So I want know about "Vorbis bitstream mapping" and Structure in detail.
But the links are broken in www.xiph.org.
I had read overview of ogg vorbis and understood what ogg vorbis want to be.
What's the first step? I think it is study the file format and source code.
Is there any nice
2001 Dec 03
2
Broken mail list web archive
Hi!
The page http://www.xiph.org/archives/vorbis/masterindex.html
links to http://www.xiph.org/archives/vorbis/date.html ,
whic gives a 404 error ( not found ).
Just like last time ( begin of november ), when I reported it just like now.
And I was ignored, just like now (?).
--
David Balazic
--------------
"Be excellent to each other." - Bill S. Preston, Esq., & "Ted"
2001 Sep 03
3
oggmerge working, Ogg MIDI is here
Ok guys, I just committed the Ogg MIDI code to ogg-tools/oggmerge.
You can now make synced vorbis+midi Oggs, but there is (not yet anyway)
a tool to play such files.
Have a look at the code, and let me know if you see anything major.
Adding new media types for merging should be trivial, and you already
have two examples (the vorbis one is VERY simple and the MIDI one
is much more complicated)
2001 Mar 07
2
Winamp plugin not recognized at all
I happily downloaded the official beta4 winamp plugin as well as Mattew's
versions with VCE interated and with/without the dialog. When I installed
it winamp (v2.72) didn't recognize it (no vorbis plugin listed in the
config, doesn't play ogg files) - same for all of them. I recompiled it
myself from Mattew's source with vce - same results.
It does recognize the old plugin when
2001 Feb 25
2
Few questions concerning clipping
I noticed that clipping occurs in lossy audio compression even
if there is no clipping in the original file (though the original
file has peaks that are just below the maximum). I know
that this happens due to all the filtering involved during compression,
but I'm wondering just how audible this clipping is because I don't
hear anything wrong. I mean, as things are now, is it safe to say
2001 May 15
2
Realtime resampling/encoding with oggenc
Don't know if anybody is still missing the lame oggenc features for
resampling, lowpass/highpass filters etc, but I wrote a little script that
uses sox to do all the stuff I need to real-time encode oggenc from the
radio, or any input device.
#!/bin/bash
DATE=`date '+%m-%d-%Y-(%H.%M)'`
DESTIN=/video/music/perftoday
export DATE=$DATE'-PerformanceToday.ogg'
sox -V -r 44100 -c