search for: 17sec

Displaying 2 results from an estimated 2 matches for "17sec".

Did you mean: 15sec
2008 Sep 17
6
Poor performance with AFR
...all 800 or so source files it tells you that there is nothing to do. I am afraid my timings speak for themselves: CP-A MAKE local disk < 5sec < 0.3sec NFS (100MBit) 55sec+-2sec < 2sec glusterfs (I) 4m29sec 17sec glusterfs (II) 4m05sec 18sec (I) unpatched fuse.ko, (II) patched fuse.ko, both over the same network as NFS. Note that in (II) the modified kernel module was used with the default (distribution provided) libfuse library. Measurements are fairly reproducible, i.e., variations...
2001 Mar 11
1
vorbis_analysis() dependencies?
...ock - allocate/initialize new vorbis_block - if we have > N pending vorbis_blocks - loop over the N pending vorbis_blocks - call vorbis_analyze - call ogg_stream_packetin - call ogg_stream_pageout/write page to disk if necessary Using a short audio clip (~17sec), I get different file sizes for the resulting .ogg file when using this algorithm vs. the vanilla oggenc algorithm. I've attached my code that does this. It's C++ code (sorry -- using STL lists made the queueing much easier): - put it in your oggenc directory - [re]move your current ogg...