Displaying 20 results from an estimated 2000 matches similar to: "Broken mail list web archive"
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
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
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.
2001 Nov 26
3
Encoding or Playback problem?
Hi all,
Have trouble encoding / playing back OGG using WinAmp + plugin. I encoded
the files from .WAV with Ogg drop RC2. Seems to be ok. When I try and play
them back though I get very very weird sound effects (some kind of
"wobbling", some bass frequencies that are usually in the background seem to
get more emphasised and they seem to have some kind of strange echo / reverb
to it
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
2002 Mar 05
3
UTF-8 & Hebrew
Sorry if this is offtopic.
My Win32 comment editor uses a routine of my own to read comments
directly from OGG files but uses vorbiscomment.exe to write comments.
I've implemented a UTF-8 function which I found on the internet to
decode UTF-8. It appears to be working fine for most European
characters, however, I have a Russian user using WinXP who is entering
Hebrew characters such as
2002 Sep 04
2
OggDrop version ?
How can I find out the version of the OggDrop program ?
It has no version info ( no About box ) and the exe file
properties has no Version tab.
What version of the vorbis libraries is it using ?
The same goes for OggDropXP ( it is a bit better , it has
an about box with it version and compile date, but still
no info about the used ogg/vorbis libs and no Version property
for the file )
Regards,
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
2002 Mar 17
2
Is an empty stream legal?
Does the spec allow a stream consisting only of headers, with 0 audio
packates?
--
Beni Cherniavsky <cben@tx.technion.ac.il>
(also scben@t2 in Technion)
MSVC in default mode doesn't define __STDC__ (correctly!). No comments.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this
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 Dec 31
7
Happy New Year! RC3 Released!
Happy New Year from the Xiphophorus Team.
It took longer than we thought, but I think everyone will agree this is
our best release yet.
With drastic quality improvements and new bitrate management features,
this release brings us one step closer to 1.0.
Along with all the lovely VBR modes you are used to, you now have
millions more. oggenc's quality settings are 0-10 in increments of
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 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
2002 Jan 03
1
Exact nature of RC2 re-encode bug
Hi:
I just wanted to know where exactly the problem with re-encoding in RC2
was. Was it in vorbis' ability to cope well with its own output as input,
or did the first encode produce output that didn't lend itself to
re-encoding?
The difference is important. If it's the latter, anyone wanting to
re-encode material will have to first encode it with RC3. I guess what I'm
asking
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 Nov 08
1
What kind of Ogg Vorbis-services you would like to
> * Here is the most innovative idea here:
>
> Have collobarative playlist editing abilities
(conference). I don't think
> this has ever been done. Imagine 3 people going on a
picnic. Each one
> has a portable player. They connect to their music
collection, decide
> together which songs they want to take with them, divide
them among the
> portables and load them
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
2002 Feb 13
1
Pitch Control
Hello there folks,
i was having a look through bits of the code to see if there was anything to do
with pitch control, or perhaps i should call it speed control.
For instance, say you took a track off a DVD which is 48khz, forgot to run it
through sox to downsample it to 44khz, yet encoded it anyway. It will sound
slower (therefore, the pitch has dropped).
Whilst dj-ing (though i am no