search for: reservoir_test

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

2004 Sep 10
4
xmms-plugin problems
Hi, i'm using xmms-plugin from flac-0.9, i found following problems. Back-seeking cause, that .flac is not played all. It's caused by StreamDecoderPrivate variable samples_decoded and function stream_decoder_frame_sync_, which compare it against whole length of stream. I don't know what is meaning of this varible (samples decoded from last reset or for whole life of decoder). So i
2004 Sep 10
1
xmms-plugin problems
On Tue, Apr 17, 2001 at 07:48:07PM -0700, Josh Coalson wrote: > actually, there are two versions of the playback loop, controlled > by a #define currently. can you try compiling with RESERVOIR_TEST > defined and see if that is better? Yes, it goes pretty well. I think #define RESERVOIR_TEST can be default, when that '_' typos are corrected. -- Miroslav Lichvar mirator@upcase.inf.upol.cz
2004 Sep 10
0
xmms-plugin problems
...#39;s caused by > flac_ip.add_vis_pcm, > it gets too many samples (4.5Ksamples) at one call. Solution is in > calling > this with only 512samples. Against plugin.c > actually, there are two versions of the playback loop, controlled by a #define currently. can you try compiling with RESERVOIR_TEST defined and see if that is better? the reason I ask has to do with my next question... is 512 a magic number or it is just smaller and hence better? because RESERVOIR_TEST sends 576 samples at a time for performance reasons (it's an integral multiple of the blocksize). Josh _______________...