Displaying 2 results from an estimated 2 matches for "polton".
Did you mean:
polson
2002 Jul 31
1
Re: [paranoia] live albums
Richard Polton (Richard.Polton@morganstanley.com) wrote:
> Is there a way, in either cdparanoia or ogg vorbis, to encode a live
> album which has tracks but no gaps between them? Is the only present
> solution to concatenate all the extracted wav files and then to encode
> it as a single ogg?
You ca...
2000 Oct 31
3
bark_noise
I am experiencing some difficulties with vorbis on my LX164 alpha.
Specifically, in bark_noise (psy.c) I see the following behaviour
on the first pass through the function:
val=-3.4e38
del=1
noise[0]+=val*del
noise[1]-=val*del
norm[0]+=del
norm[1]-=del
del=1
noise[1]-=val*del <== here is the problem
At this point, noise[1]==3.4e38. We are trying to add another 3.4e38
to it and this is