[linux-audio-dev] swh-plugins, freqtweak, fftw3 and the planet

2003-12-20 Thread Paul Davis
i was trying to install swh-plugins and freqtweak on my new laptop and
ran into some problems with the planet's rpms. they seem to depend on
a feature libfftw3f.so.3 that isn't being supplied by any other
package. i have fftw3 installed, and it gave me the file
/usr/lib/libfftw3.so.3, but not the f version. the same problem
exists for the planet's freqtweak package.

does anyone have any clues about how to solve this in a packageful way?
thanks

--p


Re: [linux-audio-dev] swh-plugins, freqtweak, fftw3 and the planet

2003-12-20 Thread Jack O'Quin
Paul Davis [EMAIL PROTECTED] writes:

 i was trying to install swh-plugins and freqtweak on my new laptop and
 ran into some problems with the planet's rpms. they seem to depend on
 a feature libfftw3f.so.3 that isn't being supplied by any other
 package. i have fftw3 installed, and it gave me the file
 /usr/lib/libfftw3.so.3, but not the f version. the same problem
 exists for the planet's freqtweak package.

The f version operates on floats rather than doubles.  It is not
built by default.  If building fftw yourself, you need to configure it
with the --enable-float option.

 does anyone have any clues about how to solve this in a packageful way?
 thanks

Sorry, I don't know about the RPM packaging issues.
-- 
  joq


Re: [linux-audio-dev] Jack 0.92.0 release

2003-12-20 Thread Jussi Laako
On Fri, 2003-12-19 at 22:12, Taybin Rutkin wrote:

 JACK 0.92.0 has been released.

As usual, modified version with OSS driver is available as RPMs from
http://www.sonarnerd.net/linux/


-- 
Jussi Laako [EMAIL PROTECTED]



[linux-audio-dev] Re: cdparanoia fails / audiofile comparer

2003-12-20 Thread Juhana Sadeharju
Hello.
cdparanoia seems to need following additions:
 -Rip from sector N to sector M
 -Skip TOC reading

I'm now sure that cdparanoia is failing. Remember, the output was
about the following:

 (== PROGRESS == [ +!---| 159332 00 ] == :^D * ==)   

The whole end is full of jitter errors, but in this case it merely
must be that cdparanoia ruins the good CD audio data. The jitter
correction buffers went bad at ! point, and the jitter error
cumulates to the end. So, cdparanoia algorithm should be changed to
a non-cumulative.

This happened when I started ripping after the ! point:

 (== PROGRESS == [  | 159332 00 ] == :^D * ==)   

No jitter errors whatsoever.

New algorithm could rip the data in several independent parts, using
jitter correction on each part. Parts should overlap slightly but no
jitter correction is yet applied between parts. If a part has an error,
reading of that part is stopped immediately. At next round the parts
which had errors are further divided to smaller parts. Then finally
jitter errors are verified between the overlapping parts. This
alternative algorithm uses more disk space because the parts are stored
independently to the disk.

Regards,
Juhana


Re: [linux-audio-dev] swh-plugins, freqtweak, fftw3 and the planet

2003-12-20 Thread Joern Nettingsmeier
Paul Davis wrote:
i was trying to install swh-plugins and freqtweak on my new laptop and
ran into some problems with the planet's rpms. they seem to depend on
a feature libfftw3f.so.3 that isn't being supplied by any other
package. i have fftw3 installed, and it gave me the file
/usr/lib/libfftw3.so.3, but not the f version. the same problem
exists for the planet's freqtweak package.
does anyone have any clues about how to solve this in a packageful way?
thanks
i found my version of fftw built all kinds of libs like *rfftw* and 
*sfftw* iirc. i sprinkled /usr/local/lib with symlinks and the problem 
went away...

--
In this house, we obey the laws of thermodynamics!
- Homer Simpson
Jörn Nettingsmeier
Kurfürstenstr 49, 45138 Essen, Germany
http://spunk.dnsalias.org (my server)
http://www.linuxaudiodev.org (Linux Audio Developers)





Re: [linux-audio-dev] swh-plugins, freqtweak, fftw3 and the planet

2003-12-20 Thread Fernando Pablo Lopez-Lezcano
 i was trying to install swh-plugins and freqtweak on my new laptop and
 ran into some problems with the planet's rpms. 

Using apt? Weird...

 they seem to depend on
 a feature libfftw3f.so.3 that isn't being supplied by any other
 package. i have fftw3 installed, and it gave me the file
 /usr/lib/libfftw3.so.3, but not the f version. 

Hmmm, the Planet CCRMA package? Probably not... do an rpm -q fftw3 and
post the result. Or rpm -q -i fft3 to see a bit more about the package's
origin. 

 the same problem
 exists for the planet's freqtweak package.

Freqtweak wants:
  $ rpm -q --requires freqtweak|grep fft
  libfftw3f.so.3

And that is provided by:
  [EMAIL PROTECTED] nandol]$ rpm -q --whatprovides libfftw3f.so.3
  fftw3-3.0.1-1.rhfc1.ccrma

(or the equivalent rh90|rh80|rh73 package). 
Could you send me the output of apt-get install freqtweak? It should
download and install the proper package. Unless the fftw3 package you
have has a higher version number and then I would recommend force
erasing it and reinstalling from the Planet CCRMA repository only
(unless that breaks something - welcome to the multiple packagers for
the same package hell :-). 

-- Fernando




[linux-audio-dev] gmorgan-0.19 released.

2003-12-20 Thread holborn

Hi!

gmorgan is a rhythm station. a full programable accompaniment tool in 
real-time and also a pattern based sequencer.

Requerimnets:
-
ALSA
FLTK


News on 0.19


This version is internationalized with gettext.
French and Spanish languages and full documentation in pdf and Open Office 
formats has been added.


gmorgan is availabe on:

http://gmorgan.sf.net



Thanks


Josep