similar to: Borland compiler

Displaying 20 results from an estimated 400 matches similar to: "Borland compiler"

2002 Jul 04
2
CVS access
I am no longer able to access CVS: Logging in to :pserver:anoncvs@xiph.org:2401/usr/local/cvsroot cvs [login aborted]: recv() from server xiph.org: Connection reset by peer I had no problems a few days ago. -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives:
2002 Jul 12
1
vcomment question
vcomment.c contains this line: fprintf(stderr, "Vorbiscomment " VERSION "\n"); I can't figure how / where VERSION is defined. <p> -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2003 Jul 22
6
Seeking ogg-vorbis
Hi there. I have been hearing to ogg vorbis for maybe 2 years and I can only say: it is fantastic! Right now, I'm working in a project that uses ogg vorbis as the format for recording. I have now a working recording engine (I have recorded up to 8 channels at the same time and my computer uses only about 30% of the processor, wich is great in this project), and I'm starting with the
2001 Oct 13
1
Decoder speed: Test on slow machine
Hello everybody, today I had some time to test Peter´s decoding plugin on a very slow machine. My setup: - Pentium "classic" @ 50 MHz (underclocked!) - Mainboard with Mercury Chipset (I think) - CD-ROM and HDD in PIO-Mode (CPU intensive) - MAD16 Soundcard (ISA slot, CPU intensive) - Win95B, Winamp 2.76, Decoder Plugin 1.16 (RC 2) The hardware setup is something like the
2005 Jan 20
2
Compiling wxRuby 0.6 with Borland C++ Compiler
I''m trying to recompile wxRuby 0.6 using Borland''s C++ Compiler (version 5.5.1). So far I was able to do the following: 1) Recompile a working version of ruby V1.8.1 executable using bcc32 2) Recompile a working version of wxWindows 2.4.2 using bcc32   However for wxruby, I''m having some problems with the Makefile which I fixed. Now when I''m compiling the
2002 Feb 16
1
xiph.org mailing list FAQ [20020216]
Hello folks, This is a periodic mailing of the FAQ[1] for the various xiph.org mailing lists. Hopefully, this FAQ will preemptively answer questions some posters have. [1] In this case FAQ == Frequently Answered Questions. We answer 'em before you ask 'em. They're not rules, they're just the way it works. 1) Do not send subscribe/unsubscribe messages to the list; they'll
2002 Feb 16
1
xiph.org mailing list FAQ [20020216]
Hello folks, This is a periodic mailing of the FAQ[1] for the various xiph.org mailing lists. Hopefully, this FAQ will preemptively answer questions some posters have. [1] In this case FAQ == Frequently Answered Questions. We answer 'em before you ask 'em. They're not rules, they're just the way it works. 1) Do not send subscribe/unsubscribe messages to the list; they'll
2002 Feb 16
1
xiph.org mailing list FAQ [20020216]
Hello folks, This is a periodic mailing of the FAQ[1] for the various xiph.org mailing lists. Hopefully, this FAQ will preemptively answer questions some posters have. [1] In this case FAQ == Frequently Answered Questions. We answer 'em before you ask 'em. They're not rules, they're just the way it works. 1) Do not send subscribe/unsubscribe messages to the list; they'll
2002 Feb 16
1
xiph.org mailing list FAQ [20020216]
Hello folks, This is a periodic mailing of the FAQ[1] for the various xiph.org mailing lists. Hopefully, this FAQ will preemptively answer questions some posters have. [1] In this case FAQ == Frequently Answered Questions. We answer 'em before you ask 'em. They're not rules, they're just the way it works. 1) Do not send subscribe/unsubscribe messages to the list; they'll
2002 Oct 06
3
use of ogg midi to control lighting desk
Hi- i'm kinda busy doing other stuff at college to read through the mailing list properly, but i read somewhere before that midi data embeded in ogg vorbis files could be used to control lighting stuff. The lighting desk at college has a midi input to control most of the lighting functions. Its also right next to the sound desk. So i was wondering, if it is possible to stick midi data into
2002 Sep 23
2
Libvorbis suggestion & floating point exception
Hello, I'm not quite sure if this is the right list for my questions, please excuse if it isn't. 1. While using vorbislib (Win2K/Borland C++ Builder 5), I'm getting reproducible floating point exceptions at lots of sample rate/bit rate combinations. For example, the original encoder_example.c, with just the initialization line changed to
2001 Aug 24
3
RECORDNUMBER
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! I am going to encode almost 2000(!) CDs to OGG soon and I will use the tag RECORDNUMBER (as opposed to TRACKNUMBER) to indicate which record in a multi-cd-album it is. Maybe I'll also use the tag RECORDNAME if the record also has a name (eg Nine Inch Nails/Fragile's records are called Left and Right). Please make this tag (at least
2005 Oct 26
1
Borland C++ and [R] dyn.load() for windows
Hi, I compiled a C program file on Borland C++ 5.5 compiler to get one dll output (as instructed in the file readme.package). The C program file is just the example on page 31 of "writing R extensions": void convolve(double *a, int *na, double *b, int *nb, double *ab) { int i, j, nab = *na + *nb - 1; for(i = 0; i < nab; i++) ab[i] = 0.0; for(i = 0; i < *na; i++) for(j = 0; j
2002 Oct 01
2
RE: Hlp in finding a native Ogg trim, fade & nomalise tool
Hi John A trimer/vcut type application is possible but unfortunately not a fade/normaliser. Not without decoding/encoding. I asked about this a couple of years ago. Unlike MP3, the Ogg Vorbis format doesn't store a global gain setting per frame. I have often downloaded MP3 files from mp3.com and other sources for broadcasting, and with the type of music I need, it is often not normalised
2002 Jul 18
0
Updated BCC projects
In response to requests, I've given my vorbis BCC projects a thorough cleaning. They are now much more professional, complete, and include a little documentation. Ogg Vorbis 1.0 ready! The new files are available here: http://dave.gasaway.org/vorbis/vorbis_bcc.zip At this time, they cannot compile with the free command-line tools available from Borland. If anyone can help make
2002 Jul 12
3
oggdec in cvs?
I downloaded a nightly CVS tarball about a week ago. It contains an oggdec tool in vorbis-tools. However, I don't get this tool when I checkout / update from CVS. What's the deal - is it in CVS or isn't it?! :) -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives:
2002 Mar 15
7
Interesting file-sharing idea
This may be unrealistic and useless, but I've been thinking about an interesting file-sharing solution. In my system, only Ogg Vorbis files may be shared, and they should all be directly ripped from a CD. Nothing that someone would convert from MP3, etc. While that cannot be enforceable, it should be made clear. Also, track listings should be not filenames, but the Artist and Title of the
2002 Jul 08
1
Divide by zero in accumulate_fit
Hi, Lately, my oggenc builds (from CVS) haven't been running correctly. In a few debugging sessions, I've found that I'm getting a divide by zero exception. The exception happens in accumulate_fit (floor1.c), line 455: int weight=nb*info->twofitweight/na; Here is the call stack: accumulate_fit floot1_fit mapping0_forward vorbis_analysis oe_encode main The
2002 Jul 19
1
My patches in bugzilla
Has anyone put an eye to my patches*? AFAIK, they're simple and quite innocuous. Sorry to be a bother. (*) http://bugs.xiph.org/show_bug.cgi?id=208 http://bugs.xiph.org/show_bug.cgi?id=210 -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg
2002 Apr 09
1
Archive indices for current month
In case the important parties missed my passing comment in another thread... The mailing list archives master indices no longer show the current month. I've found they are still available by using a direct URL, however. -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p>--- >8 ---- List archives: