Displaying 7 results from an estimated 7 matches for "xccu".
Did you mean:
xcc
2002 Jan 01
1
RC3 OggDrop
Hi,
It's nice to see my patch in action. Who made the "Save Quality" dialog box?
I think it should also contain the bitrate itself as a reference.
Olaf van der Spek
Almere, Holland
Olaf@XCC.TMFWeb.NL
http://xccu.sourceforge.net/
http://xcc.tiberian.com/
<p>--- >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' in th...
2001 Nov 12
1
WinAmp RC1/RC2 problem
Hi,
I've got a number of sound effects for a mod of a game in Ogg Vorbis format,
encoded with OggDrop (RC2). WinAmp with Nullsoft Vorbis Decoder RC1 and RC2
freeze when I try to play those files. Maybe it's because the files are so
small?
Both OGG and WAV versions can be found at
http://xccu.sourceforge.net/temp/winamp_crash.zip
Olaf van der Spek
Almere, Holland
Olaf@XCC.TMFWeb.NL
http://xccu.sourceforge.net/
http://xcc.tiberian.com/
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a messag...
2001 Sep 21
0
OggDrop patch (again)
Hi,
I added the patch I made a long time ago to the current version and the
result can be downloaded below.
http://xccu.sourceforge.net/temp/oggdrop.zip
I haven't had the opporunity to really test it yet.
--
Olaf van der Spek
http://xcc.tiberian.com/
--- >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 Nov 12
1
Vorbisfile: non-seekable
...l_file f;
const int cb_samples = ov_pcm_total(&vf, -1);
const bool seekable = ov_seekable(&vf);
So all data is already in memory and passed to ov_open.
This stream is not seekable. Why not?
And shouldn't it be seekable?
Olaf van der Spek
Almere, Holland
Olaf@XCC.TMFWeb.NL
http://xccu.sourceforge.net/
http://xcc.tiberian.com/
--- >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' in the body....
2001 Nov 30
1
Ogg Drop?
Hi,
I asked this before, but it seems it hasn''t been updated. Who is responsible
for this and what are the problems?
The changes are in CVS (IIRC), but not in the current EXE available for
downloading.
Olaf van der Spek
Almere, Holland
Olaf@XCC.TMFWeb.NL
http://xccu.sourceforge.net/
http://xcc.tiberian.com/
--- >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'...
2002 Dec 23
5
Bzip2 & Ogg Vorbis
...ess these files, the total size is 16949443. That's
10% less.
Is bzip2 supposed to be able to compress Ogg Vorbis files further?
If not, are these files encoded with wrong settings?
If so, why is there no option to use bzip2 with Ogg Vorbis by default?
Olaf van der Spek
Almere, Holland
http://xccu.sourceforge.net/
--- >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-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubsc...
2001 Nov 22
14
Small vorbis files with vorbisfile
I think I have bumped into the small file error, or I''m doing something
stupid. The files are short audio effects for a game (embedded in our own
data format).
Sample info:
Vorbis packets: 1 (4 kb)
Samples: 28672
Samplerate: 22 kHz
Channels: 2
This is what I''m doing when I want to get a number of bytes from the stream:
The problem is that ov_pcm_tell always returns 0. And so