Package: audacity
Followup-For: Bug #617599
Here is a patch that probably only work on amd 64 bits machines and compatibles
as
it assumes sizeof long equals sizeof double.
--- ./lib-src/libnyquist/nyquist/nyqsrc/fft.c.original 2011-03-10
21:44:23.0 +0100
+++ ./lib-src/libnyquist/nyqu
Package: audacity
Version: 1.3.12-6
Followup-For: Bug #617599
To reproduce the bug.
Use a 64 amd processor.
Install the nyquist script in ~/.audacity-files/plug-ins/fft.ny
>From a console, launch audacity.
If you cannot load a sound with bass such as bachata,
use the audacity menu: Générer/So
Package: audacity
Version: 1.3.12-6
Severity: normal
I have a nyquist script using snd-fft api which have a random beaviour on my
computer
where floats are 32 bits and long 64 bits.
Each time I execute the script, result is different, when it should be about
equal.
I 'd like to know if same ran