Discussion:
[LAD] zita-jacktools available now
Fons Adriaensen
2018-06-08 07:45:14 UTC
Permalink
Hello all,

The jacktools packages (to be presented at LAC2018) are available now at

<http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html>

You will need (from the libraries section)

- zita-convolver
- zita-resampler
- zita-jclient
- zita-audiotools
- zita-jacktools

and install those in that order.

and of course python, numpy, matplotlib, fftw3,...

Comments and feedback on LAU or LAD.

Greetings from sunny Berlin,
--
FA
Jeanette C.
2018-06-08 11:35:14 UTC
Permalink
This post might be inappropriate. Click to display it.
Christopher Arndt
2018-06-08 14:58:54 UTC
Permalink
Post by Jeanette C.
I'm just compiling version 1.0 of the zita-jacktools on a 64bit system
source/jackconvolv_ext.cc:132:26: error: 'class Convproc' has no member
named 'impdata_link'; did you mean 'impdata_copy'?
Same here (gcc 8.1.0). Full error:

building 'jacktools.jackconvolv_ext' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3
-Wall -Wstrict-prototypes -march=x86-64 -mtune=generic -O2 -pipe
-fstack-protector-strong -fno-plt -march=x86-64 -mtune=generic -O2 -pipe
-fstack-protector-strong -fno-plt -march=x86-64 -mtune=generic -O2 -pipe
-fstack-protector-strong -fno-plt -fPIC -I/usr/include/python3.6m -c
source/jackconvolv_ext.cc -o
build/temp.linux-x86_64-3.6/source/jackconvolv_ext.o
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for
C/ObjC but not for C++
source/jackconvolv_ext.cc: In function 'PyObject*
impdata_write(PyObject*, PyObject*)':
source/jackconvolv_ext.cc:104:31: error: 'class Convproc' has no member
named 'impdata_clear'; did you mean 'impdata_create'?
if (Q == Py_None) rv = C->impdata_clear (inp, out);
^~~~~~~~~~~~~
impdata_create
source/jackconvolv_ext.cc: In function 'PyObject*
impdata_link(PyObject*, PyObject*)':
source/jackconvolv_ext.cc:132:26: error: 'class Convproc' has no member
named 'impdata_link'; did you mean 'impdata_copy'?
rv = J->convproc ()->impdata_link (inp1, out1, inp2, out2);
^~~~~~~~~~~~
impdata_copy
error: command 'gcc' failed with exit status 1


Chris
Fons Adriaensen
2018-06-09 09:12:22 UTC
Permalink
Post by Christopher Arndt
Post by Jeanette C.
I'm just compiling version 1.0 of the zita-jacktools on a 64bit system
source/jackconvolv_ext.cc:132:26: error: 'class Convproc' has no member
named 'impdata_link'; did you mean 'impdata_copy'?
Same here (gcc 8.1.0).
You need zita-convolver-4.0.0.
--
FA
David Runge
2018-06-09 09:16:15 UTC
Permalink
Post by Jeanette C.
Post by Christopher Arndt
Post by Jeanette C.
I'm just compiling version 1.0 of the zita-jacktools on a 64bit
system
Post by Christopher Arndt
Post by Jeanette C.
source/jackconvolv_ext.cc:132:26: error: 'class Convproc' has no
member
Post by Christopher Arndt
Post by Jeanette C.
named 'impdata_link'; did you mean 'impdata_copy'?
Same here (gcc 8.1.0).
You need zita-convolver-4.0.0.
--
FA
_______________________________________________
Linux-audio-dev mailing list
https://lists.linuxaudio.org/listinfo/linux-audio-dev
will update it for Arch after LAC and also add zita-tools
--
https://sleepmap.de
Christopher Arndt
2018-06-10 13:57:56 UTC
Permalink
Post by David Runge
will update it for Arch after LAC and also add zita-tools
As posted to LAU list, I created AUR packages for zita-jclient
python-zita-audiotools and python-zita-jacktools.

https://aur.archlinux.org/packages/?O=0&K=zita


Chris

Christopher Arndt
2018-06-08 14:45:01 UTC
Permalink
Hey Fons,
Post by Fons Adriaensen
The jacktools packages (to be presented at LAC2018) are available now at
<http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html>
looking forward to trying this out.

Is there a source code repository and / or an issue tracker somewhere?

I'd like to suggest a few improvements to the Python packaging (setup.py).


Also, I'm in the process of building AUR packages for zita-jacktools and
the new dependencies, and I noticed that the setup.py of zita-audiotools
states the license as being LGPL, while the source comments say GPL3.
Which is it? The package is also missing a README.


Chris
Loading...