Displaying 19 results from an estimated 19 matches similar to: "Using Vorbis, and only Vorbis."
2001 Jun 18
1
Core dump after pressing Ctrl-c
Is this a bug? do i have to complete a bug report?
Is any other info needed?
[root@nostromo ogg123]$ ./ogg123 -v -d oss
/mnt/hdd/mp3/ripped/REM-Revival/track.08.ogg
Playing from file /mnt/hdd/mp3/ripped/REM-Revival/track.08.ogg.
Device: OSS audio driver output
Author: Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
Comments: Outputs audio to the Open Sound System driver.
Bitstream is 2
2001 May 21
5
quality
Hi all!
I ran across another song that oggenc seems to have trouble to encode. The
intro of U2:s "Grace" gets its right channel messed up by oggenc, even at
the highest bitrate. Why is the bitrate only 218? Isn't that awfully
little when asking for 320?
Qualityflaws like these is the reason i prefer mp3 and mpplus today. But
vorbis is getting better for every beta, so keep up the
2002 Jun 27
2
Borland compiler
Has anyone compiled the ogg and vorbis libraries with borlands c compiler
(bcc32)? If so, are there any makefiles or similar available which can
make it easier for me to do the same?
/Erik
<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'
2001 May 30
1
winamp plugin crashes
Hi!
My winamp crashes when i play this file:
http://rehlin.hemmet.chalmers.se/~papa/files/test.ogg
the wav is in the same place. Does someone else have the same 'problem'?
(ok, i know its a silly test sound, but i still think it should decode
without crashing)
ome numbers:
betaversion of oggenc: 4
bitrate used: 350
version of winamp: 2.74
version of vorbis plugin: 1.04
windows: 2000 pro
2002 Nov 18
1
Re: Ogg IETF standard (was: Re: application/ogg statusupdate)
Hmm, I know what you mean. I've actually taken these sentences out of
Monty's specifications. The first one refers to the page size of max.
~64 kByte and the second one to the logical subdivision of packets into
segments of 255 Byte size. I'm not sure how to rephrase that properly
though. Maybe it's good as it stands: that it is recommended to have 4-8
kByte size, but expected more
2002 Nov 18
1
Re: Ogg IETF standard (was: Re: application/ogg statusupdate)
Hmm, I know what you mean. I've actually taken these sentences out of
Monty's specifications. The first one refers to the page size of max.
~64 kByte and the second one to the logical subdivision of packets into
segments of 255 Byte size. I'm not sure how to rephrase that properly
though. Maybe it's good as it stands: that it is recommended to have 4-8
kByte size, but expected more
2003 May 22
5
Description of MDCT
The Vorbis audio format, uses something called the Modified
Discrete Cosine Transform (MDCT). I was interested in how this
worked, but did not know where to start. Is this the name of a
particular algorithm, or does it just mean something like a
cosine transform, but not quite right? So I asked the Vorbis
mailing list. Nobody answered.
It was not a high priority, so I did other things for
2006 Oct 30
1
interactive flag unix
Hi,
I would like to see a way to force R to be in interactive mode
with a flag. So that the default behavior of being in interactive
mode if the input is from a keybord can be overridden.
Something like:
R --interactive
R --no-interactive
octave has a flag like this and it words nicely for what I need
(input from named pipe).
Anyway, the fix is just a simple change to src/unix/system.c
I can
2009 Jun 26
1
50993 point distance matrix, too big to as.matrix, looking for another way to calculate point-level summary
Hello, Im working on a 50933 point count bird abundance dataset. I've
succeeded in calculating a distance matrix for this entire set, but I don't
have sufficient memory to convert this to a matrix, as below...
abun.dist <- dist(abun.mat[1:50993,1:235)
test <- rowMeans(as.matrix(abun.dist))
Error in matrix(0, size, size) : too many elements specified
ive been able to run a hclust()
2005 Dec 14
1
HELP: xenbr on vlan if --> tcp checksum error
Hi
I''m testing around with xen 3.0 snapshot from last week. And i''m now having a problem with a xenbr which is based on a vlan if (dot1q).
this is all in dom0
os: debian testing
network: tg3
I can start the bridge based on my normal physical eth0 which is working without any problems.
My clan without bridge is also working.
I can start the bridge based on a vlan if with help
2018 Aug 31
4
Certificates
On Fri, Aug 31, 2018 at 05:30:53PM -0400, Robert Moskowitz wrote:
>
> Letsencrypt is a very important development, but it has (IMHO) a shaking
> foundation.? I would not build a production system around it.? But then I
> have lived in aspects of PKI since '95...
I presume you meant "shaky foundation"? If so, would you care to
elaborate?
John
--
Many people,
2001 Jun 15
1
no // comments, please
Non-gcc compilers tend not to like C++-style // comments in plain C
code, as I discovered when trying to build the latest snapshot
(20010615) with the Tru64 UNIX C compiler.
*** channels.h.orig Fri Jun 8 18:20:07 2001
--- channels.h Fri Jun 15 14:41:01 2001
***************
*** 209,215 ****
/* x11 forwarding */
int x11_connect_display(void);
! //int x11_check_cookie(Buffer *b);
2001 Jun 15
1
Patch for stdout/stderr buffer flush write() handling
The attached patch against today's CVS improves write() error handling and
logging in clientloop.c when flushing stdout/stderr.
--
Carson Gaspar - carson at taltos.org
Queen trapped in a butch body
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clientloop.c.diff
Type: application/octet-stream
Size: 966 bytes
Desc: not available
Url :
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 -
2002 Mar 24
2
ogg dates - (curious)
When was Beta1 released? ;) Will this date show up in ogg's generated by
it? Don't think I kept any of my beta1 oggs though. At that point I only
... hehe ... converted one mp3 to ogg, to see a bit of what it can do (I
didn't have any wav's or CD's handy, ok? <g>)
I already have the following noted down:
20000508 Beta 2
20001031 Beta 3
20010225 Beta 4
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
Hi Louis,
It's simple to run a r script from the excel spreadsheet.
Just write your code, source("C:\\Quantil
Aplicativos\\Genercauca\\BackwardSelectionNC.r"), into a cell of a
workingsheet. Then right-click the cell and select "run code" in the pop-up
menu.
Hope this will help you.
Best,
Bernard
-----????-----
???: r-help-bounces at r-project.org [mailto:r-help-bounces
2001 Jun 18
1
oggenc.dsp
Could someone please search and replace the msvc projectfile for oggenc:
"c:\src" -> "..\.."
I tried to make a patchfile but I dont know if I got it right...
/Erik
<HR NOSHADE>
<UL>
<LI>TEXT/PLAIN attachment: oggenc.dsp.diff
</UL>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: oggenc.dsp.diff
Type:
2002 Jul 12
0
Problem with checksums
I'm trying to write a program that reads an ogg stream and check all the
CRC values along the way. But I have big trouble with computing the
checksum, or at least I never got checksums that match the one that is in
the ogg file.
I do set the CRC field in the header to 0 before calculating it. I start
with 0 and have no xor at the end. I feed page header with all lacing
values and the page
2002 Jul 11
2
Testing
Q: Is there any testing against a collection of known "hard-to-encode"
clips before new releases?
It would be an obvious thing, if you want to be serious about quality.
I brought this up because I tried latest cvs version of oggenc on one of
these standard clips I have. It's a 6 sec long clip of an applause. Heavy
noise is easy to hear with qualities 0 to 5,99. (This corresponds