search for: drfti1

Displaying 3 results from an estimated 3 matches for "drfti1".

2010 Apr 26
2
Never executing loop in smallft.c
Hello list I've been studying libvorbis code and found a strange fragment in smallft.c: 38 static void drfti1(int n, float *wa, int *ifac){ 39 static int ntryh[4] = { 4,2,3,5 }; 40 static float tpi = 6.28318530717958648f; 41 float arg,argh,argld,fi; 42 int ntry=0,i,j=-1; 43 int k1, l1, l2, ib; 44 int ld, ii, ip, is, nq, nr; 45 int ido, ipm, nfm1; 46 int nl=n; 47 int nf=0; 48 49 L101: 50...
2004 Aug 06
0
ices bitrate encoding mode?
...gdb (gdb ices) I get: (gdb) run ices-playlist.xml Starting program: /usr/local/bin/ices ices-playlist.xml [New Thread 1024 (LWP 7503)] [New Thread 2049 (LWP 7504)] [New Thread 1026 (LWP 7505)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1026 (LWP 7505)] 0x4011b17f in drfti1 () from /usr/lib/libvorbis.so.0 (gdb) /usr/lib/libvorbis.so.0 is the one that came packaged in the RPM from vorbis.com. However, earlier this morning I was using the latest CVS version (latest as of this morning) of libvorbis and got the same error. Here is a config snippet used to get the ab...
2004 Aug 06
3
ices bitrate encoding mode?
I have got ices running with quality -1 (and on my roommates crappy computer speakers it sounds damn near the real thing - better than FM radio anyway)... I'm just wondering if it's posible to configure it with a maximum bitrate, or a nominal bitrate. i.e. to use managed bitrates instead of quality (I know it's a no no, but this is streaming!). Mark <p>--- >8 ---- List